#9870BF

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

Shades of Lilac Bush #9870BF

Tints of Lilac Bush #9870BF

Color information

#9870BF (or 0x9870BF) is unknown color: approx Lilac Bush. HEX triplet: 98, 70 and BF. RGB value is (152,112,191). Sum of RGB (Red+Green+Blue) = 152+112+191=455 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.41% from 455); Green value is 112 (44.14% from 255 or 24.62% from 455); Blue value is 191 (75% from 255 or 41.98% from 455); Max value from RGB is 191 - color contains mainly: blue. Hex color #9870BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9870BF is #678F40. Grayscale: #848484. Windows color (decimal): -6786881 or 12546200. OLE color: 12546200.

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

Color convert

RGB152112191-
CMYK0.200.4100.25
HSL270.38º38.16%59.41%-
HSV(B)270.38º41.36%74.9%-
XYZ28.1522.0352.06-
YUV132.97160.75141.58-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.41%
GREEN value IS 112 (44.14% from 255) = 24.62%
BLUE value IS 191 (75% from 255) = 41.98%
R=33.41%
G=24.62%
B=41.98%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1521121910.200.4100.25270.3838.1659.41
Hex9870BF142901910e263b
Octal23016027724510314164673
Binary1001100011100001011111110100101001011001100001110100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9870BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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