#992776

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

Shades of Dark Purple #992776

Tints of Dark Purple #992776

Color information

#992776 (or 0x992776) is unknown color: approx Dark Purple. HEX triplet: 99, 27 and 76. RGB value is (153,39,118). Sum of RGB (Red+Green+Blue) = 153+39+118=310 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.35% from 310); Green value is 39 (15.62% from 255 or 12.58% from 310); Blue value is 118 (46.48% from 255 or 38.06% from 310); Max value from RGB is 153 - color contains mainly: red. Hex color #992776 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992776 is #66D889. Grayscale: #515151. Windows color (decimal): -6740106 or 7743385. OLE color: 7743385.

HSL color Cylindrical-coordinate representation of color #992776: hue angle of 318.42º 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 #992776 is Cyan = 0, Magento = 0.75, Yellow = 0.23 and Black (K on CMYK) = 0.4.

Color convert

RGB15339118-
CMYK00.750.230.4
HSL318.42º59.38%37.65%-
HSV(B)318.42º74.51%60%-
XYZ17.139.5318.08-
YUV82.09148.27178.58-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 49.35%
GREEN value IS 39 (15.62% from 255) = 12.58%
BLUE value IS 118 (46.48% from 255) = 38.06%
R=49.35%
G=12.58%
B=38.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.23
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1533911800.750.230.4318.4259.3837.65
Hex99277604B172813e3b26
Octal23147166011327504767346
Binary1001100110011111101100100101110111101000100111110111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992776; }

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

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

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

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

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

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

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

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