Html Css Color HEX #906996 Violet Blue

📋 copy color: '#906996'

red 144 ◦ green 105 ◦ blue 150

#906996
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violet Blue #906996

Tints of Violet Blue #906996

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 value IS 0.04

 M value IS 0.30

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#906996 (or 0x906996) is known color: 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

RGB 144 105 150 -
CMYK 0.04 0.30 0 0.41
HSL 292º 0.18% 0.5% -
HSV(B) 292º 0.3% 0.59% -
XYZ 22.06 18.23 31.21 -
YUV 121.79 143.92 143.84 -
System Red Green Blue C M Y K H S L
Decimal 144 105 150 0.04 0.30 0 0.41 292 0.18 0.5
Hex 90 69 96 4 1E 0 29 124 12 32
Octal 220 151 226 4 36 0 51 444 22 62
Binary 10010000 1101001 10010110 100 11110 0 101001 100100100 10010 110010

Color Harmonies of #906996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906996

Black with #906996

Text Example


Text Example

White with #906996

Text Example


Text Example

HTML Codes & Css Web 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>