Shades of Dark Purple #992177
Tints of Dark Purple #992177
RGB
CMYK
RGB Variations
Color information
#992177 (or 0x992177) is known color: Dark Purple. HEX triplet: 99, 21 and 77. RGB value is (153,33,119). Sum of RGB (Red+Green+Blue) = 153+33+119=305 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.16% from 305); Green value is 33 (13.28% from 255 or 10.82% from 305); Blue value is 119 (46.88% from 255 or 39.02% from 305); Max value from RGB is 153 - color contains mainly: red. Hex color #992177 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992177 is #66DE88. Grayscale: #4E4E4E. Windows color (decimal): -6741641 or 7807385. OLE color: 7807385.
HSL color Cylindrical-coordinate representation of color #992177: hue angle of 317º 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 #992177 is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 33 | 119 | - |
| CMYK | 0 | 0.78 | 0.22 | 0.4 |
| HSL | 317º | 0.65% | 0.36% | - |
| HSV(B) | 317º | 0.78% | 0.6% | - |
| XYZ | 17.01 | 9.19 | 18.33 | - |
| YUV | 78.68 | 150.76 | 181.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 33 | 119 | 0 | 0.78 | 0.22 | 0.4 | 317 | 0.65 | 0.36 |
| Hex | 99 | 21 | 77 | 0 | 4E | 16 | 28 | 13D | 41 | 24 |
| Octal | 231 | 41 | 167 | 0 | 116 | 26 | 50 | 475 | 101 | 44 |
| Binary | 10011001 | 100001 | 1110111 | 0 | 1001110 | 10110 | 101000 | 100111101 | 1000001 | 100100 |
Color Harmonies of #992177
Complementary color
Monochromatic Colors of #992177
Black with #992177
Text Example
Text Example
White with #992177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992177; }
p { color: rgb(153,33,119); }
H1.HeaderClassName
{
color: #992177;
}
.AnyTagClassName
{
color: #992177;
}
</style>
background-color css
<style>
a { background-color: #992177; }
a { background-color: rgb(153,33,119); }
div.DivClassName
{
background-color: #992177;
}
.BgClassName
{
background-color: #992177;
}
</style>
border-color css
<style>
span { border-color: #992177; }
span { border-color: rgb(153,33,119); }
td.TdClassName
{
border-color: #992177;
}
.TagClassName
{
border-color: #992177;
}
</style>