#906BC3

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

Shades of Lilac Bush #906BC3

Tints of Lilac Bush #906BC3

Color information

#906BC3 (or 0x906BC3) is unknown color: approx Lilac Bush. HEX triplet: 90, 6B and C3. RGB value is (144,107,195). Sum of RGB (Red+Green+Blue) = 144+107+195=446 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.29% from 446); Green value is 107 (42.19% from 255 or 23.99% from 446); Blue value is 195 (76.56% from 255 or 43.72% from 446); Max value from RGB is 195 - color contains mainly: blue. Hex color #906BC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #906BC3 is #6F943C. Grayscale: #7F7F7F. Windows color (decimal): -7312445 or 12807056. OLE color: 12807056.

HSL color Cylindrical-coordinate representation of color #906BC3: hue angle of 265.23º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #906BC3 is Cyan = 0.26, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB144107195-
CMYK0.260.4500.24
HSL265.23º42.31%59.22%-
HSV(B)265.23º45.13%76.47%-
XYZ26.6120.3854.16-
YUV128.1165.76139.34-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.29%
GREEN value IS 107 (42.19% from 255) = 23.99%
BLUE value IS 195 (76.56% from 255) = 43.72%
R=32.29%
G=23.99%
B=43.72%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1441071950.260.4500.24265.2342.3159.22
Hex906BC31A2D0181092a3b
Octal22015330332550304115273
Binary1001000011010111100001111010101101011000100001001101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906BC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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