#9877CE

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

Shades of Lilac Bush #9877CE

Tints of Lilac Bush #9877CE

Color information

#9877CE (or 0x9877CE) is unknown color: approx Lilac Bush. HEX triplet: 98, 77 and CE. RGB value is (152,119,206). Sum of RGB (Red+Green+Blue) = 152+119+206=477 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.87% from 477); Green value is 119 (46.88% from 255 or 24.95% from 477); Blue value is 206 (80.86% from 255 or 43.19% from 477); Max value from RGB is 206 - color contains mainly: blue. Hex color #9877CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9877CE is #678831. Grayscale: #8A8A8A. Windows color (decimal): -6785074 or 13531032. OLE color: 13531032.

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

Color convert

RGB152119206-
CMYK0.260.4200.19
HSL262.76º47.03%63.73%-
HSV(B)262.76º42.23%80.78%-
XYZ30.6924.3361.47-
YUV138.78165.93137.43-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.87%
GREEN value IS 119 (46.88% from 255) = 24.95%
BLUE value IS 206 (80.86% from 255) = 43.19%
R=31.87%
G=24.95%
B=43.19%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1521192060.260.4200.19262.7647.0363.73
Hex9877CE1A2A0131072f40
Octal230167316325202340757100
Binary10011000111011111001110110101010100100111000001111011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9877CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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