#906BB8

Color #906BB8 Lilac Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lilac Bush #906BB8

Tints of Lilac Bush #906BB8

Color information

#906BB8 (or 0x906BB8) is unknown color: approx Lilac Bush. HEX triplet: 90, 6B and B8. RGB value is (144,107,184). Sum of RGB (Red+Green+Blue) = 144+107+184=435 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.10% from 435); Green value is 107 (42.19% from 255 or 24.60% from 435); Blue value is 184 (72.27% from 255 or 42.30% from 435); Max value from RGB is 184 - color contains mainly: blue. Hex color #906BB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #906BB8 is #6F9447. Grayscale: #7E7E7E. Windows color (decimal): -7312456 or 12086160. OLE color: 12086160.

HSL color Cylindrical-coordinate representation of color #906BB8: hue angle of 268.83º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #906BB8 is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB144107184-
CMYK0.220.4200.28
HSL268.83º35.16%57.06%-
HSV(B)268.83º41.85%72.16%-
XYZ25.4119.9147.85-
YUV126.84160.26140.24-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.10%
GREEN value IS 107 (42.19% from 255) = 24.60%
BLUE value IS 184 (72.27% from 255) = 42.30%
R=33.10%
G=24.60%
B=42.30%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1441071840.220.4200.28268.8335.1657.06
Hex906BB8162A01C10d2339
Octal22015327026520344154371
Binary1001000011010111011100010110101010011100100001101100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906BB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906BB8; }

 p { color: rgb(144,107,184); }

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

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

 a { background-color: rgb(144,107,184); }

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

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

 span { border-color: rgb(144,107,184); }

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