Shades of Dark Purple #981986
Tints of Dark Purple #981986
RGB
CMYK
RGB Variations
Color information
#981986 (or 0x981986) is known color: Dark Purple. HEX triplet: 98, 19 and 86. RGB value is (152,25,134). Sum of RGB (Red+Green+Blue) = 152+25+134=311 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.87% from 311); Green value is 25 (10.16% from 255 or 8.04% from 311); Blue value is 134 (52.73% from 255 or 43.09% from 311); Max value from RGB is 152 - color contains mainly: red. Hex color #981986 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #981986 is #67E679. Grayscale: #4B4B4B. Windows color (decimal): -6809210 or 8788376. OLE color: 8788376.
HSL color Cylindrical-coordinate representation of color #981986: hue angle of 308.5º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #981986 is Cyan = 0, Magento = 0.84, Yellow = 0.12 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 25 | 134 | - |
| CMYK | 0 | 0.84 | 0.12 | 0.40 |
| HSL | 308.5º | 0.72% | 0.35% | - |
| HSV(B) | 308.5º | 0.84% | 0.6% | - |
| XYZ | 17.6 | 9.09 | 23.38 | - |
| YUV | 75.4 | 161.08 | 182.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 25 | 134 | 0 | 0.84 | 0.12 | 0.40 | 308.5 | 0.72 | 0.35 |
| Hex | 98 | 19 | 86 | 0 | 54 | C | 28 | 135 | 48 | 23 |
| Octal | 230 | 31 | 206 | 0 | 124 | 14 | 50 | 465 | 110 | 43 |
| Binary | 10011000 | 11001 | 10000110 | 0 | 1010100 | 1100 | 101000 | 100110101 | 1001000 | 100011 |
Color Harmonies of #981986
Complementary color
Monochromatic Colors of #981986
Black with #981986
Text Example
Text Example
White with #981986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981986; }
p { color: rgb(152,25,134); }
H1.HeaderClassName
{
color: #981986;
}
.AnyTagClassName
{
color: #981986;
}
</style>
background-color css
<style>
a { background-color: #981986; }
a { background-color: rgb(152,25,134); }
div.DivClassName
{
background-color: #981986;
}
.BgClassName
{
background-color: #981986;
}
</style>
border-color css
<style>
span { border-color: #981986; }
span { border-color: rgb(152,25,134); }
td.TdClassName
{
border-color: #981986;
}
.TagClassName
{
border-color: #981986;
}
</style>