COLOR #906DB3

HEX: #906DB3
RGB: (144,109,179)

Color info

#906DB3 contains mainly red and blue colors. Web safe color of #906DB3 is #996699 (or #969).

RGB color model

#906DB3 color RGB value is (144,109,179).

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

RGB channels and saturation

R 144 of 255 = 56%
G 109 of 255 = 43%
B 179 of 255 = 70%

144
109
179

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

Portions of RGB colors in percentages

R + G + B =
144 + 109 + 179 = 432 (100%)
R 144 of 432 ~ 33.33%
G 109 of 432 ~ 25.23%
B 179 of 432 ~ 41.44%

%33.33
%25.23
%41.44

CMYK color model

#906DB3 color CMYK value is (20,39,0,30).

  • cyan value is 19.55%
  • magenta value is 39.11%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(20,39,0,30)
C20M39Y0K30 
(20%,39%,0%,30%)
(0.20/0.39/0.00/0.30)	

CMYK percentages

%19.55
%39.11
%0
%29.8

Codes

Color #906DB3 in popluar color models

906DB3
RGB144109179
HSL270°31.53%56.47%
HSB/HSV270°39.11%70.20%
CMYK19.55%39.11%0.00%
29.80%

Color #906DB3 in popluar number systems.

HEX906DB3
Decimal144109179
Binary10010000110110110110011
Octal220155263

Shades and tints

Shades of #906DB3

#906DB3
(144,109,179)
#8364A3
(131,100,163)
#765B93
(118,91,147)
#695283
(105,82,131)
#5C4973
(92,73,115)
#4F4063
(79,64,99)
#423753
(66,55,83)
#352E43
(53,46,67)
#282533
(40,37,51)
#1B1C23
(27,28,35)
#0E1313
(14,19,19)
#000000
(0,0,0)

Tints of #906DB3

#906DB3
(144,109,179)
#9A7AB9
(154,122,185)
#A487BF
(164,135,191)
#AE94C5
(174,148,197)
#B8A1CB
(184,161,203)
#C2AED1
(194,174,209)
#CCBBD7
(204,187,215)
#D6C8DD
(214,200,221)
#E0D5E3
(224,213,227)
#EAE2E9
(234,226,233)
#F4EFEF
(244,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #906DB3; }

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

This text font color is #906DB3.


Background Color

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

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

This div background color is #906DB3.


Border color

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

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

This div border color is #906DB3.


Opacity

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

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

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

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

This text has shadow with #906DB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #906DB3 on black background.


Color preview on white background

This text has color #906DB3 on white background.



Black color preview on #906DB3 background

This text has black color on #906DB3 background.


White color preview on #906DB3 background

This text has white color on #906DB3 background.