#9370BB

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

Shades of Lilac Bush #9370BB

Tints of Lilac Bush #9370BB

Color information

#9370BB (or 0x9370BB) is unknown color: approx Lilac Bush. HEX triplet: 93, 70 and BB. RGB value is (147,112,187). Sum of RGB (Red+Green+Blue) = 147+112+187=446 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.96% from 446); Green value is 112 (44.14% from 255 or 25.11% from 446); Blue value is 187 (73.44% from 255 or 41.93% from 446); Max value from RGB is 187 - color contains mainly: blue. Hex color #9370BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9370BB is #6C8F44. Grayscale: #828282. Windows color (decimal): -7114565 or 12284051. OLE color: 12284051.

HSL color Cylindrical-coordinate representation of color #9370BB: hue angle of 268º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9370BB is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB147112187-
CMYK0.210.4000.27
HSL268º35.55%58.63%-
HSV(B)268º40.11%73.33%-
XYZ26.821.3849.73-
YUV131.02159.6139.4-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.96%
GREEN value IS 112 (44.14% from 255) = 25.11%
BLUE value IS 187 (73.44% from 255) = 41.93%
R=32.96%
G=25.11%
B=41.93%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1471121870.210.4000.2726835.5558.63
Hex9370BB152801B10c243b
Octal22316027325500334144473
Binary1001001111100001011101110101101000011011100001100100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9370BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9370BB; }

 p { color: rgb(147,112,187); }

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

<style>
 a { background-color: #9370BB; }

 a { background-color: rgb(147,112,187); }

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

<style>
 span { border-color: #9370BB; }

 span { border-color: rgb(147,112,187); }

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