#9871BE

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

Shades of Lilac Bush #9871BE

Tints of Lilac Bush #9871BE

Color information

#9871BE (or 0x9871BE) is unknown color: approx Lilac Bush. HEX triplet: 98, 71 and BE. RGB value is (152,113,190). Sum of RGB (Red+Green+Blue) = 152+113+190=455 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.41% from 455); Green value is 113 (44.53% from 255 or 24.84% from 455); Blue value is 190 (74.61% from 255 or 41.76% from 455); Max value from RGB is 190 - color contains mainly: blue. Hex color #9871BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9871BE is #678E41. Grayscale: #858585. Windows color (decimal): -6786626 or 12480920. OLE color: 12480920.

HSL color Cylindrical-coordinate representation of color #9871BE: hue angle of 270.39º degrees, saturation: 0.37, 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 #9871BE is Cyan = 0.2, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB152113190-
CMYK0.20.4100.25
HSL270.39º37.2%59.41%-
HSV(B)270.39º40.53%74.51%-
XYZ28.1522.251.52-
YUV133.44159.92141.24-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.41%
GREEN value IS 113 (44.53% from 255) = 24.84%
BLUE value IS 190 (74.61% from 255) = 41.76%
R=33.41%
G=24.84%
B=41.76%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1521131900.20.4100.25270.3937.259.41
Hex9871BE142901910e253b
Octal23016127624510314164573
Binary1001100011100011011111010100101001011001100001110100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9871BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,113,190); }

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

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

 a { background-color: rgb(152,113,190); }

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

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

 span { border-color: rgb(152,113,190); }

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