#9977CC

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

Shades of Lilac Bush #9977CC

Tints of Lilac Bush #9977CC

Color information

#9977CC (or 0x9977CC) is unknown color: approx Lilac Bush. HEX triplet: 99, 77 and CC. RGB value is (153,119,204). Sum of RGB (Red+Green+Blue) = 153+119+204=476 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.14% from 476); Green value is 119 (46.88% from 255 or 25% from 476); Blue value is 204 (80.08% from 255 or 42.86% from 476); Max value from RGB is 204 - color contains mainly: blue. Hex color #9977CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9977CC is #668833. Grayscale: #8A8A8A. Windows color (decimal): -6719540 or 13399961. OLE color: 13399961.

HSL color Cylindrical-coordinate representation of color #9977CC: hue angle of 264º 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 #9977CC is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB153119204-
CMYK0.250.4200.2
HSL264º45.45%63.33%-
HSV(B)264º41.67%80%-
XYZ30.6324.3360.21-
YUV138.86164.76138.09-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.14%
GREEN value IS 119 (46.88% from 255) = 25%
BLUE value IS 204 (80.08% from 255) = 42.86%
R=32.14%
G=25%
B=42.86%

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
Decimal1531192040.250.4200.226445.4563.33
Hex9977CC192A0141082d3f
Octal23116731431520244105577
Binary1001100111101111100110011001101010010100100001000101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9977CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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