#9370C8

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

Shades of Lilac Bush #9370C8

Tints of Lilac Bush #9370C8

Color information

#9370C8 (or 0x9370C8) is unknown color: approx Lilac Bush. HEX triplet: 93, 70 and C8. RGB value is (147,112,200). Sum of RGB (Red+Green+Blue) = 147+112+200=459 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.03% from 459); Green value is 112 (44.14% from 255 or 24.40% from 459); Blue value is 200 (78.52% from 255 or 43.57% from 459); Max value from RGB is 200 - color contains mainly: blue. Hex color #9370C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9370C8 is #6C8F37. Grayscale: #848484. Windows color (decimal): -7114552 or 13136019. OLE color: 13136019.

HSL color Cylindrical-coordinate representation of color #9370C8: hue angle of 263.86º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9370C8 is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB147112200-
CMYK0.260.4400.22
HSL263.86º44.44%61.18%-
HSV(B)263.86º44%78.43%-
XYZ28.2521.9657.39-
YUV132.5166.1138.34-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.03%
GREEN value IS 112 (44.14% from 255) = 24.40%
BLUE value IS 200 (78.52% from 255) = 43.57%
R=32.03%
G=24.40%
B=43.57%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1471122000.260.4400.22263.8644.4461.18
Hex9370C81A2C0161082c3d
Octal22316031032540264105475
Binary1001001111100001100100011010101100010110100001000101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9370C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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