Shades of Dark Purple #981D8E
Tints of Dark Purple #981D8E
RGB
CMYK
RGB Variations
Color information
#981D8E (or 0x981D8E) is known color: Dark Purple. HEX triplet: 98, 1D and 8E. RGB value is (152,29,142). Sum of RGB (Red+Green+Blue) = 152+29+142=323 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.06% from 323); Green value is 29 (11.72% from 255 or 8.98% from 323); Blue value is 142 (55.86% from 255 or 43.96% from 323); Max value from RGB is 152 - color contains mainly: red. Hex color #981D8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #981D8E is #67E271. Grayscale: #4E4E4E. Windows color (decimal): -6808178 or 9313688. OLE color: 9313688.
HSL color Cylindrical-coordinate representation of color #981D8E: hue angle of 304.88º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #981D8E is Cyan = 0, Magento = 0.81, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 29 | 142 | - |
| CMYK | 0 | 0.81 | 0.07 | 0.40 |
| HSL | 304.88º | 0.68% | 0.35% | - |
| HSV(B) | 304.88º | 0.81% | 0.6% | - |
| XYZ | 18.27 | 9.51 | 26.46 | - |
| YUV | 78.66 | 163.75 | 180.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 29 | 142 | 0 | 0.81 | 0.07 | 0.40 | 304.88 | 0.68 | 0.35 |
| Hex | 98 | 1D | 8E | 0 | 51 | 7 | 28 | 131 | 44 | 23 |
| Octal | 230 | 35 | 216 | 0 | 121 | 7 | 50 | 461 | 104 | 43 |
| Binary | 10011000 | 11101 | 10001110 | 0 | 1010001 | 111 | 101000 | 100110001 | 1000100 | 100011 |
Color Harmonies of #981D8E
Complementary color
Monochromatic Colors of #981D8E
Black with #981D8E
Text Example
Text Example
White with #981D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981D8E; }
p { color: rgb(152,29,142); }
H1.HeaderClassName
{
color: #981D8E;
}
.AnyTagClassName
{
color: #981D8E;
}
</style>
background-color css
<style>
a { background-color: #981D8E; }
a { background-color: rgb(152,29,142); }
div.DivClassName
{
background-color: #981D8E;
}
.BgClassName
{
background-color: #981D8E;
}
</style>
border-color css
<style>
span { border-color: #981D8E; }
span { border-color: rgb(152,29,142); }
td.TdClassName
{
border-color: #981D8E;
}
.TagClassName
{
border-color: #981D8E;
}
</style>