Shades of Dark Purple #981E78
Tints of Dark Purple #981E78
RGB
CMYK
RGB Variations
Color information
#981E78 (or 0x981E78) is known color: Dark Purple. HEX triplet: 98, 1E and 78. RGB value is (152,30,120). Sum of RGB (Red+Green+Blue) = 152+30+120=302 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50.33% from 302); Green value is 30 (12.11% from 255 or 9.93% from 302); Blue value is 120 (47.27% from 255 or 39.74% from 302); Max value from RGB is 152 - color contains mainly: red. Hex color #981E78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #981E78 is #67E187. Grayscale: #4C4C4C. Windows color (decimal): -6807944 or 7872152. OLE color: 7872152.
HSL color Cylindrical-coordinate representation of color #981E78: hue angle of 315.74º 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 #981E78 is Cyan = 0, Magento = 0.80, Yellow = 0.21 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 30 | 120 | - |
| CMYK | 0 | 0.80 | 0.21 | 0.40 |
| HSL | 315.74º | 0.67% | 0.36% | - |
| HSV(B) | 315.74º | 0.8% | 0.6% | - |
| XYZ | 16.8 | 8.96 | 18.61 | - |
| YUV | 76.74 | 152.42 | 181.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 30 | 120 | 0 | 0.80 | 0.21 | 0.40 | 315.74 | 0.67 | 0.36 |
| Hex | 98 | 1E | 78 | 0 | 50 | 15 | 28 | 13C | 43 | 24 |
| Octal | 230 | 36 | 170 | 0 | 120 | 25 | 50 | 474 | 103 | 44 |
| Binary | 10011000 | 11110 | 1111000 | 0 | 1010000 | 10101 | 101000 | 100111100 | 1000011 | 100100 |
Color Harmonies of #981E78
Complementary color
Monochromatic Colors of #981E78
Black with #981E78
Text Example
Text Example
White with #981E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981E78; }
p { color: rgb(152,30,120); }
H1.HeaderClassName
{
color: #981E78;
}
.AnyTagClassName
{
color: #981E78;
}
</style>
background-color css
<style>
a { background-color: #981E78; }
a { background-color: rgb(152,30,120); }
div.DivClassName
{
background-color: #981E78;
}
.BgClassName
{
background-color: #981E78;
}
</style>
border-color css
<style>
span { border-color: #981E78; }
span { border-color: rgb(152,30,120); }
td.TdClassName
{
border-color: #981E78;
}
.TagClassName
{
border-color: #981E78;
}
</style>