#9877C4

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

Shades of Lilac Bush #9877C4

Tints of Lilac Bush #9877C4

Color information

#9877C4 (or 0x9877C4) is unknown color: approx Lilac Bush. HEX triplet: 98, 77 and C4. RGB value is (152,119,196). Sum of RGB (Red+Green+Blue) = 152+119+196=467 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.55% from 467); Green value is 119 (46.88% from 255 or 25.48% from 467); Blue value is 196 (76.95% from 255 or 41.97% from 467); Max value from RGB is 196 - color contains mainly: blue. Hex color #9877C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9877C4 is #67883B. Grayscale: #898989. Windows color (decimal): -6785084 or 12875672. OLE color: 12875672.

HSL color Cylindrical-coordinate representation of color #9877C4: hue angle of 265.71º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9877C4 is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB152119196-
CMYK0.220.3900.23
HSL265.71º39.49%61.76%-
HSV(B)265.71º39.29%76.86%-
XYZ29.5123.8555.27-
YUV137.64160.93138.24-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.55%
GREEN value IS 119 (46.88% from 255) = 25.48%
BLUE value IS 196 (76.95% from 255) = 41.97%
R=32.55%
G=25.48%
B=41.97%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1521191960.220.3900.23265.7139.4961.76
Hex9877C4162701710a273e
Octal23016730426470274124776
Binary1001100011101111100010010110100111010111100001010100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9877C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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