#9066BC

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

Shades of Lilac Bush #9066BC

Tints of Lilac Bush #9066BC

Color information

#9066BC (or 0x9066BC) is unknown color: approx Lilac Bush. HEX triplet: 90, 66 and BC. RGB value is (144,102,188). Sum of RGB (Red+Green+Blue) = 144+102+188=434 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.18% from 434); Green value is 102 (40.23% from 255 or 23.50% from 434); Blue value is 188 (73.83% from 255 or 43.32% from 434); Max value from RGB is 188 - color contains mainly: blue. Hex color #9066BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9066BC is #6F9943. Grayscale: #7C7C7C. Windows color (decimal): -7313732 or 12347024. OLE color: 12347024.

HSL color Cylindrical-coordinate representation of color #9066BC: hue angle of 269.3º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9066BC is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB144102188-
CMYK0.230.4600.26
HSL269.3º39.09%56.86%-
HSV(B)269.3º45.74%73.73%-
XYZ25.3319.0649.92-
YUV124.36163.91142.01-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.18%
GREEN value IS 102 (40.23% from 255) = 23.50%
BLUE value IS 188 (73.83% from 255) = 43.32%
R=33.18%
G=23.50%
B=43.32%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1441021880.230.4600.26269.339.0956.86
Hex9066BC172E01A10d2739
Octal22014627427560324154771
Binary1001000011001101011110010111101110011010100001101100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9066BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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