#9371BD

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

Shades of Lilac Bush #9371BD

Tints of Lilac Bush #9371BD

Color information

#9371BD (or 0x9371BD) is unknown color: approx Lilac Bush. HEX triplet: 93, 71 and BD. RGB value is (147,113,189). Sum of RGB (Red+Green+Blue) = 147+113+189=449 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.74% from 449); Green value is 113 (44.53% from 255 or 25.17% from 449); Blue value is 189 (74.22% from 255 or 42.09% from 449); Max value from RGB is 189 - color contains mainly: blue. Hex color #9371BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9371BD is #6C8E42. Grayscale: #838383. Windows color (decimal): -7114307 or 12415379. OLE color: 12415379.

HSL color Cylindrical-coordinate representation of color #9371BD: hue angle of 266.84º degrees, saturation: 0.37, 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 #9371BD is Cyan = 0.22, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB147113189-
CMYK0.220.4000.26
HSL266.84º36.54%59.22%-
HSV(B)266.84º40.21%74.12%-
XYZ27.1221.6950.9-
YUV131.83160.26138.82-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.74%
GREEN value IS 113 (44.53% from 255) = 25.17%
BLUE value IS 189 (74.22% from 255) = 42.09%
R=32.74%
G=25.17%
B=42.09%

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
Decimal1471131890.220.4000.26266.8436.5459.22
Hex9371BD162801A10b253b
Octal22316127526500324134573
Binary1001001111100011011110110110101000011010100001011100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9371BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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