Shades of Dark Purple #982C81
Tints of Dark Purple #982C81
RGB
CMYK
RGB Variations
Color information
#982C81 (or 0x982C81) is known color: Dark Purple. HEX triplet: 98, 2C and 81. RGB value is (152,44,129). Sum of RGB (Red+Green+Blue) = 152+44+129=325 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.77% from 325); Green value is 44 (17.58% from 255 or 13.54% from 325); Blue value is 129 (50.78% from 255 or 39.69% from 325); Max value from RGB is 152 - color contains mainly: red. Hex color #982C81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982C81 is #67D37E. Grayscale: #555555. Windows color (decimal): -6804351 or 8465560. OLE color: 8465560.
HSL color Cylindrical-coordinate representation of color #982C81: hue angle of 312.78º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #982C81 is Cyan = 0, Magento = 0.71, Yellow = 0.15 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 44 | 129 | - |
| CMYK | 0 | 0.71 | 0.15 | 0.40 |
| HSL | 312.78º | 0.55% | 0.38% | - |
| HSV(B) | 312.78º | 0.71% | 0.6% | - |
| XYZ | 17.81 | 10.06 | 21.77 | - |
| YUV | 85.98 | 152.28 | 175.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 44 | 129 | 0 | 0.71 | 0.15 | 0.40 | 312.78 | 0.55 | 0.38 |
| Hex | 98 | 2C | 81 | 0 | 47 | F | 28 | 139 | 37 | 26 |
| Octal | 230 | 54 | 201 | 0 | 107 | 17 | 50 | 471 | 67 | 46 |
| Binary | 10011000 | 101100 | 10000001 | 0 | 1000111 | 1111 | 101000 | 100111001 | 110111 | 100110 |
Color Harmonies of #982C81
Complementary color
Monochromatic Colors of #982C81
Black with #982C81
Text Example
Text Example
White with #982C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982C81; }
p { color: rgb(152,44,129); }
H1.HeaderClassName
{
color: #982C81;
}
.AnyTagClassName
{
color: #982C81;
}
</style>
background-color css
<style>
a { background-color: #982C81; }
a { background-color: rgb(152,44,129); }
div.DivClassName
{
background-color: #982C81;
}
.BgClassName
{
background-color: #982C81;
}
</style>
border-color css
<style>
span { border-color: #982C81; }
span { border-color: rgb(152,44,129); }
td.TdClassName
{
border-color: #982C81;
}
.TagClassName
{
border-color: #982C81;
}
</style>