Shades of Dark Purple #981781
Tints of Dark Purple #981781
RGB
CMYK
RGB Variations
Color information
#981781 (or 0x981781) is known color: Dark Purple. HEX triplet: 98, 17 and 81. RGB value is (152,23,129). Sum of RGB (Red+Green+Blue) = 152+23+129=304 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50% from 304); Green value is 23 (9.38% from 255 or 7.57% from 304); Blue value is 129 (50.78% from 255 or 42.43% from 304); Max value from RGB is 152 - color contains mainly: red. Hex color #981781 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #981781 is #67E87E. Grayscale: #494949. Windows color (decimal): -6809727 or 8460184. OLE color: 8460184.
HSL color Cylindrical-coordinate representation of color #981781: hue angle of 310.7º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #981781 is Cyan = 0, Magento = 0.85, Yellow = 0.15 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 23 | 129 | - |
| CMYK | 0 | 0.85 | 0.15 | 0.40 |
| HSL | 310.7º | 0.74% | 0.34% | - |
| HSV(B) | 310.7º | 0.85% | 0.6% | - |
| XYZ | 17.22 | 8.87 | 21.57 | - |
| YUV | 73.66 | 159.24 | 183.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 23 | 129 | 0 | 0.85 | 0.15 | 0.40 | 310.7 | 0.74 | 0.34 |
| Hex | 98 | 17 | 81 | 0 | 55 | F | 28 | 137 | 4A | 22 |
| Octal | 230 | 27 | 201 | 0 | 125 | 17 | 50 | 467 | 112 | 42 |
| Binary | 10011000 | 10111 | 10000001 | 0 | 1010101 | 1111 | 101000 | 100110111 | 1001010 | 100010 |
Color Harmonies of #981781
Complementary color
Monochromatic Colors of #981781
Black with #981781
Text Example
Text Example
White with #981781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981781; }
p { color: rgb(152,23,129); }
H1.HeaderClassName
{
color: #981781;
}
.AnyTagClassName
{
color: #981781;
}
</style>
background-color css
<style>
a { background-color: #981781; }
a { background-color: rgb(152,23,129); }
div.DivClassName
{
background-color: #981781;
}
.BgClassName
{
background-color: #981781;
}
</style>
border-color css
<style>
span { border-color: #981781; }
span { border-color: rgb(152,23,129); }
td.TdClassName
{
border-color: #981781;
}
.TagClassName
{
border-color: #981781;
}
</style>