Shades of Dark Purple #981D8A
Tints of Dark Purple #981D8A
RGB
CMYK
RGB Variations
Color information
#981D8A (or 0x981D8A) is known color: Dark Purple. HEX triplet: 98, 1D and 8A. RGB value is (152,29,138). Sum of RGB (Red+Green+Blue) = 152+29+138=319 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.65% from 319); Green value is 29 (11.72% from 255 or 9.09% from 319); Blue value is 138 (54.30% from 255 or 43.26% from 319); Max value from RGB is 152 - color contains mainly: red. Hex color #981D8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #981D8A is #67E275. Grayscale: #4D4D4D. Windows color (decimal): -6808182 or 9051544. OLE color: 9051544.
HSL color Cylindrical-coordinate representation of color #981D8A: hue angle of 306.83º 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 #981D8A is Cyan = 0, Magento = 0.81, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 29 | 138 | - |
| CMYK | 0 | 0.81 | 0.09 | 0.40 |
| HSL | 306.83º | 0.68% | 0.35% | - |
| HSV(B) | 306.83º | 0.81% | 0.6% | - |
| XYZ | 17.98 | 9.39 | 24.91 | - |
| YUV | 78.2 | 161.75 | 180.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 29 | 138 | 0 | 0.81 | 0.09 | 0.40 | 306.83 | 0.68 | 0.35 |
| Hex | 98 | 1D | 8A | 0 | 51 | 9 | 28 | 133 | 44 | 23 |
| Octal | 230 | 35 | 212 | 0 | 121 | 11 | 50 | 463 | 104 | 43 |
| Binary | 10011000 | 11101 | 10001010 | 0 | 1010001 | 1001 | 101000 | 100110011 | 1000100 | 100011 |
Color Harmonies of #981D8A
Complementary color
Monochromatic Colors of #981D8A
Black with #981D8A
Text Example
Text Example
White with #981D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981D8A; }
p { color: rgb(152,29,138); }
H1.HeaderClassName
{
color: #981D8A;
}
.AnyTagClassName
{
color: #981D8A;
}
</style>
background-color css
<style>
a { background-color: #981D8A; }
a { background-color: rgb(152,29,138); }
div.DivClassName
{
background-color: #981D8A;
}
.BgClassName
{
background-color: #981D8A;
}
</style>
border-color css
<style>
span { border-color: #981D8A; }
span { border-color: rgb(152,29,138); }
td.TdClassName
{
border-color: #981D8A;
}
.TagClassName
{
border-color: #981D8A;
}
</style>