Shades of Dark Purple #992D8F
Tints of Dark Purple #992D8F
RGB
CMYK
RGB Variations
Color information
#992D8F (or 0x992D8F) is known color: Dark Purple. HEX triplet: 99, 2D and 8F. RGB value is (153,45,143). Sum of RGB (Red+Green+Blue) = 153+45+143=341 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.87% from 341); Green value is 45 (17.97% from 255 or 13.20% from 341); Blue value is 143 (56.25% from 255 or 41.94% from 341); Max value from RGB is 153 - color contains mainly: red. Hex color #992D8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992D8F is #66D270. Grayscale: #585858. Windows color (decimal): -6738545 or 9383321. OLE color: 9383321.
HSL color Cylindrical-coordinate representation of color #992D8F: hue angle of 305.56º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #992D8F is Cyan = 0, Magento = 0.71, Yellow = 0.07 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 45 | 143 | - |
| CMYK | 0 | 0.71 | 0.07 | 0.4 |
| HSL | 305.56º | 0.55% | 0.39% | - |
| HSV(B) | 305.56º | 0.71% | 0.6% | - |
| XYZ | 19.03 | 10.63 | 27.04 | - |
| YUV | 88.46 | 158.78 | 174.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 45 | 143 | 0 | 0.71 | 0.07 | 0.4 | 305.56 | 0.55 | 0.39 |
| Hex | 99 | 2D | 8F | 0 | 47 | 7 | 28 | 132 | 37 | 27 |
| Octal | 231 | 55 | 217 | 0 | 107 | 7 | 50 | 462 | 67 | 47 |
| Binary | 10011001 | 101101 | 10001111 | 0 | 1000111 | 111 | 101000 | 100110010 | 110111 | 100111 |
Color Harmonies of #992D8F
Complementary color
Monochromatic Colors of #992D8F
Black with #992D8F
Text Example
Text Example
White with #992D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992D8F; }
p { color: rgb(153,45,143); }
H1.HeaderClassName
{
color: #992D8F;
}
.AnyTagClassName
{
color: #992D8F;
}
</style>
background-color css
<style>
a { background-color: #992D8F; }
a { background-color: rgb(153,45,143); }
div.DivClassName
{
background-color: #992D8F;
}
.BgClassName
{
background-color: #992D8F;
}
</style>
border-color css
<style>
span { border-color: #992D8F; }
span { border-color: rgb(153,45,143); }
td.TdClassName
{
border-color: #992D8F;
}
.TagClassName
{
border-color: #992D8F;
}
</style>