Shades of Dark Purple #981682
Tints of Dark Purple #981682
RGB
CMYK
RGB Variations
Color information
#981682 (or 0x981682) is known color: Dark Purple. HEX triplet: 98, 16 and 82. RGB value is (152,22,130). Sum of RGB (Red+Green+Blue) = 152+22+130=304 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50% from 304); Green value is 22 (8.98% from 255 or 7.24% from 304); Blue value is 130 (51.17% from 255 or 42.76% from 304); Max value from RGB is 152 - color contains mainly: red. Hex color #981682 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #981682 is #67E97D. Grayscale: #484848. Windows color (decimal): -6809982 or 8525464. OLE color: 8525464.
HSL color Cylindrical-coordinate representation of color #981682: hue angle of 310.15º 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 #981682 is Cyan = 0, Magento = 0.86, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 22 | 130 | - |
| CMYK | 0 | 0.86 | 0.14 | 0.40 |
| HSL | 310.15º | 0.75% | 0.34% | - |
| HSV(B) | 310.15º | 0.86% | 0.6% | - |
| XYZ | 17.27 | 8.86 | 21.92 | - |
| YUV | 73.18 | 160.07 | 184.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 22 | 130 | 0 | 0.86 | 0.14 | 0.40 | 310.15 | 0.75 | 0.34 |
| Hex | 98 | 16 | 82 | 0 | 56 | E | 28 | 136 | 4B | 22 |
| Octal | 230 | 26 | 202 | 0 | 126 | 16 | 50 | 466 | 113 | 42 |
| Binary | 10011000 | 10110 | 10000010 | 0 | 1010110 | 1110 | 101000 | 100110110 | 1001011 | 100010 |
Color Harmonies of #981682
Complementary color
Monochromatic Colors of #981682
Black with #981682
Text Example
Text Example
White with #981682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981682; }
p { color: rgb(152,22,130); }
H1.HeaderClassName
{
color: #981682;
}
.AnyTagClassName
{
color: #981682;
}
</style>
background-color css
<style>
a { background-color: #981682; }
a { background-color: rgb(152,22,130); }
div.DivClassName
{
background-color: #981682;
}
.BgClassName
{
background-color: #981682;
}
</style>
border-color css
<style>
span { border-color: #981682; }
span { border-color: rgb(152,22,130); }
td.TdClassName
{
border-color: #981682;
}
.TagClassName
{
border-color: #981682;
}
</style>