#906BBF

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

Shades of Lilac Bush #906BBF

Tints of Lilac Bush #906BBF

Color information

#906BBF (or 0x906BBF) is unknown color: approx Lilac Bush. HEX triplet: 90, 6B and BF. RGB value is (144,107,191). Sum of RGB (Red+Green+Blue) = 144+107+191=442 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.58% from 442); Green value is 107 (42.19% from 255 or 24.21% from 442); Blue value is 191 (75% from 255 or 43.21% from 442); Max value from RGB is 191 - color contains mainly: blue. Hex color #906BBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #906BBF is #6F9440. Grayscale: #7F7F7F. Windows color (decimal): -7312449 or 12544912. OLE color: 12544912.

HSL color Cylindrical-coordinate representation of color #906BBF: hue angle of 266.43º degrees, saturation: 0.4, 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 #906BBF is Cyan = 0.25, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB144107191-
CMYK0.250.4400.25
HSL266.43º39.62%58.43%-
HSV(B)266.43º43.98%74.9%-
XYZ26.1620.2151.81-
YUV127.64163.76139.67-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.58%
GREEN value IS 107 (42.19% from 255) = 24.21%
BLUE value IS 191 (75% from 255) = 43.21%
R=32.58%
G=24.21%
B=43.21%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1441071910.250.4400.25266.4339.6258.43
Hex906BBF192C01910a283a
Octal22015327731540314125072
Binary1001000011010111011111111001101100011001100001010101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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