Shades of Dark Purple #981D82
Tints of Dark Purple #981D82
RGB
CMYK
RGB Variations
Color information
#981D82 (or 0x981D82) is known color: Dark Purple. HEX triplet: 98, 1D and 82. RGB value is (152,29,130). Sum of RGB (Red+Green+Blue) = 152+29+130=311 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.87% from 311); Green value is 29 (11.72% from 255 or 9.32% from 311); Blue value is 130 (51.17% from 255 or 41.80% from 311); Max value from RGB is 152 - color contains mainly: red. Hex color #981D82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #981D82 is #67E27D. Grayscale: #4D4D4D. Windows color (decimal): -6808190 or 8527256. OLE color: 8527256.
HSL color Cylindrical-coordinate representation of color #981D82: hue angle of 310.73º 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 #981D82 is Cyan = 0, Magento = 0.81, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 29 | 130 | - |
| CMYK | 0 | 0.81 | 0.14 | 0.40 |
| HSL | 310.73º | 0.68% | 0.35% | - |
| HSV(B) | 310.73º | 0.81% | 0.6% | - |
| XYZ | 17.42 | 9.17 | 21.97 | - |
| YUV | 77.29 | 157.75 | 181.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 29 | 130 | 0 | 0.81 | 0.14 | 0.40 | 310.73 | 0.68 | 0.35 |
| Hex | 98 | 1D | 82 | 0 | 51 | E | 28 | 137 | 44 | 23 |
| Octal | 230 | 35 | 202 | 0 | 121 | 16 | 50 | 467 | 104 | 43 |
| Binary | 10011000 | 11101 | 10000010 | 0 | 1010001 | 1110 | 101000 | 100110111 | 1000100 | 100011 |
Color Harmonies of #981D82
Complementary color
Monochromatic Colors of #981D82
Black with #981D82
Text Example
Text Example
White with #981D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981D82; }
p { color: rgb(152,29,130); }
H1.HeaderClassName
{
color: #981D82;
}
.AnyTagClassName
{
color: #981D82;
}
</style>
background-color css
<style>
a { background-color: #981D82; }
a { background-color: rgb(152,29,130); }
div.DivClassName
{
background-color: #981D82;
}
.BgClassName
{
background-color: #981D82;
}
</style>
border-color css
<style>
span { border-color: #981D82; }
span { border-color: rgb(152,29,130); }
td.TdClassName
{
border-color: #981D82;
}
.TagClassName
{
border-color: #981D82;
}
</style>