#9877C6

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

Shades of Lilac Bush #9877C6

Tints of Lilac Bush #9877C6

Color information

#9877C6 (or 0x9877C6) is unknown color: approx Lilac Bush. HEX triplet: 98, 77 and C6. RGB value is (152,119,198). Sum of RGB (Red+Green+Blue) = 152+119+198=469 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.41% from 469); Green value is 119 (46.88% from 255 or 25.37% from 469); Blue value is 198 (77.73% from 255 or 42.22% from 469); Max value from RGB is 198 - color contains mainly: blue. Hex color #9877C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9877C6 is #678839. Grayscale: #898989. Windows color (decimal): -6785082 or 13006744. OLE color: 13006744.

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

Color convert

RGB152119198-
CMYK0.230.4000.22
HSL265.06º40.93%62.16%-
HSV(B)265.06º39.9%77.65%-
XYZ29.7423.9556.48-
YUV137.87161.93138.08-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.41%
GREEN value IS 119 (46.88% from 255) = 25.37%
BLUE value IS 198 (77.73% from 255) = 42.22%
R=32.41%
G=25.37%
B=42.22%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1521191980.230.4000.22265.0640.9362.16
Hex9877C61728016109293e
Octal23016730627500264115176
Binary1001100011101111100011010111101000010110100001001101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9877C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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