Shades of Dark Purple #981482
Tints of Dark Purple #981482
RGB
CMYK
RGB Variations
Color information
#981482 (or 0x981482) is known color: Dark Purple. HEX triplet: 98, 14 and 82. RGB value is (152,20,130). Sum of RGB (Red+Green+Blue) = 152+20+130=302 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50.33% from 302); Green value is 20 (8.20% from 255 or 6.62% from 302); Blue value is 130 (51.17% from 255 or 43.05% from 302); Max value from RGB is 152 - color contains mainly: red. Hex color #981482 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #981482 is #67EB7D. Grayscale: #474747. Windows color (decimal): -6810494 or 8524952. OLE color: 8524952.
HSL color Cylindrical-coordinate representation of color #981482: hue angle of 310º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #981482 is Cyan = 0, Magento = 0.87, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 20 | 130 | - |
| CMYK | 0 | 0.87 | 0.14 | 0.40 |
| HSL | 310º | 0.77% | 0.34% | - |
| HSV(B) | 310º | 0.87% | 0.6% | - |
| XYZ | 17.23 | 8.79 | 21.91 | - |
| YUV | 72.01 | 160.73 | 185.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 20 | 130 | 0 | 0.87 | 0.14 | 0.40 | 310 | 0.77 | 0.34 |
| Hex | 98 | 14 | 82 | 0 | 57 | E | 28 | 136 | 4D | 22 |
| Octal | 230 | 24 | 202 | 0 | 127 | 16 | 50 | 466 | 115 | 42 |
| Binary | 10011000 | 10100 | 10000010 | 0 | 1010111 | 1110 | 101000 | 100110110 | 1001101 | 100010 |
Color Harmonies of #981482
Complementary color
Monochromatic Colors of #981482
Black with #981482
Text Example
Text Example
White with #981482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981482; }
p { color: rgb(152,20,130); }
H1.HeaderClassName
{
color: #981482;
}
.AnyTagClassName
{
color: #981482;
}
</style>
background-color css
<style>
a { background-color: #981482; }
a { background-color: rgb(152,20,130); }
div.DivClassName
{
background-color: #981482;
}
.BgClassName
{
background-color: #981482;
}
</style>
border-color css
<style>
span { border-color: #981482; }
span { border-color: rgb(152,20,130); }
td.TdClassName
{
border-color: #981482;
}
.TagClassName
{
border-color: #981482;
}
</style>