Shades of Dark Purple #981E77
Tints of Dark Purple #981E77
RGB
CMYK
RGB Variations
Color information
#981E77 (or 0x981E77) is known color: Dark Purple. HEX triplet: 98, 1E and 77. RGB value is (152,30,119). Sum of RGB (Red+Green+Blue) = 152+30+119=301 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.50% from 301); Green value is 30 (12.11% from 255 or 9.97% from 301); Blue value is 119 (46.88% from 255 or 39.53% from 301); Max value from RGB is 152 - color contains mainly: red. Hex color #981E77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #981E77 is #67E188. Grayscale: #4C4C4C. Windows color (decimal): -6807945 or 7806616. OLE color: 7806616.
HSL color Cylindrical-coordinate representation of color #981E77: hue angle of 316.23º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #981E77 is Cyan = 0, Magento = 0.80, Yellow = 0.22 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 30 | 119 | - |
| CMYK | 0 | 0.80 | 0.22 | 0.40 |
| HSL | 316.23º | 0.67% | 0.36% | - |
| HSV(B) | 316.23º | 0.8% | 0.6% | - |
| XYZ | 16.74 | 8.94 | 18.3 | - |
| YUV | 76.62 | 151.92 | 181.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 30 | 119 | 0 | 0.80 | 0.22 | 0.40 | 316.23 | 0.67 | 0.36 |
| Hex | 98 | 1E | 77 | 0 | 50 | 16 | 28 | 13C | 43 | 24 |
| Octal | 230 | 36 | 167 | 0 | 120 | 26 | 50 | 474 | 103 | 44 |
| Binary | 10011000 | 11110 | 1110111 | 0 | 1010000 | 10110 | 101000 | 100111100 | 1000011 | 100100 |
Color Harmonies of #981E77
Complementary color
Monochromatic Colors of #981E77
Black with #981E77
Text Example
Text Example
White with #981E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981E77; }
p { color: rgb(152,30,119); }
H1.HeaderClassName
{
color: #981E77;
}
.AnyTagClassName
{
color: #981E77;
}
</style>
background-color css
<style>
a { background-color: #981E77; }
a { background-color: rgb(152,30,119); }
div.DivClassName
{
background-color: #981E77;
}
.BgClassName
{
background-color: #981E77;
}
</style>
border-color css
<style>
span { border-color: #981E77; }
span { border-color: rgb(152,30,119); }
td.TdClassName
{
border-color: #981E77;
}
.TagClassName
{
border-color: #981E77;
}
</style>