COLOR #906DB5

HEX: #906DB5
RGB: (144,109,181)

Color info

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

RGB color model

#906DB5 color RGB value is (144,109,181).

  • red value is 144;
  • green value is 109;
  • blue value is 181.
RGB:
(144,109,181)
(56%,43%,71%)

RGB channels and saturation

R 144 of 255 = 56%
G 109 of 255 = 43%
B 181 of 255 = 71%

144
109
181

R + G + B ~ 57%. #906DB5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
144 + 109 + 181 = 434 (100%)
R 144 of 434 ~ 33.18%
G 109 of 434 ~ 25.12%
B 181 of 434 ~ 41.71%

%33.18
%25.12
%41.71

CMYK color model

#906DB5 color CMYK value is (20,40,0,29).

  • cyan value is 20.44%
  • magenta value is 39.78%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(20,40,0,29)
C20M40Y0K29 
(20%,40%,0%,29%)
(0.20/0.40/0.00/0.29)	

CMYK percentages

%20.44
%39.78
%0
%29.02

Codes

Color #906DB5 in popluar color models

906DB5
RGB144109181
HSL269°32.73%56.86%
HSB/HSV269°39.78%70.98%
CMYK20.44%39.78%0.00%
29.02%

Color #906DB5 in popluar number systems.

HEX906DB5
Decimal144109181
Binary10010000110110110110101
Octal220155265

Shades and tints

Shades of #906DB5

#906DB5
(144,109,181)
#8364A5
(131,100,165)
#765B95
(118,91,149)
#695285
(105,82,133)
#5C4975
(92,73,117)
#4F4065
(79,64,101)
#423755
(66,55,85)
#352E45
(53,46,69)
#282535
(40,37,53)
#1B1C25
(27,28,37)
#0E1315
(14,19,21)
#000000
(0,0,0)

Tints of #906DB5

#906DB5
(144,109,181)
#9A7ABB
(154,122,187)
#A487C1
(164,135,193)
#AE94C7
(174,148,199)
#B8A1CD
(184,161,205)
#C2AED3
(194,174,211)
#CCBBD9
(204,187,217)
#D6C8DF
(214,200,223)
#E0D5E5
(224,213,229)
#EAE2EB
(234,226,235)
#F4EFF1
(244,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #906DB5 color. Also use rgb(144,109,181) instead hex code.

Text Font Color

.myTextColor { color: #906DB5; }

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

This text font color is #906DB5.


Background Color

.myBgColor { background-color: #906DB5; }

<div style="background-color:#906DB5">Inner text</div>

This div background color is #906DB5.


Border color

.myBorderColor { border: 1px solid #906DB5; }

<div style="border:3px solid #906DB5">Div</div>

This div border color is #906DB5.


Opacity

.myOpacity80 { color: #906DB5; opacity: 0.8; }

<p style="color:#906DB5;opacity:0.8;">80%</p>

Text with #906DB5 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 #906DB5;}

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

This text has shadow with #906DB5 color.

.textShadow {text-shadow: 3px 3px 1px #906DB5, 3px 3px 1px red;}

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

This text has shadow with #906DB5 primary color and red secondary color.


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

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

This text has shadow with #906DB5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #906DB5 on black background.


Color preview on white background

This text has color #906DB5 on white background.



Black color preview on #906DB5 background

This text has black color on #906DB5 background.


White color preview on #906DB5 background

This text has white color on #906DB5 background.