#906ABF

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

Shades of Lilac Bush #906ABF

Tints of Lilac Bush #906ABF

Color information

#906ABF (or 0x906ABF) is unknown color: approx Lilac Bush. HEX triplet: 90, 6A and BF. RGB value is (144,106,191). Sum of RGB (Red+Green+Blue) = 144+106+191=441 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.65% from 441); Green value is 106 (41.80% from 255 or 24.04% from 441); Blue value is 191 (75% from 255 or 43.31% from 441); Max value from RGB is 191 - color contains mainly: blue. Hex color #906ABF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #906ABF is #6F9540. Grayscale: #7E7E7E. Windows color (decimal): -7312705 or 12544656. OLE color: 12544656.

HSL color Cylindrical-coordinate representation of color #906ABF: hue angle of 266.82º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #906ABF is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB144106191-
CMYK0.250.4500.25
HSL266.82º39.91%58.24%-
HSV(B)266.82º44.5%74.9%-
XYZ26.062051.78-
YUV127.05164.09140.09-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.65%
GREEN value IS 106 (41.80% from 255) = 24.04%
BLUE value IS 191 (75% from 255) = 43.31%
R=32.65%
G=24.04%
B=43.31%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1441061910.250.4500.25266.8239.9158.24
Hex906ABF192D01910b283a
Octal22015227731550314135072
Binary1001000011010101011111111001101101011001100001011101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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