Shades of Dark Purple #982881
Tints of Dark Purple #982881
RGB
CMYK
RGB Variations
Color information
#982881 (or 0x982881) is known color: Dark Purple. HEX triplet: 98, 28 and 81. RGB value is (152,40,129). Sum of RGB (Red+Green+Blue) = 152+40+129=321 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.35% from 321); Green value is 40 (16.02% from 255 or 12.46% from 321); Blue value is 129 (50.78% from 255 or 40.19% from 321); Max value from RGB is 152 - color contains mainly: red. Hex color #982881 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982881 is #67D77E. Grayscale: #535353. Windows color (decimal): -6805375 or 8464536. OLE color: 8464536.
HSL color Cylindrical-coordinate representation of color #982881: hue angle of 312.32º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #982881 is Cyan = 0, Magento = 0.74, Yellow = 0.15 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 40 | 129 | - |
| CMYK | 0 | 0.74 | 0.15 | 0.40 |
| HSL | 312.32º | 0.58% | 0.38% | - |
| HSV(B) | 312.32º | 0.74% | 0.6% | - |
| XYZ | 17.67 | 9.78 | 21.72 | - |
| YUV | 83.63 | 153.61 | 176.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 40 | 129 | 0 | 0.74 | 0.15 | 0.40 | 312.32 | 0.58 | 0.38 |
| Hex | 98 | 28 | 81 | 0 | 4A | F | 28 | 138 | 3A | 26 |
| Octal | 230 | 50 | 201 | 0 | 112 | 17 | 50 | 470 | 72 | 46 |
| Binary | 10011000 | 101000 | 10000001 | 0 | 1001010 | 1111 | 101000 | 100111000 | 111010 | 100110 |
Color Harmonies of #982881
Complementary color
Monochromatic Colors of #982881
Black with #982881
Text Example
Text Example
White with #982881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982881; }
p { color: rgb(152,40,129); }
H1.HeaderClassName
{
color: #982881;
}
.AnyTagClassName
{
color: #982881;
}
</style>
background-color css
<style>
a { background-color: #982881; }
a { background-color: rgb(152,40,129); }
div.DivClassName
{
background-color: #982881;
}
.BgClassName
{
background-color: #982881;
}
</style>
border-color css
<style>
span { border-color: #982881; }
span { border-color: rgb(152,40,129); }
td.TdClassName
{
border-color: #982881;
}
.TagClassName
{
border-color: #982881;
}
</style>