Shades of Dark Purple #981789
Tints of Dark Purple #981789
RGB
CMYK
RGB Variations
Color information
#981789 (or 0x981789) is known color: Dark Purple. HEX triplet: 98, 17 and 89. RGB value is (152,23,137). Sum of RGB (Red+Green+Blue) = 152+23+137=312 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.72% from 312); Green value is 23 (9.38% from 255 or 7.37% from 312); Blue value is 137 (53.91% from 255 or 43.91% from 312); Max value from RGB is 152 - color contains mainly: red. Hex color #981789 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #981789 is #67E876. Grayscale: #4A4A4A. Windows color (decimal): -6809719 or 8984472. OLE color: 8984472.
HSL color Cylindrical-coordinate representation of color #981789: hue angle of 306.98º 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 #981789 is Cyan = 0, Magento = 0.85, Yellow = 0.10 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 23 | 137 | - |
| CMYK | 0 | 0.85 | 0.10 | 0.40 |
| HSL | 306.98º | 0.74% | 0.34% | - |
| HSV(B) | 306.98º | 0.85% | 0.6% | - |
| XYZ | 17.77 | 9.09 | 24.49 | - |
| YUV | 74.57 | 163.24 | 183.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 23 | 137 | 0 | 0.85 | 0.10 | 0.40 | 306.98 | 0.74 | 0.34 |
| Hex | 98 | 17 | 89 | 0 | 55 | A | 28 | 133 | 4A | 22 |
| Octal | 230 | 27 | 211 | 0 | 125 | 12 | 50 | 463 | 112 | 42 |
| Binary | 10011000 | 10111 | 10001001 | 0 | 1010101 | 1010 | 101000 | 100110011 | 1001010 | 100010 |
Color Harmonies of #981789
Complementary color
Monochromatic Colors of #981789
Black with #981789
Text Example
Text Example
White with #981789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981789; }
p { color: rgb(152,23,137); }
H1.HeaderClassName
{
color: #981789;
}
.AnyTagClassName
{
color: #981789;
}
</style>
background-color css
<style>
a { background-color: #981789; }
a { background-color: rgb(152,23,137); }
div.DivClassName
{
background-color: #981789;
}
.BgClassName
{
background-color: #981789;
}
</style>
border-color css
<style>
span { border-color: #981789; }
span { border-color: rgb(152,23,137); }
td.TdClassName
{
border-color: #981789;
}
.TagClassName
{
border-color: #981789;
}
</style>