Shades of Dark Purple #992179
Tints of Dark Purple #992179
RGB
CMYK
RGB Variations
Color information
#992179 (or 0x992179) is known color: Dark Purple. HEX triplet: 99, 21 and 79. RGB value is (153,33,121). Sum of RGB (Red+Green+Blue) = 153+33+121=307 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.84% from 307); Green value is 33 (13.28% from 255 or 10.75% from 307); Blue value is 121 (47.66% from 255 or 39.41% from 307); Max value from RGB is 153 - color contains mainly: red. Hex color #992179 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992179 is #66DE86. Grayscale: #4E4E4E. Windows color (decimal): -6741639 or 7938457. OLE color: 7938457.
HSL color Cylindrical-coordinate representation of color #992179: hue angle of 316º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #992179 is Cyan = 0, Magento = 0.78, Yellow = 0.21 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 33 | 121 | - |
| CMYK | 0 | 0.78 | 0.21 | 0.4 |
| HSL | 316º | 0.65% | 0.36% | - |
| HSV(B) | 316º | 0.78% | 0.6% | - |
| XYZ | 17.13 | 9.24 | 18.97 | - |
| YUV | 78.91 | 151.76 | 180.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 33 | 121 | 0 | 0.78 | 0.21 | 0.4 | 316 | 0.65 | 0.36 |
| Hex | 99 | 21 | 79 | 0 | 4E | 15 | 28 | 13C | 41 | 24 |
| Octal | 231 | 41 | 171 | 0 | 116 | 25 | 50 | 474 | 101 | 44 |
| Binary | 10011001 | 100001 | 1111001 | 0 | 1001110 | 10101 | 101000 | 100111100 | 1000001 | 100100 |
Color Harmonies of #992179
Complementary color
Monochromatic Colors of #992179
Black with #992179
Text Example
Text Example
White with #992179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992179; }
p { color: rgb(153,33,121); }
H1.HeaderClassName
{
color: #992179;
}
.AnyTagClassName
{
color: #992179;
}
</style>
background-color css
<style>
a { background-color: #992179; }
a { background-color: rgb(153,33,121); }
div.DivClassName
{
background-color: #992179;
}
.BgClassName
{
background-color: #992179;
}
</style>
border-color css
<style>
span { border-color: #992179; }
span { border-color: rgb(153,33,121); }
td.TdClassName
{
border-color: #992179;
}
.TagClassName
{
border-color: #992179;
}
</style>