Shades of Dark Purple #982A84
Tints of Dark Purple #982A84
RGB
CMYK
RGB Variations
Color information
#982A84 (or 0x982A84) is known color: Dark Purple. HEX triplet: 98, 2A and 84. RGB value is (152,42,132). Sum of RGB (Red+Green+Blue) = 152+42+132=326 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.63% from 326); Green value is 42 (16.80% from 255 or 12.88% from 326); Blue value is 132 (51.95% from 255 or 40.49% from 326); Max value from RGB is 152 - color contains mainly: red. Hex color #982A84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982A84 is #67D57B. Grayscale: #545454. Windows color (decimal): -6804860 or 8661656. OLE color: 8661656.
HSL color Cylindrical-coordinate representation of color #982A84: hue angle of 310.91º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #982A84 is Cyan = 0, Magento = 0.72, Yellow = 0.13 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 42 | 132 | - |
| CMYK | 0 | 0.72 | 0.13 | 0.40 |
| HSL | 310.91º | 0.57% | 0.38% | - |
| HSV(B) | 310.91º | 0.72% | 0.6% | - |
| XYZ | 17.94 | 10 | 22.81 | - |
| YUV | 85.15 | 154.44 | 175.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 42 | 132 | 0 | 0.72 | 0.13 | 0.40 | 310.91 | 0.57 | 0.38 |
| Hex | 98 | 2A | 84 | 0 | 48 | D | 28 | 137 | 39 | 26 |
| Octal | 230 | 52 | 204 | 0 | 110 | 15 | 50 | 467 | 71 | 46 |
| Binary | 10011000 | 101010 | 10000100 | 0 | 1001000 | 1101 | 101000 | 100110111 | 111001 | 100110 |
Color Harmonies of #982A84
Complementary color
Monochromatic Colors of #982A84
Black with #982A84
Text Example
Text Example
White with #982A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982A84; }
p { color: rgb(152,42,132); }
H1.HeaderClassName
{
color: #982A84;
}
.AnyTagClassName
{
color: #982A84;
}
</style>
background-color css
<style>
a { background-color: #982A84; }
a { background-color: rgb(152,42,132); }
div.DivClassName
{
background-color: #982A84;
}
.BgClassName
{
background-color: #982A84;
}
</style>
border-color css
<style>
span { border-color: #982A84; }
span { border-color: rgb(152,42,132); }
td.TdClassName
{
border-color: #982A84;
}
.TagClassName
{
border-color: #982A84;
}
</style>