#906996

Color #906996 Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #906996

Tints of Violet Blue #906996

Color information

#906996 (or 0x906996) is unknown color: approx Violet Blue. HEX triplet: 90, 69 and 96. RGB value is (144,105,150). Sum of RGB (Red+Green+Blue) = 144+105+150=399 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.09% from 399); Green value is 105 (41.41% from 255 or 26.32% from 399); Blue value is 150 (58.98% from 255 or 37.59% from 399); Max value from RGB is 150 - color contains mainly: blue. Hex color #906996 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906996 is #6F9669. Grayscale: #797979. Windows color (decimal): -7313002 or 9857424. OLE color: 9857424.

HSL color Cylindrical-coordinate representation of color #906996: hue angle of 292º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #906996 is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB144105150-
CMYK0.040.3000.41
HSL292º17.65%50%-
HSV(B)292º30%58.82%-
XYZ22.0618.2331.21-
YUV121.79143.92143.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 144 (56.64% from 255) = 36.09%
GREEN value IS 105 (41.41% from 255) = 26.32%
BLUE value IS 150 (58.98% from 255) = 37.59%
R=36.09%
G=26.32%
B=37.59%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1441051500.040.3000.4129217.6550
Hex90699641E0291241232
Octal2201512264360514442262
Binary1001000011010011001011010011110010100110010010010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906996; }

 p { color: rgb(144,105,150); }

 H1.HeaderClassName
 {
   color: #906996;
 }
 .AnyTagClassName
 {
   color: #906996;
 }
</style>
background-color css

<style>
 a { background-color: #906996; }

 a { background-color: rgb(144,105,150); }

 div.DivClassName
 {
   background-color: #906996;
 }
 .BgClassName
 {
   background-color: #906996;
 }
</style>
border-color css

<style>
 span { border-color: #906996; }

 span { border-color: rgb(144,105,150); }

 td.TdClassName
 {
   border-color: #906996;
 }
 .TagClassName
 {
   border-color: #906996;
 }
</style>