#9877CC

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

Shades of Lilac Bush #9877CC

Tints of Lilac Bush #9877CC

Color information

#9877CC (or 0x9877CC) is unknown color: approx Lilac Bush. HEX triplet: 98, 77 and CC. RGB value is (152,119,204). Sum of RGB (Red+Green+Blue) = 152+119+204=475 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32% from 475); Green value is 119 (46.88% from 255 or 25.05% from 475); Blue value is 204 (80.08% from 255 or 42.95% from 475); Max value from RGB is 204 - color contains mainly: blue. Hex color #9877CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9877CC is #678833. Grayscale: #8A8A8A. Windows color (decimal): -6785076 or 13399960. OLE color: 13399960.

HSL color Cylindrical-coordinate representation of color #9877CC: hue angle of 263.29º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9877CC is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB152119204-
CMYK0.250.4200.2
HSL263.29º45.45%63.33%-
HSV(B)263.29º41.67%80%-
XYZ30.4424.2360.2-
YUV138.56164.93137.59-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32%
GREEN value IS 119 (46.88% from 255) = 25.05%
BLUE value IS 204 (80.08% from 255) = 42.95%
R=32%
G=25.05%
B=42.95%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1521192040.250.4200.2263.2945.4563.33
Hex9877CC192A0141072d3f
Octal23016731431520244075577
Binary1001100011101111100110011001101010010100100000111101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9877CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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