Shades of Dark Purple #98197D
Tints of Dark Purple #98197D
RGB
CMYK
RGB Variations
Color information
#98197D (or 0x98197D) is known color: Dark Purple. HEX triplet: 98, 19 and 7D. RGB value is (152,25,125). Sum of RGB (Red+Green+Blue) = 152+25+125=302 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50.33% from 302); Green value is 25 (10.16% from 255 or 8.28% from 302); Blue value is 125 (49.22% from 255 or 41.39% from 302); Max value from RGB is 152 - color contains mainly: red. Hex color #98197D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98197D is #67E682. Grayscale: #4A4A4A. Windows color (decimal): -6809219 or 8198552. OLE color: 8198552.
HSL color Cylindrical-coordinate representation of color #98197D: hue angle of 312.76º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #98197D is Cyan = 0, Magento = 0.84, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 25 | 125 | - |
| CMYK | 0 | 0.84 | 0.18 | 0.40 |
| HSL | 312.76º | 0.72% | 0.35% | - |
| HSV(B) | 312.76º | 0.84% | 0.6% | - |
| XYZ | 17 | 8.85 | 20.21 | - |
| YUV | 74.37 | 156.58 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 25 | 125 | 0 | 0.84 | 0.18 | 0.40 | 312.76 | 0.72 | 0.35 |
| Hex | 98 | 19 | 7D | 0 | 54 | 12 | 28 | 139 | 48 | 23 |
| Octal | 230 | 31 | 175 | 0 | 124 | 22 | 50 | 471 | 110 | 43 |
| Binary | 10011000 | 11001 | 1111101 | 0 | 1010100 | 10010 | 101000 | 100111001 | 1001000 | 100011 |
Color Harmonies of #98197D
Complementary color
Monochromatic Colors of #98197D
Black with #98197D
Text Example
Text Example
White with #98197D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98197D; }
p { color: rgb(152,25,125); }
H1.HeaderClassName
{
color: #98197D;
}
.AnyTagClassName
{
color: #98197D;
}
</style>
background-color css
<style>
a { background-color: #98197D; }
a { background-color: rgb(152,25,125); }
div.DivClassName
{
background-color: #98197D;
}
.BgClassName
{
background-color: #98197D;
}
</style>
border-color css
<style>
span { border-color: #98197D; }
span { border-color: rgb(152,25,125); }
td.TdClassName
{
border-color: #98197D;
}
.TagClassName
{
border-color: #98197D;
}
</style>