#992777

Color #992777 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #992777

Tints of Dark Purple #992777

Color information

#992777 (or 0x992777) is unknown color: approx Dark Purple. HEX triplet: 99, 27 and 77. RGB value is (153,39,119). Sum of RGB (Red+Green+Blue) = 153+39+119=311 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.20% from 311); Green value is 39 (15.62% from 255 or 12.54% from 311); Blue value is 119 (46.88% from 255 or 38.26% from 311); Max value from RGB is 153 - color contains mainly: red. Hex color #992777 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992777 is #66D888. Grayscale: #525252. Windows color (decimal): -6740105 or 7808921. OLE color: 7808921.

HSL color Cylindrical-coordinate representation of color #992777: hue angle of 317.89º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #992777 is Cyan = 0, Magento = 0.75, Yellow = 0.22 and Black (K on CMYK) = 0.4.

Color convert

RGB15339119-
CMYK00.750.220.4
HSL317.89º59.38%37.65%-
HSV(B)317.89º74.51%60%-
XYZ17.199.5618.39-
YUV82.21148.77178.5-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 49.20%
GREEN value IS 39 (15.62% from 255) = 12.54%
BLUE value IS 119 (46.88% from 255) = 38.26%
R=49.20%
G=12.54%
B=38.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.22
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1533911900.750.220.4317.8959.3837.65
Hex99277704B162813e3b26
Octal23147167011326504767346
Binary1001100110011111101110100101110110101000100111110111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992777; }

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

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

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

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

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

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

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

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