Shades of Dark Purple #982187
Tints of Dark Purple #982187
RGB
CMYK
RGB Variations
Color information
#982187 (or 0x982187) is known color: Dark Purple. HEX triplet: 98, 21 and 87. RGB value is (152,33,135). Sum of RGB (Red+Green+Blue) = 152+33+135=320 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.5% from 320); Green value is 33 (13.28% from 255 or 10.31% from 320); Blue value is 135 (53.12% from 255 or 42.19% from 320); Max value from RGB is 152 - color contains mainly: red. Hex color #982187 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982187 is #67DE78. Grayscale: #4F4F4F. Windows color (decimal): -6807161 or 8855960. OLE color: 8855960.
HSL color Cylindrical-coordinate representation of color #982187: hue angle of 308.57º 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 #982187 is Cyan = 0, Magento = 0.78, Yellow = 0.11 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 33 | 135 | - |
| CMYK | 0 | 0.78 | 0.11 | 0.40 |
| HSL | 308.57º | 0.64% | 0.36% | - |
| HSV(B) | 308.57º | 0.78% | 0.6% | - |
| XYZ | 17.87 | 9.51 | 23.82 | - |
| YUV | 80.21 | 158.92 | 179.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 33 | 135 | 0 | 0.78 | 0.11 | 0.40 | 308.57 | 0.64 | 0.36 |
| Hex | 98 | 21 | 87 | 0 | 4E | B | 28 | 135 | 40 | 24 |
| Octal | 230 | 41 | 207 | 0 | 116 | 13 | 50 | 465 | 100 | 44 |
| Binary | 10011000 | 100001 | 10000111 | 0 | 1001110 | 1011 | 101000 | 100110101 | 1000000 | 100100 |
Color Harmonies of #982187
Complementary color
Monochromatic Colors of #982187
Black with #982187
Text Example
Text Example
White with #982187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982187; }
p { color: rgb(152,33,135); }
H1.HeaderClassName
{
color: #982187;
}
.AnyTagClassName
{
color: #982187;
}
</style>
background-color css
<style>
a { background-color: #982187; }
a { background-color: rgb(152,33,135); }
div.DivClassName
{
background-color: #982187;
}
.BgClassName
{
background-color: #982187;
}
</style>
border-color css
<style>
span { border-color: #982187; }
span { border-color: rgb(152,33,135); }
td.TdClassName
{
border-color: #982187;
}
.TagClassName
{
border-color: #982187;
}
</style>