#9366C0

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

Shades of Lilac Bush #9366C0

Tints of Lilac Bush #9366C0

Color information

#9366C0 (or 0x9366C0) is unknown color: approx Lilac Bush. HEX triplet: 93, 66 and C0. RGB value is (147,102,192). Sum of RGB (Red+Green+Blue) = 147+102+192=441 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.33% from 441); Green value is 102 (40.23% from 255 or 23.13% from 441); Blue value is 192 (75.39% from 255 or 43.54% from 441); Max value from RGB is 192 - color contains mainly: blue. Hex color #9366C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9366C0 is #6C993F. Grayscale: #7D7D7D. Windows color (decimal): -7117120 or 12609171. OLE color: 12609171.

HSL color Cylindrical-coordinate representation of color #9366C0: hue angle of 270º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9366C0 is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB147102192-
CMYK0.230.4700.25
HSL270º41.67%57.65%-
HSV(B)270º46.88%75.29%-
XYZ26.319.5152.25-
YUV125.72165.41143.18-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.33%
GREEN value IS 102 (40.23% from 255) = 23.13%
BLUE value IS 192 (75.39% from 255) = 43.54%
R=33.33%
G=23.13%
B=43.54%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1471021920.230.4700.2527041.6757.65
Hex9366C0172F01910e2a3a
Octal22314630027570314165272
Binary1001001111001101100000010111101111011001100001110101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9366C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9366C0; }

 p { color: rgb(147,102,192); }

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

<style>
 a { background-color: #9366C0; }

 a { background-color: rgb(147,102,192); }

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

<style>
 span { border-color: #9366C0; }

 span { border-color: rgb(147,102,192); }

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