Shades of Dark Purple #982F77
Tints of Dark Purple #982F77
RGB
CMYK
RGB Variations
Color information
#982F77 (or 0x982F77) is known color: Dark Purple. HEX triplet: 98, 2F and 77. RGB value is (152,47,119). Sum of RGB (Red+Green+Blue) = 152+47+119=318 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.80% from 318); Green value is 47 (18.75% from 255 or 14.78% from 318); Blue value is 119 (46.88% from 255 or 37.42% from 318); Max value from RGB is 152 - color contains mainly: red. Hex color #982F77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982F77 is #67D088. Grayscale: #565656. Windows color (decimal): -6803593 or 7810968. OLE color: 7810968.
HSL color Cylindrical-coordinate representation of color #982F77: hue angle of 318.86º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #982F77 is Cyan = 0, Magento = 0.69, Yellow = 0.22 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 47 | 119 | - |
| CMYK | 0 | 0.69 | 0.22 | 0.40 |
| HSL | 318.86º | 0.53% | 0.39% | - |
| HSV(B) | 318.86º | 0.69% | 0.6% | - |
| XYZ | 17.3 | 10.04 | 18.48 | - |
| YUV | 86.6 | 146.29 | 174.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 47 | 119 | 0 | 0.69 | 0.22 | 0.40 | 318.86 | 0.53 | 0.39 |
| Hex | 98 | 2F | 77 | 0 | 45 | 16 | 28 | 13F | 35 | 27 |
| Octal | 230 | 57 | 167 | 0 | 105 | 26 | 50 | 477 | 65 | 47 |
| Binary | 10011000 | 101111 | 1110111 | 0 | 1000101 | 10110 | 101000 | 100111111 | 110101 | 100111 |
Color Harmonies of #982F77
Complementary color
Monochromatic Colors of #982F77
Black with #982F77
Text Example
Text Example
White with #982F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982F77; }
p { color: rgb(152,47,119); }
H1.HeaderClassName
{
color: #982F77;
}
.AnyTagClassName
{
color: #982F77;
}
</style>
background-color css
<style>
a { background-color: #982F77; }
a { background-color: rgb(152,47,119); }
div.DivClassName
{
background-color: #982F77;
}
.BgClassName
{
background-color: #982F77;
}
</style>
border-color css
<style>
span { border-color: #982F77; }
span { border-color: rgb(152,47,119); }
td.TdClassName
{
border-color: #982F77;
}
.TagClassName
{
border-color: #982F77;
}
</style>