COLOR #9475BD

HEX: #9475BD
RGB: (148,117,189)

Color info

#9475BD contains mainly red and blue colors. Web safe color of #9475BD is #9966CC (or #96C).

RGB color model

#9475BD color RGB value is (148,117,189).

  • red value is 148;
  • green value is 117;
  • blue value is 189.
RGB:
(148,117,189)
(58%,46%,74%)

RGB channels and saturation

R 148 of 255 = 58%
G 117 of 255 = 46%
B 189 of 255 = 74%

148
117
189

R + G + B ~ 59%. #9475BD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
148 + 117 + 189 = 454 (100%)
R 148 of 454 ~ 32.6%
G 117 of 454 ~ 25.77%
B 189 of 454 ~ 41.63%

%32.6
%25.77
%41.63

CMYK color model

#9475BD color CMYK value is (22,38,0,26).

  • cyan value is 21.69%
  • magenta value is 38.10%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(22,38,0,26)
C22M38Y0K26 
(22%,38%,0%,26%)
(0.22/0.38/0.00/0.26)	

CMYK percentages

%21.69
%38.1
%0
%25.88

Codes

Color #9475BD in popluar color models

9475BD
RGB148117189
HSL266°35.29%60.00%
HSB/HSV266°38.10%74.12%
CMYK21.69%38.10%0.00%
25.88%

Color #9475BD in popluar number systems.

HEX9475BD
Decimal148117189
Binary10010100111010110111101
Octal224165275

Shades and tints

Shades of #9475BD

#9475BD
(148,117,189)
#876BAC
(135,107,172)
#7A619B
(122,97,155)
#6D578A
(109,87,138)
#604D79
(96,77,121)
#534368
(83,67,104)
#463957
(70,57,87)
#392F46
(57,47,70)
#2C2535
(44,37,53)
#1F1B24
(31,27,36)
#121113
(18,17,19)
#000000
(0,0,0)

Tints of #9475BD

#9475BD
(148,117,189)
#9D81C3
(157,129,195)
#A68DC9
(166,141,201)
#AF99CF
(175,153,207)
#B8A5D5
(184,165,213)
#C1B1DB
(193,177,219)
#CABDE1
(202,189,225)
#D3C9E7
(211,201,231)
#DCD5ED
(220,213,237)
#E5E1F3
(229,225,243)
#EEEDF9
(238,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9475BD color. Also use rgb(148,117,189) instead hex code.

Text Font Color

.myTextColor { color: #9475BD; }

<p style="color:#9475BD">This sample text font color is #9475BD.</p>

This text font color is #9475BD.


Background Color

.myBgColor { background-color: #9475BD; }

<div style="background-color:#9475BD">Inner text</div>

This div background color is #9475BD.


Border color

.myBorderColor { border: 1px solid #9475BD; }

<div style="border:3px solid #9475BD">Div</div>

This div border color is #9475BD.


Opacity

.myOpacity80 { color: #9475BD; opacity: 0.8; }

<p style="color:#9475BD;opacity:0.8;">80%</p>

Text with #9475BD color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #9475BD;}

<p style="text-shadow: 3px 3px 1px #9475BD">Text here.</p>

This text has shadow with #9475BD color.

.textShadow {text-shadow: 3px 3px 1px #9475BD, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #9475BD, 5px 5px 20px red">Text here.</p>

This text has shadow with #9475BD primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9475BD, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#9475BD, Direction=45, Strength=4)">Text</p>

This text has shadow with #9475BD and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #9475BD;
  -webkit-box-shadow:	1px 1px 3px 2px #9475BD;
  box-shadow:		1px 1px 3px 2px #9475BD;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #9475BD;
-webkit-box-shadow: 1px 1px 3px 2px #9475BD;
box-shadow:1px 1px 3px 2px #9475BD;">
Div content here</div>
This div box has shadow with color #9475BD.

Preview

Color preview on black background

This text has color #9475BD on black background.


Color preview on white background

This text has color #9475BD on white background.



Black color preview on #9475BD background

This text has black color on #9475BD background.


White color preview on #9475BD background

This text has white color on #9475BD background.