#992676

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

Shades of Dark Purple #992676

Tints of Dark Purple #992676

Color information

#992676 (or 0x992676) is unknown color: approx Dark Purple. HEX triplet: 99, 26 and 76. RGB value is (153,38,118). Sum of RGB (Red+Green+Blue) = 153+38+118=309 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.51% from 309); Green value is 38 (15.23% from 255 or 12.30% from 309); Blue value is 118 (46.48% from 255 or 38.19% from 309); Max value from RGB is 153 - color contains mainly: red. Hex color #992676 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992676 is #66D989. Grayscale: #515151. Windows color (decimal): -6740362 or 7743129. OLE color: 7743129.

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

Color convert

RGB15338118-
CMYK00.750.230.4
HSL318.26º60.21%37.45%-
HSV(B)318.26º75.16%60%-
XYZ17.19.4718.07-
YUV81.5148.6179-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 49.51%
GREEN value IS 38 (15.23% from 255) = 12.30%
BLUE value IS 118 (46.48% from 255) = 38.19%
R=49.51%
G=12.30%
B=38.19%

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
Decimal1533811800.750.230.4318.2660.2137.45
Hex99267604B172813e3c25
Octal23146166011327504767445
Binary1001100110011011101100100101110111101000100111110111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992676; }

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

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

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

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

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

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

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

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