Shades of Dark Purple #992A8D
Tints of Dark Purple #992A8D
RGB
CMYK
RGB Variations
Color information
#992A8D (or 0x992A8D) is known color: Dark Purple. HEX triplet: 99, 2A and 8D. RGB value is (153,42,141). Sum of RGB (Red+Green+Blue) = 153+42+141=336 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.54% from 336); Green value is 42 (16.80% from 255 or 12.5% from 336); Blue value is 141 (55.47% from 255 or 41.96% from 336); Max value from RGB is 153 - color contains mainly: red. Hex color #992A8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992A8D is #66D572. Grayscale: #565656. Windows color (decimal): -6739315 or 9251481. OLE color: 9251481.
HSL color Cylindrical-coordinate representation of color #992A8D: hue angle of 306.49º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #992A8D is Cyan = 0, Magento = 0.73, Yellow = 0.08 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 42 | 141 | - |
| CMYK | 0 | 0.73 | 0.08 | 0.4 |
| HSL | 306.49º | 0.57% | 0.38% | - |
| HSV(B) | 306.49º | 0.73% | 0.6% | - |
| XYZ | 18.77 | 10.35 | 26.21 | - |
| YUV | 86.48 | 158.77 | 175.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 42 | 141 | 0 | 0.73 | 0.08 | 0.4 | 306.49 | 0.57 | 0.38 |
| Hex | 99 | 2A | 8D | 0 | 49 | 8 | 28 | 132 | 39 | 26 |
| Octal | 231 | 52 | 215 | 0 | 111 | 10 | 50 | 462 | 71 | 46 |
| Binary | 10011001 | 101010 | 10001101 | 0 | 1001001 | 1000 | 101000 | 100110010 | 111001 | 100110 |
Color Harmonies of #992A8D
Complementary color
Monochromatic Colors of #992A8D
Black with #992A8D
Text Example
Text Example
White with #992A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992A8D; }
p { color: rgb(153,42,141); }
H1.HeaderClassName
{
color: #992A8D;
}
.AnyTagClassName
{
color: #992A8D;
}
</style>
background-color css
<style>
a { background-color: #992A8D; }
a { background-color: rgb(153,42,141); }
div.DivClassName
{
background-color: #992A8D;
}
.BgClassName
{
background-color: #992A8D;
}
</style>
border-color css
<style>
span { border-color: #992A8D; }
span { border-color: rgb(153,42,141); }
td.TdClassName
{
border-color: #992A8D;
}
.TagClassName
{
border-color: #992A8D;
}
</style>