Shades of Dark Purple #982870
Tints of Dark Purple #982870
RGB
CMYK
RGB Variations
Color information
#982870 (or 0x982870) is known color: Dark Purple. HEX triplet: 98, 28 and 70. RGB value is (152,40,112). Sum of RGB (Red+Green+Blue) = 152+40+112=304 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50% from 304); Green value is 40 (16.02% from 255 or 13.16% from 304); Blue value is 112 (44.14% from 255 or 36.84% from 304); Max value from RGB is 152 - color contains mainly: red. Hex color #982870 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982870 is #67D78F. Grayscale: #515151. Windows color (decimal): -6805392 or 7350424. OLE color: 7350424.
HSL color Cylindrical-coordinate representation of color #982870: hue angle of 321.43º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #982870 is Cyan = 0, Magento = 0.74, Yellow = 0.26 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 40 | 112 | - |
| CMYK | 0 | 0.74 | 0.26 | 0.40 |
| HSL | 321.43º | 0.58% | 0.38% | - |
| HSV(B) | 321.43º | 0.74% | 0.6% | - |
| XYZ | 16.63 | 9.36 | 16.26 | - |
| YUV | 81.7 | 145.11 | 178.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 40 | 112 | 0 | 0.74 | 0.26 | 0.40 | 321.43 | 0.58 | 0.38 |
| Hex | 98 | 28 | 70 | 0 | 4A | 1A | 28 | 141 | 3A | 26 |
| Octal | 230 | 50 | 160 | 0 | 112 | 32 | 50 | 501 | 72 | 46 |
| Binary | 10011000 | 101000 | 1110000 | 0 | 1001010 | 11010 | 101000 | 101000001 | 111010 | 100110 |
Color Harmonies of #982870
Complementary color
Monochromatic Colors of #982870
Black with #982870
Text Example
Text Example
White with #982870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982870; }
p { color: rgb(152,40,112); }
H1.HeaderClassName
{
color: #982870;
}
.AnyTagClassName
{
color: #982870;
}
</style>
background-color css
<style>
a { background-color: #982870; }
a { background-color: rgb(152,40,112); }
div.DivClassName
{
background-color: #982870;
}
.BgClassName
{
background-color: #982870;
}
</style>
border-color css
<style>
span { border-color: #982870; }
span { border-color: rgb(152,40,112); }
td.TdClassName
{
border-color: #982870;
}
.TagClassName
{
border-color: #982870;
}
</style>