#906CBE

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

Shades of Lilac Bush #906CBE

Tints of Lilac Bush #906CBE

Color information

#906CBE (or 0x906CBE) is unknown color: approx Lilac Bush. HEX triplet: 90, 6C and BE. RGB value is (144,108,190). Sum of RGB (Red+Green+Blue) = 144+108+190=442 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.58% from 442); Green value is 108 (42.58% from 255 or 24.43% from 442); Blue value is 190 (74.61% from 255 or 42.99% from 442); Max value from RGB is 190 - color contains mainly: blue. Hex color #906CBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #906CBE is #6F9341. Grayscale: #7F7F7F. Windows color (decimal): -7312194 or 12479632. OLE color: 12479632.

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

Color convert

RGB144108190-
CMYK0.240.4300.25
HSL266.34º38.68%58.43%-
HSV(B)266.34º43.16%74.51%-
XYZ26.1620.3751.27-
YUV128.11162.93139.33-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.58%
GREEN value IS 108 (42.58% from 255) = 24.43%
BLUE value IS 190 (74.61% from 255) = 42.99%
R=32.58%
G=24.43%
B=42.99%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1441081900.240.4300.25266.3438.6858.43
Hex906CBE182B01910a273a
Octal22015427630530314124772
Binary1001000011011001011111011000101011011001100001010100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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