Shades of Dark Purple #982D8C
Tints of Dark Purple #982D8C
RGB
CMYK
RGB Variations
Color information
#982D8C (or 0x982D8C) is known color: Dark Purple. HEX triplet: 98, 2D and 8C. RGB value is (152,45,140). Sum of RGB (Red+Green+Blue) = 152+45+140=337 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.10% from 337); Green value is 45 (17.97% from 255 or 13.35% from 337); Blue value is 140 (55.08% from 255 or 41.54% from 337); Max value from RGB is 152 - color contains mainly: red. Hex color #982D8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982D8C is #67D273. Grayscale: #575757. Windows color (decimal): -6804084 or 9186712. OLE color: 9186712.
HSL color Cylindrical-coordinate representation of color #982D8C: hue angle of 306.73º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #982D8C is Cyan = 0, Magento = 0.70, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 45 | 140 | - |
| CMYK | 0 | 0.70 | 0.08 | 0.40 |
| HSL | 306.73º | 0.54% | 0.39% | - |
| HSV(B) | 306.73º | 0.7% | 0.6% | - |
| XYZ | 18.62 | 10.45 | 25.85 | - |
| YUV | 87.82 | 157.45 | 173.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 45 | 140 | 0 | 0.70 | 0.08 | 0.40 | 306.73 | 0.54 | 0.39 |
| Hex | 98 | 2D | 8C | 0 | 46 | 8 | 28 | 133 | 36 | 27 |
| Octal | 230 | 55 | 214 | 0 | 106 | 10 | 50 | 463 | 66 | 47 |
| Binary | 10011000 | 101101 | 10001100 | 0 | 1000110 | 1000 | 101000 | 100110011 | 110110 | 100111 |
Color Harmonies of #982D8C
Complementary color
Monochromatic Colors of #982D8C
Black with #982D8C
Text Example
Text Example
White with #982D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982D8C; }
p { color: rgb(152,45,140); }
H1.HeaderClassName
{
color: #982D8C;
}
.AnyTagClassName
{
color: #982D8C;
}
</style>
background-color css
<style>
a { background-color: #982D8C; }
a { background-color: rgb(152,45,140); }
div.DivClassName
{
background-color: #982D8C;
}
.BgClassName
{
background-color: #982D8C;
}
</style>
border-color css
<style>
span { border-color: #982D8C; }
span { border-color: rgb(152,45,140); }
td.TdClassName
{
border-color: #982D8C;
}
.TagClassName
{
border-color: #982D8C;
}
</style>