#906EBD

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

Shades of Lilac Bush #906EBD

Tints of Lilac Bush #906EBD

Color information

#906EBD (or 0x906EBD) is unknown color: approx Lilac Bush. HEX triplet: 90, 6E and BD. RGB value is (144,110,189). Sum of RGB (Red+Green+Blue) = 144+110+189=443 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.51% from 443); Green value is 110 (43.36% from 255 or 24.83% from 443); Blue value is 189 (74.22% from 255 or 42.66% from 443); Max value from RGB is 189 - color contains mainly: blue. Hex color #906EBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #906EBD is #6F9142. Grayscale: #808080. Windows color (decimal): -7311683 or 12414608. OLE color: 12414608.

HSL color Cylindrical-coordinate representation of color #906EBD: hue angle of 265.82º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #906EBD is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB144110189-
CMYK0.240.4200.26
HSL265.82º37.44%58.63%-
HSV(B)265.82º41.8%74.12%-
XYZ26.2620.7650.77-
YUV129.17161.76138.58-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.51%
GREEN value IS 110 (43.36% from 255) = 24.83%
BLUE value IS 189 (74.22% from 255) = 42.66%
R=32.51%
G=24.83%
B=42.66%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1441101890.240.4200.26265.8237.4458.63
Hex906EBD182A01A10a253b
Octal22015627530520324124573
Binary1001000011011101011110111000101010011010100001010100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,110,189); }

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

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

 a { background-color: rgb(144,110,189); }

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

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

 span { border-color: rgb(144,110,189); }

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