#9373BD

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

Shades of Lilac Bush #9373BD

Tints of Lilac Bush #9373BD

Color information

#9373BD (or 0x9373BD) is unknown color: approx Lilac Bush. HEX triplet: 93, 73 and BD. RGB value is (147,115,189). Sum of RGB (Red+Green+Blue) = 147+115+189=451 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.59% from 451); Green value is 115 (45.31% from 255 or 25.50% from 451); Blue value is 189 (74.22% from 255 or 41.91% from 451); Max value from RGB is 189 - color contains mainly: blue. Hex color #9373BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9373BD is #6C8C42. Grayscale: #848484. Windows color (decimal): -7113795 or 12415891. OLE color: 12415891.

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

Color convert

RGB147115189-
CMYK0.220.3900.26
HSL265.95º35.92%59.61%-
HSV(B)265.95º39.15%74.12%-
XYZ27.3522.1450.98-
YUV133159.6137.98-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.59%
GREEN value IS 115 (45.31% from 255) = 25.50%
BLUE value IS 189 (74.22% from 255) = 41.91%
R=32.59%
G=25.50%
B=41.91%

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
Decimal1471151890.220.3900.26265.9535.9259.61
Hex9373BD162701A10a243c
Octal22316327526470324124474
Binary1001001111100111011110110110100111011010100001010100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9373BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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