#906ACA

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

Shades of Lilac Bush #906ACA

Tints of Lilac Bush #906ACA

Color information

#906ACA (or 0x906ACA) is unknown color: approx Lilac Bush. HEX triplet: 90, 6A and CA. RGB value is (144,106,202). Sum of RGB (Red+Green+Blue) = 144+106+202=452 (59% of max value = 765). Red value is 144 (56.64% from 255 or 31.86% from 452); Green value is 106 (41.80% from 255 or 23.45% from 452); Blue value is 202 (79.30% from 255 or 44.69% from 452); Max value from RGB is 202 - color contains mainly: blue. Hex color #906ACA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #906ACA is #6F9535. Grayscale: #7F7F7F. Windows color (decimal): -7312694 or 13265552. OLE color: 13265552.

HSL color Cylindrical-coordinate representation of color #906ACA: hue angle of 263.75º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #906ACA is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB144106202-
CMYK0.290.4800.21
HSL263.75º47.52%60.39%-
HSV(B)263.75º47.52%79.22%-
XYZ27.3220.558.39-
YUV128.31169.59139.19-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.86%
GREEN value IS 106 (41.80% from 255) = 23.45%
BLUE value IS 202 (79.30% from 255) = 44.69%
R=31.86%
G=23.45%
B=44.69%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1441062020.290.4800.21263.7547.5260.39
Hex906ACA1D30015108303c
Octal22015231235600254106074
Binary1001000011010101100101011101110000010101100001000110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,106,202); }

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

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

 a { background-color: rgb(144,106,202); }

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

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

 span { border-color: rgb(144,106,202); }

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