#9066C7

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

Shades of Lilac Bush #9066C7

Tints of Lilac Bush #9066C7

Color information

#9066C7 (or 0x9066C7) is unknown color: approx Lilac Bush. HEX triplet: 90, 66 and C7. RGB value is (144,102,199). Sum of RGB (Red+Green+Blue) = 144+102+199=445 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.36% from 445); Green value is 102 (40.23% from 255 or 22.92% from 445); Blue value is 199 (78.12% from 255 or 44.72% from 445); Max value from RGB is 199 - color contains mainly: blue. Hex color #9066C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9066C7 is #6F9938. Grayscale: #7D7D7D. Windows color (decimal): -7313721 or 13067920. OLE color: 13067920.

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

Color convert

RGB144102199-
CMYK0.280.4900.22
HSL265.98º46.41%59.02%-
HSV(B)265.98º48.74%78.04%-
XYZ26.5619.5656.41-
YUV125.62169.41141.11-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.36%
GREEN value IS 102 (40.23% from 255) = 22.92%
BLUE value IS 199 (78.12% from 255) = 44.72%
R=32.36%
G=22.92%
B=44.72%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1441021990.280.4900.22265.9846.4159.02
Hex9066C71C3101610a2e3b
Octal22014630734610264125673
Binary1001000011001101100011111100110001010110100001010101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9066C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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