#9871CE

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

Shades of Lilac Bush #9871CE

Tints of Lilac Bush #9871CE

Color information

#9871CE (or 0x9871CE) is unknown color: approx Lilac Bush. HEX triplet: 98, 71 and CE. RGB value is (152,113,206). Sum of RGB (Red+Green+Blue) = 152+113+206=471 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.27% from 471); Green value is 113 (44.53% from 255 or 23.99% from 471); Blue value is 206 (80.86% from 255 or 43.74% from 471); Max value from RGB is 206 - color contains mainly: blue. Hex color #9871CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9871CE is #678E31. Grayscale: #868686. Windows color (decimal): -6786610 or 13529496. OLE color: 13529496.

HSL color Cylindrical-coordinate representation of color #9871CE: hue angle of 265.16º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9871CE is Cyan = 0.26, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB152113206-
CMYK0.260.4500.19
HSL265.16º48.69%62.55%-
HSV(B)265.16º45.15%80.78%-
XYZ29.9922.9461.24-
YUV135.26167.92139.94-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.27%
GREEN value IS 113 (44.53% from 255) = 23.99%
BLUE value IS 206 (80.86% from 255) = 43.74%
R=32.27%
G=23.99%
B=43.74%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1521132060.260.4500.19265.1648.6962.55
Hex9871CE1A2D013109313f
Octal23016131632550234116177
Binary1001100011100011100111011010101101010011100001001110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9871CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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