Shades of Dark Purple #982A8B
Tints of Dark Purple #982A8B
RGB
CMYK
RGB Variations
Color information
#982A8B (or 0x982A8B) is known color: Dark Purple. HEX triplet: 98, 2A and 8B. RGB value is (152,42,139). Sum of RGB (Red+Green+Blue) = 152+42+139=333 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.65% from 333); Green value is 42 (16.80% from 255 or 12.61% from 333); Blue value is 139 (54.69% from 255 or 41.74% from 333); Max value from RGB is 152 - color contains mainly: red. Hex color #982A8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982A8B is #67D574. Grayscale: #555555. Windows color (decimal): -6804853 or 9120408. OLE color: 9120408.
HSL color Cylindrical-coordinate representation of color #982A8B: hue angle of 307.09º 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 #982A8B is Cyan = 0, Magento = 0.72, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 42 | 139 | - |
| CMYK | 0 | 0.72 | 0.09 | 0.40 |
| HSL | 307.09º | 0.57% | 0.38% | - |
| HSV(B) | 307.09º | 0.72% | 0.6% | - |
| XYZ | 18.44 | 10.2 | 25.42 | - |
| YUV | 85.95 | 157.94 | 175.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 42 | 139 | 0 | 0.72 | 0.09 | 0.40 | 307.09 | 0.57 | 0.38 |
| Hex | 98 | 2A | 8B | 0 | 48 | 9 | 28 | 133 | 39 | 26 |
| Octal | 230 | 52 | 213 | 0 | 110 | 11 | 50 | 463 | 71 | 46 |
| Binary | 10011000 | 101010 | 10001011 | 0 | 1001000 | 1001 | 101000 | 100110011 | 111001 | 100110 |
Color Harmonies of #982A8B
Complementary color
Monochromatic Colors of #982A8B
Black with #982A8B
Text Example
Text Example
White with #982A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982A8B; }
p { color: rgb(152,42,139); }
H1.HeaderClassName
{
color: #982A8B;
}
.AnyTagClassName
{
color: #982A8B;
}
</style>
background-color css
<style>
a { background-color: #982A8B; }
a { background-color: rgb(152,42,139); }
div.DivClassName
{
background-color: #982A8B;
}
.BgClassName
{
background-color: #982A8B;
}
</style>
border-color css
<style>
span { border-color: #982A8B; }
span { border-color: rgb(152,42,139); }
td.TdClassName
{
border-color: #982A8B;
}
.TagClassName
{
border-color: #982A8B;
}
</style>