Shades of Dark Purple #981680
Tints of Dark Purple #981680
RGB
CMYK
RGB Variations
Color information
#981680 (or 0x981680) is known color: Dark Purple. HEX triplet: 98, 16 and 80. RGB value is (152,22,128). Sum of RGB (Red+Green+Blue) = 152+22+128=302 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50.33% from 302); Green value is 22 (8.98% from 255 or 7.28% from 302); Blue value is 128 (50.39% from 255 or 42.38% from 302); Max value from RGB is 152 - color contains mainly: red. Hex color #981680 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #981680 is #67E97F. Grayscale: #484848. Windows color (decimal): -6809984 or 8394392. OLE color: 8394392.
HSL color Cylindrical-coordinate representation of color #981680: hue angle of 311.08º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #981680 is Cyan = 0, Magento = 0.86, Yellow = 0.16 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 22 | 128 | - |
| CMYK | 0 | 0.86 | 0.16 | 0.40 |
| HSL | 311.08º | 0.75% | 0.34% | - |
| HSV(B) | 311.08º | 0.86% | 0.6% | - |
| XYZ | 17.13 | 8.81 | 21.22 | - |
| YUV | 72.95 | 159.07 | 184.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 22 | 128 | 0 | 0.86 | 0.16 | 0.40 | 311.08 | 0.75 | 0.34 |
| Hex | 98 | 16 | 80 | 0 | 56 | 10 | 28 | 137 | 4B | 22 |
| Octal | 230 | 26 | 200 | 0 | 126 | 20 | 50 | 467 | 113 | 42 |
| Binary | 10011000 | 10110 | 10000000 | 0 | 1010110 | 10000 | 101000 | 100110111 | 1001011 | 100010 |
Color Harmonies of #981680
Complementary color
Monochromatic Colors of #981680
Black with #981680
Text Example
Text Example
White with #981680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981680; }
p { color: rgb(152,22,128); }
H1.HeaderClassName
{
color: #981680;
}
.AnyTagClassName
{
color: #981680;
}
</style>
background-color css
<style>
a { background-color: #981680; }
a { background-color: rgb(152,22,128); }
div.DivClassName
{
background-color: #981680;
}
.BgClassName
{
background-color: #981680;
}
</style>
border-color css
<style>
span { border-color: #981680; }
span { border-color: rgb(152,22,128); }
td.TdClassName
{
border-color: #981680;
}
.TagClassName
{
border-color: #981680;
}
</style>