#9372BC

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

Shades of Lilac Bush #9372BC

Tints of Lilac Bush #9372BC

Color information

#9372BC (or 0x9372BC) is unknown color: approx Lilac Bush. HEX triplet: 93, 72 and BC. RGB value is (147,114,188). Sum of RGB (Red+Green+Blue) = 147+114+188=449 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.74% from 449); Green value is 114 (44.92% from 255 or 25.39% from 449); Blue value is 188 (73.83% from 255 or 41.87% from 449); Max value from RGB is 188 - color contains mainly: blue. Hex color #9372BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9372BC is #6C8D43. Grayscale: #848484. Windows color (decimal): -7114052 or 12350099. OLE color: 12350099.

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

Color convert

RGB147114188-
CMYK0.220.3900.26
HSL266.76º35.58%59.22%-
HSV(B)266.76º39.36%73.73%-
XYZ27.1321.8750.37-
YUV132.3159.43138.48-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.74%
GREEN value IS 114 (44.92% from 255) = 25.39%
BLUE value IS 188 (73.83% from 255) = 41.87%
R=32.74%
G=25.39%
B=41.87%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1471141880.220.3900.26266.7635.5859.22
Hex9372BC162701A10b243b
Octal22316227426470324134473
Binary1001001111100101011110010110100111011010100001011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9372BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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