Shades of Dark Purple #981F8E
Tints of Dark Purple #981F8E
RGB
CMYK
RGB Variations
Color information
#981F8E (or 0x981F8E) is known color: Dark Purple. HEX triplet: 98, 1F and 8E. RGB value is (152,31,142). Sum of RGB (Red+Green+Blue) = 152+31+142=325 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.77% from 325); Green value is 31 (12.5% from 255 or 9.54% from 325); Blue value is 142 (55.86% from 255 or 43.69% from 325); Max value from RGB is 152 - color contains mainly: red. Hex color #981F8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #981F8E is #67E071. Grayscale: #4F4F4F. Windows color (decimal): -6807666 or 9314200. OLE color: 9314200.
HSL color Cylindrical-coordinate representation of color #981F8E: hue angle of 304.96º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #981F8E is Cyan = 0, Magento = 0.80, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 31 | 142 | - |
| CMYK | 0 | 0.80 | 0.07 | 0.40 |
| HSL | 304.96º | 0.66% | 0.36% | - |
| HSV(B) | 304.96º | 0.8% | 0.6% | - |
| XYZ | 18.32 | 9.61 | 26.48 | - |
| YUV | 79.83 | 163.09 | 179.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 31 | 142 | 0 | 0.80 | 0.07 | 0.40 | 304.96 | 0.66 | 0.36 |
| Hex | 98 | 1F | 8E | 0 | 50 | 7 | 28 | 131 | 42 | 24 |
| Octal | 230 | 37 | 216 | 0 | 120 | 7 | 50 | 461 | 102 | 44 |
| Binary | 10011000 | 11111 | 10001110 | 0 | 1010000 | 111 | 101000 | 100110001 | 1000010 | 100100 |
Color Harmonies of #981F8E
Complementary color
Monochromatic Colors of #981F8E
Black with #981F8E
Text Example
Text Example
White with #981F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981F8E; }
p { color: rgb(152,31,142); }
H1.HeaderClassName
{
color: #981F8E;
}
.AnyTagClassName
{
color: #981F8E;
}
</style>
background-color css
<style>
a { background-color: #981F8E; }
a { background-color: rgb(152,31,142); }
div.DivClassName
{
background-color: #981F8E;
}
.BgClassName
{
background-color: #981F8E;
}
</style>
border-color css
<style>
span { border-color: #981F8E; }
span { border-color: rgb(152,31,142); }
td.TdClassName
{
border-color: #981F8E;
}
.TagClassName
{
border-color: #981F8E;
}
</style>