Shades of Dark Purple #982170
Tints of Dark Purple #982170
RGB
CMYK
RGB Variations
Color information
#982170 (or 0x982170) is known color: Dark Purple. HEX triplet: 98, 21 and 70. RGB value is (152,33,112). Sum of RGB (Red+Green+Blue) = 152+33+112=297 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.18% from 297); Green value is 33 (13.28% from 255 or 11.11% from 297); Blue value is 112 (44.14% from 255 or 37.71% from 297); Max value from RGB is 152 - color contains mainly: red. Hex color #982170 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982170 is #67DE8F. Grayscale: #4D4D4D. Windows color (decimal): -6807184 or 7348632. OLE color: 7348632.
HSL color Cylindrical-coordinate representation of color #982170: hue angle of 320.17º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #982170 is Cyan = 0, Magento = 0.78, Yellow = 0.26 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 33 | 112 | - |
| CMYK | 0 | 0.78 | 0.26 | 0.40 |
| HSL | 320.17º | 0.64% | 0.36% | - |
| HSV(B) | 320.17º | 0.78% | 0.6% | - |
| XYZ | 16.42 | 8.93 | 16.19 | - |
| YUV | 77.59 | 147.42 | 181.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 33 | 112 | 0 | 0.78 | 0.26 | 0.40 | 320.17 | 0.64 | 0.36 |
| Hex | 98 | 21 | 70 | 0 | 4E | 1A | 28 | 140 | 40 | 24 |
| Octal | 230 | 41 | 160 | 0 | 116 | 32 | 50 | 500 | 100 | 44 |
| Binary | 10011000 | 100001 | 1110000 | 0 | 1001110 | 11010 | 101000 | 101000000 | 1000000 | 100100 |
Color Harmonies of #982170
Complementary color
Monochromatic Colors of #982170
Black with #982170
Text Example
Text Example
White with #982170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982170; }
p { color: rgb(152,33,112); }
H1.HeaderClassName
{
color: #982170;
}
.AnyTagClassName
{
color: #982170;
}
</style>
background-color css
<style>
a { background-color: #982170; }
a { background-color: rgb(152,33,112); }
div.DivClassName
{
background-color: #982170;
}
.BgClassName
{
background-color: #982170;
}
</style>
border-color css
<style>
span { border-color: #982170; }
span { border-color: rgb(152,33,112); }
td.TdClassName
{
border-color: #982170;
}
.TagClassName
{
border-color: #982170;
}
</style>