#9372C2

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

Shades of Lilac Bush #9372C2

Tints of Lilac Bush #9372C2

Color information

#9372C2 (or 0x9372C2) is unknown color: approx Lilac Bush. HEX triplet: 93, 72 and C2. RGB value is (147,114,194). Sum of RGB (Red+Green+Blue) = 147+114+194=455 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.31% from 455); Green value is 114 (44.92% from 255 or 25.05% from 455); Blue value is 194 (76.17% from 255 or 42.64% from 455); Max value from RGB is 194 - color contains mainly: blue. Hex color #9372C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9372C2 is #6C8D3D. Grayscale: #848484. Windows color (decimal): -7114046 or 12743315. OLE color: 12743315.

HSL color Cylindrical-coordinate representation of color #9372C2: hue angle of 264.75º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9372C2 is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB147114194-
CMYK0.240.4100.24
HSL264.75º39.6%60.39%-
HSV(B)264.75º41.24%76.08%-
XYZ27.7922.1353.85-
YUV132.99162.43138-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.31%
GREEN value IS 114 (44.92% from 255) = 25.05%
BLUE value IS 194 (76.17% from 255) = 42.64%
R=32.31%
G=25.05%
B=42.64%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1471141940.240.4100.24264.7539.660.39
Hex9372C21829018109283c
Octal22316230230510304115074
Binary1001001111100101100001011000101001011000100001001101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9372C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9372C2; }

 p { color: rgb(147,114,194); }

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

<style>
 a { background-color: #9372C2; }

 a { background-color: rgb(147,114,194); }

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

<style>
 span { border-color: #9372C2; }

 span { border-color: rgb(147,114,194); }

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