#906ABE

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

Shades of Lilac Bush #906ABE

Tints of Lilac Bush #906ABE

Color information

#906ABE (or 0x906ABE) is unknown color: approx Lilac Bush. HEX triplet: 90, 6A and BE. RGB value is (144,106,190). Sum of RGB (Red+Green+Blue) = 144+106+190=440 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.73% from 440); Green value is 106 (41.80% from 255 or 24.09% from 440); Blue value is 190 (74.61% from 255 or 43.18% from 440); Max value from RGB is 190 - color contains mainly: blue. Hex color #906ABE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #906ABE is #6F9541. Grayscale: #7E7E7E. Windows color (decimal): -7312706 or 12479120. OLE color: 12479120.

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

Color convert

RGB144106190-
CMYK0.240.4400.25
HSL267.14º39.25%58.04%-
HSV(B)267.14º44.21%74.51%-
XYZ25.9519.9651.2-
YUV126.94163.59140.17-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.73%
GREEN value IS 106 (41.80% from 255) = 24.09%
BLUE value IS 190 (74.61% from 255) = 43.18%
R=32.73%
G=24.09%
B=43.18%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1441061900.240.4400.25267.1439.2558.04
Hex906ABE182C01910b273a
Octal22015227630540314134772
Binary1001000011010101011111011000101100011001100001011100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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