Shades of Dark Purple #982B81
Tints of Dark Purple #982B81
RGB
CMYK
RGB Variations
Color information
#982B81 (or 0x982B81) is known color: Dark Purple. HEX triplet: 98, 2B and 81. RGB value is (152,43,129). Sum of RGB (Red+Green+Blue) = 152+43+129=324 (42% of max value = 765). Red value is 152 (59.77% from 255 or 46.91% from 324); Green value is 43 (17.19% from 255 or 13.27% from 324); Blue value is 129 (50.78% from 255 or 39.81% from 324); Max value from RGB is 152 - color contains mainly: red. Hex color #982B81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982B81 is #67D47E. Grayscale: #555555. Windows color (decimal): -6804607 or 8465304. OLE color: 8465304.
HSL color Cylindrical-coordinate representation of color #982B81: hue angle of 312.66º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #982B81 is Cyan = 0, Magento = 0.72, Yellow = 0.15 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 43 | 129 | - |
| CMYK | 0 | 0.72 | 0.15 | 0.40 |
| HSL | 312.66º | 0.56% | 0.38% | - |
| HSV(B) | 312.66º | 0.72% | 0.6% | - |
| XYZ | 17.78 | 9.99 | 21.76 | - |
| YUV | 85.4 | 152.61 | 175.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 43 | 129 | 0 | 0.72 | 0.15 | 0.40 | 312.66 | 0.56 | 0.38 |
| Hex | 98 | 2B | 81 | 0 | 48 | F | 28 | 139 | 38 | 26 |
| Octal | 230 | 53 | 201 | 0 | 110 | 17 | 50 | 471 | 70 | 46 |
| Binary | 10011000 | 101011 | 10000001 | 0 | 1001000 | 1111 | 101000 | 100111001 | 111000 | 100110 |
Color Harmonies of #982B81
Complementary color
Monochromatic Colors of #982B81
Black with #982B81
Text Example
Text Example
White with #982B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982B81; }
p { color: rgb(152,43,129); }
H1.HeaderClassName
{
color: #982B81;
}
.AnyTagClassName
{
color: #982B81;
}
</style>
background-color css
<style>
a { background-color: #982B81; }
a { background-color: rgb(152,43,129); }
div.DivClassName
{
background-color: #982B81;
}
.BgClassName
{
background-color: #982B81;
}
</style>
border-color css
<style>
span { border-color: #982B81; }
span { border-color: rgb(152,43,129); }
td.TdClassName
{
border-color: #982B81;
}
.TagClassName
{
border-color: #982B81;
}
</style>