Shades of Dark Purple #98157C
Tints of Dark Purple #98157C
RGB
CMYK
RGB Variations
Color information
#98157C (or 0x98157C) is known color: Dark Purple. HEX triplet: 98, 15 and 7C. RGB value is (152,21,124). Sum of RGB (Red+Green+Blue) = 152+21+124=297 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.18% from 297); Green value is 21 (8.59% from 255 or 7.07% from 297); Blue value is 124 (48.83% from 255 or 41.75% from 297); Max value from RGB is 152 - color contains mainly: red. Hex color #98157C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98157C is #67EA83. Grayscale: #474747. Windows color (decimal): -6810244 or 8131992. OLE color: 8131992.
HSL color Cylindrical-coordinate representation of color #98157C: hue angle of 312.82º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #98157C is Cyan = 0, Magento = 0.86, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 21 | 124 | - |
| CMYK | 0 | 0.86 | 0.18 | 0.40 |
| HSL | 312.82º | 0.76% | 0.34% | - |
| HSV(B) | 312.82º | 0.86% | 0.6% | - |
| XYZ | 16.86 | 8.67 | 19.85 | - |
| YUV | 71.91 | 157.4 | 185.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 21 | 124 | 0 | 0.86 | 0.18 | 0.40 | 312.82 | 0.76 | 0.34 |
| Hex | 98 | 15 | 7C | 0 | 56 | 12 | 28 | 139 | 4C | 22 |
| Octal | 230 | 25 | 174 | 0 | 126 | 22 | 50 | 471 | 114 | 42 |
| Binary | 10011000 | 10101 | 1111100 | 0 | 1010110 | 10010 | 101000 | 100111001 | 1001100 | 100010 |
Color Harmonies of #98157C
Complementary color
Monochromatic Colors of #98157C
Black with #98157C
Text Example
Text Example
White with #98157C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98157C; }
p { color: rgb(152,21,124); }
H1.HeaderClassName
{
color: #98157C;
}
.AnyTagClassName
{
color: #98157C;
}
</style>
background-color css
<style>
a { background-color: #98157C; }
a { background-color: rgb(152,21,124); }
div.DivClassName
{
background-color: #98157C;
}
.BgClassName
{
background-color: #98157C;
}
</style>
border-color css
<style>
span { border-color: #98157C; }
span { border-color: rgb(152,21,124); }
td.TdClassName
{
border-color: #98157C;
}
.TagClassName
{
border-color: #98157C;
}
</style>