#9066C6

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

Shades of Lilac Bush #9066C6

Tints of Lilac Bush #9066C6

Color information

#9066C6 (or 0x9066C6) is unknown color: approx Lilac Bush. HEX triplet: 90, 66 and C6. RGB value is (144,102,198). Sum of RGB (Red+Green+Blue) = 144+102+198=444 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.43% from 444); Green value is 102 (40.23% from 255 or 22.97% from 444); Blue value is 198 (77.73% from 255 or 44.59% from 444); Max value from RGB is 198 - color contains mainly: blue. Hex color #9066C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9066C6 is #6F9939. Grayscale: #7D7D7D. Windows color (decimal): -7313722 or 13002384. OLE color: 13002384.

HSL color Cylindrical-coordinate representation of color #9066C6: hue angle of 266.25º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9066C6 is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB144102198-
CMYK0.270.4800.22
HSL266.25º45.71%58.82%-
HSV(B)266.25º48.48%77.65%-
XYZ26.4519.5155.8-
YUV125.5168.91141.19-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.43%
GREEN value IS 102 (40.23% from 255) = 22.97%
BLUE value IS 198 (77.73% from 255) = 44.59%
R=32.43%
G=22.97%
B=44.59%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1441021980.270.4800.22266.2545.7158.82
Hex9066C61B3001610a2e3b
Octal22014630633600264125673
Binary1001000011001101100011011011110000010110100001010101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9066C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9066C6; }

 p { color: rgb(144,102,198); }

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

<style>
 a { background-color: #9066C6; }

 a { background-color: rgb(144,102,198); }

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

<style>
 span { border-color: #9066C6; }

 span { border-color: rgb(144,102,198); }

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