#9372BD

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

Shades of Lilac Bush #9372BD

Tints of Lilac Bush #9372BD

Color information

#9372BD (or 0x9372BD) is unknown color: approx Lilac Bush. HEX triplet: 93, 72 and BD. RGB value is (147,114,189). Sum of RGB (Red+Green+Blue) = 147+114+189=450 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.67% from 450); Green value is 114 (44.92% from 255 or 25.33% from 450); Blue value is 189 (74.22% from 255 or 42% from 450); Max value from RGB is 189 - color contains mainly: blue. Hex color #9372BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9372BD is #6C8D42. Grayscale: #848484. Windows color (decimal): -7114051 or 12415635. OLE color: 12415635.

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

Color convert

RGB147114189-
CMYK0.220.4000.26
HSL266.4º36.23%59.41%-
HSV(B)266.4º39.68%74.12%-
XYZ27.2421.9150.94-
YUV132.42159.93138.4-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.67%
GREEN value IS 114 (44.92% from 255) = 25.33%
BLUE value IS 189 (74.22% from 255) = 42%
R=32.67%
G=25.33%
B=42%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1471141890.220.4000.26266.436.2359.41
Hex9372BD162801A10a243b
Octal22316227526500324124473
Binary1001001111100101011110110110101000011010100001010100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9372BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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