Shades of Dark Purple #981E75
Tints of Dark Purple #981E75
RGB
CMYK
RGB Variations
Color information
#981E75 (or 0x981E75) is known color: Dark Purple. HEX triplet: 98, 1E and 75. RGB value is (152,30,117). Sum of RGB (Red+Green+Blue) = 152+30+117=299 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.84% from 299); Green value is 30 (12.11% from 255 or 10.03% from 299); Blue value is 117 (46.09% from 255 or 39.13% from 299); Max value from RGB is 152 - color contains mainly: red. Hex color #981E75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #981E75 is #67E18A. Grayscale: #4C4C4C. Windows color (decimal): -6807947 or 7675544. OLE color: 7675544.
HSL color Cylindrical-coordinate representation of color #981E75: hue angle of 317.21º 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 #981E75 is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 30 | 117 | - |
| CMYK | 0 | 0.80 | 0.23 | 0.40 |
| HSL | 317.21º | 0.67% | 0.36% | - |
| HSV(B) | 317.21º | 0.8% | 0.6% | - |
| XYZ | 16.62 | 8.89 | 17.67 | - |
| YUV | 76.4 | 150.92 | 181.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 30 | 117 | 0 | 0.80 | 0.23 | 0.40 | 317.21 | 0.67 | 0.36 |
| Hex | 98 | 1E | 75 | 0 | 50 | 17 | 28 | 13D | 43 | 24 |
| Octal | 230 | 36 | 165 | 0 | 120 | 27 | 50 | 475 | 103 | 44 |
| Binary | 10011000 | 11110 | 1110101 | 0 | 1010000 | 10111 | 101000 | 100111101 | 1000011 | 100100 |
Color Harmonies of #981E75
Complementary color
Monochromatic Colors of #981E75
Black with #981E75
Text Example
Text Example
White with #981E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981E75; }
p { color: rgb(152,30,117); }
H1.HeaderClassName
{
color: #981E75;
}
.AnyTagClassName
{
color: #981E75;
}
</style>
background-color css
<style>
a { background-color: #981E75; }
a { background-color: rgb(152,30,117); }
div.DivClassName
{
background-color: #981E75;
}
.BgClassName
{
background-color: #981E75;
}
</style>
border-color css
<style>
span { border-color: #981E75; }
span { border-color: rgb(152,30,117); }
td.TdClassName
{
border-color: #981E75;
}
.TagClassName
{
border-color: #981E75;
}
</style>