Shades of Dark Purple #981E7F
Tints of Dark Purple #981E7F
RGB
CMYK
RGB Variations
Color information
#981E7F (or 0x981E7F) is known color: Dark Purple. HEX triplet: 98, 1E and 7F. RGB value is (152,30,127). Sum of RGB (Red+Green+Blue) = 152+30+127=309 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.19% from 309); Green value is 30 (12.11% from 255 or 9.71% from 309); Blue value is 127 (50% from 255 or 41.10% from 309); Max value from RGB is 152 - color contains mainly: red. Hex color #981E7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #981E7F is #67E180. Grayscale: #4D4D4D. Windows color (decimal): -6807937 or 8330904. OLE color: 8330904.
HSL color Cylindrical-coordinate representation of color #981E7F: hue angle of 312.3º 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 #981E7F is Cyan = 0, Magento = 0.80, Yellow = 0.16 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 30 | 127 | - |
| CMYK | 0 | 0.80 | 0.16 | 0.40 |
| HSL | 312.3º | 0.67% | 0.36% | - |
| HSV(B) | 312.3º | 0.8% | 0.6% | - |
| XYZ | 17.24 | 9.14 | 20.93 | - |
| YUV | 77.54 | 155.92 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 30 | 127 | 0 | 0.80 | 0.16 | 0.40 | 312.3 | 0.67 | 0.36 |
| Hex | 98 | 1E | 7F | 0 | 50 | 10 | 28 | 138 | 43 | 24 |
| Octal | 230 | 36 | 177 | 0 | 120 | 20 | 50 | 470 | 103 | 44 |
| Binary | 10011000 | 11110 | 1111111 | 0 | 1010000 | 10000 | 101000 | 100111000 | 1000011 | 100100 |
Color Harmonies of #981E7F
Complementary color
Monochromatic Colors of #981E7F
Black with #981E7F
Text Example
Text Example
White with #981E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981E7F; }
p { color: rgb(152,30,127); }
H1.HeaderClassName
{
color: #981E7F;
}
.AnyTagClassName
{
color: #981E7F;
}
</style>
background-color css
<style>
a { background-color: #981E7F; }
a { background-color: rgb(152,30,127); }
div.DivClassName
{
background-color: #981E7F;
}
.BgClassName
{
background-color: #981E7F;
}
</style>
border-color css
<style>
span { border-color: #981E7F; }
span { border-color: rgb(152,30,127); }
td.TdClassName
{
border-color: #981E7F;
}
.TagClassName
{
border-color: #981E7F;
}
</style>