Shades of Dark Purple #981D7A
Tints of Dark Purple #981D7A
RGB
CMYK
RGB Variations
Color information
#981D7A (or 0x981D7A) is known color: Dark Purple. HEX triplet: 98, 1D and 7A. RGB value is (152,29,122). Sum of RGB (Red+Green+Blue) = 152+29+122=303 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50.17% from 303); Green value is 29 (11.72% from 255 or 9.57% from 303); Blue value is 122 (48.05% from 255 or 40.26% from 303); Max value from RGB is 152 - color contains mainly: red. Hex color #981D7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #981D7A is #67E285. Grayscale: #4C4C4C. Windows color (decimal): -6808198 or 8002968. OLE color: 8002968.
HSL color Cylindrical-coordinate representation of color #981D7A: hue angle of 314.63º 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 #981D7A is Cyan = 0, Magento = 0.81, Yellow = 0.20 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 29 | 122 | - |
| CMYK | 0 | 0.81 | 0.20 | 0.40 |
| HSL | 314.63º | 0.68% | 0.35% | - |
| HSV(B) | 314.63º | 0.81% | 0.6% | - |
| XYZ | 16.9 | 8.96 | 19.25 | - |
| YUV | 76.38 | 153.75 | 181.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 29 | 122 | 0 | 0.81 | 0.20 | 0.40 | 314.63 | 0.68 | 0.35 |
| Hex | 98 | 1D | 7A | 0 | 51 | 14 | 28 | 13B | 44 | 23 |
| Octal | 230 | 35 | 172 | 0 | 121 | 24 | 50 | 473 | 104 | 43 |
| Binary | 10011000 | 11101 | 1111010 | 0 | 1010001 | 10100 | 101000 | 100111011 | 1000100 | 100011 |
Color Harmonies of #981D7A
Complementary color
Monochromatic Colors of #981D7A
Black with #981D7A
Text Example
Text Example
White with #981D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981D7A; }
p { color: rgb(152,29,122); }
H1.HeaderClassName
{
color: #981D7A;
}
.AnyTagClassName
{
color: #981D7A;
}
</style>
background-color css
<style>
a { background-color: #981D7A; }
a { background-color: rgb(152,29,122); }
div.DivClassName
{
background-color: #981D7A;
}
.BgClassName
{
background-color: #981D7A;
}
</style>
border-color css
<style>
span { border-color: #981D7A; }
span { border-color: rgb(152,29,122); }
td.TdClassName
{
border-color: #981D7A;
}
.TagClassName
{
border-color: #981D7A;
}
</style>