#9370BF

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

Shades of Lilac Bush #9370BF

Tints of Lilac Bush #9370BF

Color information

#9370BF (or 0x9370BF) is unknown color: approx Lilac Bush. HEX triplet: 93, 70 and BF. RGB value is (147,112,191). Sum of RGB (Red+Green+Blue) = 147+112+191=450 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.67% from 450); Green value is 112 (44.14% from 255 or 24.89% from 450); Blue value is 191 (75% from 255 or 42.44% from 450); Max value from RGB is 191 - color contains mainly: blue. Hex color #9370BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9370BF is #6C8F40. Grayscale: #838383. Windows color (decimal): -7114561 or 12546195. OLE color: 12546195.

HSL color Cylindrical-coordinate representation of color #9370BF: hue angle of 266.58º 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 #9370BF is Cyan = 0.23, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB147112191-
CMYK0.230.4100.25
HSL266.58º38.16%59.41%-
HSV(B)266.58º41.36%74.9%-
XYZ27.2321.5552.02-
YUV131.47161.6139.08-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.67%
GREEN value IS 112 (44.14% from 255) = 24.89%
BLUE value IS 191 (75% from 255) = 42.44%
R=32.67%
G=24.89%
B=42.44%

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
Decimal1471121910.230.4100.25266.5838.1659.41
Hex9370BF172901910b263b
Octal22316027727510314134673
Binary1001001111100001011111110111101001011001100001011100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9370BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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