Shades of Dark Purple #982C87
Tints of Dark Purple #982C87
RGB
CMYK
RGB Variations
Color information
#982C87 (or 0x982C87) is known color: Dark Purple. HEX triplet: 98, 2C and 87. RGB value is (152,44,135). Sum of RGB (Red+Green+Blue) = 152+44+135=331 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.92% from 331); Green value is 44 (17.58% from 255 or 13.29% from 331); Blue value is 135 (53.12% from 255 or 40.79% from 331); Max value from RGB is 152 - color contains mainly: red. Hex color #982C87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982C87 is #67D378. Grayscale: #565656. Windows color (decimal): -6804345 or 8858776. OLE color: 8858776.
HSL color Cylindrical-coordinate representation of color #982C87: hue angle of 309.44º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #982C87 is Cyan = 0, Magento = 0.71, Yellow = 0.11 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 44 | 135 | - |
| CMYK | 0 | 0.71 | 0.11 | 0.40 |
| HSL | 309.44º | 0.55% | 0.38% | - |
| HSV(B) | 309.44º | 0.71% | 0.6% | - |
| XYZ | 18.22 | 10.23 | 23.94 | - |
| YUV | 86.67 | 155.28 | 174.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 44 | 135 | 0 | 0.71 | 0.11 | 0.40 | 309.44 | 0.55 | 0.38 |
| Hex | 98 | 2C | 87 | 0 | 47 | B | 28 | 135 | 37 | 26 |
| Octal | 230 | 54 | 207 | 0 | 107 | 13 | 50 | 465 | 67 | 46 |
| Binary | 10011000 | 101100 | 10000111 | 0 | 1000111 | 1011 | 101000 | 100110101 | 110111 | 100110 |
Color Harmonies of #982C87
Complementary color
Monochromatic Colors of #982C87
Black with #982C87
Text Example
Text Example
White with #982C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982C87; }
p { color: rgb(152,44,135); }
H1.HeaderClassName
{
color: #982C87;
}
.AnyTagClassName
{
color: #982C87;
}
</style>
background-color css
<style>
a { background-color: #982C87; }
a { background-color: rgb(152,44,135); }
div.DivClassName
{
background-color: #982C87;
}
.BgClassName
{
background-color: #982C87;
}
</style>
border-color css
<style>
span { border-color: #982C87; }
span { border-color: rgb(152,44,135); }
td.TdClassName
{
border-color: #982C87;
}
.TagClassName
{
border-color: #982C87;
}
</style>