#9370BE

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

Shades of Lilac Bush #9370BE

Tints of Lilac Bush #9370BE

Color information

#9370BE (or 0x9370BE) is unknown color: approx Lilac Bush. HEX triplet: 93, 70 and BE. RGB value is (147,112,190). Sum of RGB (Red+Green+Blue) = 147+112+190=449 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.74% from 449); Green value is 112 (44.14% from 255 or 24.94% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 190 - color contains mainly: blue. Hex color #9370BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9370BE is #6C8F41. Grayscale: #838383. Windows color (decimal): -7114562 or 12480659. OLE color: 12480659.

HSL color Cylindrical-coordinate representation of color #9370BE: hue angle of 266.92º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9370BE is Cyan = 0.23, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB147112190-
CMYK0.230.4100.25
HSL266.92º37.5%59.22%-
HSV(B)266.92º41.05%74.51%-
XYZ27.1221.5151.44-
YUV131.36161.1139.16-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.74%
GREEN value IS 112 (44.14% from 255) = 24.94%
BLUE value IS 190 (74.61% from 255) = 42.32%
R=32.74%
G=24.94%
B=42.32%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1471121900.230.4100.25266.9237.559.22
Hex9370BE172901910b263b
Octal22316027627510314134673
Binary1001001111100001011111010111101001011001100001011100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9370BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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