Shades of Dark Purple #981E8F
Tints of Dark Purple #981E8F
RGB
CMYK
RGB Variations
Color information
#981E8F (or 0x981E8F) is known color: Dark Purple. HEX triplet: 98, 1E and 8F. RGB value is (152,30,143). Sum of RGB (Red+Green+Blue) = 152+30+143=325 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.77% from 325); Green value is 30 (12.11% from 255 or 9.23% from 325); Blue value is 143 (56.25% from 255 or 44% from 325); Max value from RGB is 152 - color contains mainly: red. Hex color #981E8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #981E8F is #67E170. Grayscale: #4F4F4F. Windows color (decimal): -6807921 or 9379480. OLE color: 9379480.
HSL color Cylindrical-coordinate representation of color #981E8F: hue angle of 304.43º degrees, saturation: 0.67, 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 #981E8F is Cyan = 0, Magento = 0.80, Yellow = 0.06 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 30 | 143 | - |
| CMYK | 0 | 0.80 | 0.06 | 0.40 |
| HSL | 304.43º | 0.67% | 0.36% | - |
| HSV(B) | 304.43º | 0.8% | 0.6% | - |
| XYZ | 18.37 | 9.59 | 26.87 | - |
| YUV | 79.36 | 163.92 | 179.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 30 | 143 | 0 | 0.80 | 0.06 | 0.40 | 304.43 | 0.67 | 0.36 |
| Hex | 98 | 1E | 8F | 0 | 50 | 6 | 28 | 130 | 43 | 24 |
| Octal | 230 | 36 | 217 | 0 | 120 | 6 | 50 | 460 | 103 | 44 |
| Binary | 10011000 | 11110 | 10001111 | 0 | 1010000 | 110 | 101000 | 100110000 | 1000011 | 100100 |
Color Harmonies of #981E8F
Complementary color
Monochromatic Colors of #981E8F
Black with #981E8F
Text Example
Text Example
White with #981E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981E8F; }
p { color: rgb(152,30,143); }
H1.HeaderClassName
{
color: #981E8F;
}
.AnyTagClassName
{
color: #981E8F;
}
</style>
background-color css
<style>
a { background-color: #981E8F; }
a { background-color: rgb(152,30,143); }
div.DivClassName
{
background-color: #981E8F;
}
.BgClassName
{
background-color: #981E8F;
}
</style>
border-color css
<style>
span { border-color: #981E8F; }
span { border-color: rgb(152,30,143); }
td.TdClassName
{
border-color: #981E8F;
}
.TagClassName
{
border-color: #981E8F;
}
</style>