Shades of Dark Purple #98137D
Tints of Dark Purple #98137D
RGB
CMYK
RGB Variations
Color information
#98137D (or 0x98137D) is known color: Dark Purple. HEX triplet: 98, 13 and 7D. RGB value is (152,19,125). Sum of RGB (Red+Green+Blue) = 152+19+125=296 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.35% from 296); Green value is 19 (7.81% from 255 or 6.42% from 296); Blue value is 125 (49.22% from 255 or 42.23% from 296); Max value from RGB is 152 - color contains mainly: red. Hex color #98137D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98137D is #67EC82. Grayscale: #464646. Windows color (decimal): -6810755 or 8197016. OLE color: 8197016.
HSL color Cylindrical-coordinate representation of color #98137D: hue angle of 312.18º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #98137D is Cyan = 0, Magento = 0.87, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 19 | 125 | - |
| CMYK | 0 | 0.87 | 0.18 | 0.40 |
| HSL | 312.18º | 0.78% | 0.34% | - |
| HSV(B) | 312.18º | 0.88% | 0.6% | - |
| XYZ | 16.88 | 8.62 | 20.18 | - |
| YUV | 70.85 | 158.56 | 185.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 19 | 125 | 0 | 0.87 | 0.18 | 0.40 | 312.18 | 0.78 | 0.34 |
| Hex | 98 | 13 | 7D | 0 | 57 | 12 | 28 | 138 | 4E | 22 |
| Octal | 230 | 23 | 175 | 0 | 127 | 22 | 50 | 470 | 116 | 42 |
| Binary | 10011000 | 10011 | 1111101 | 0 | 1010111 | 10010 | 101000 | 100111000 | 1001110 | 100010 |
Color Harmonies of #98137D
Complementary color
Monochromatic Colors of #98137D
Black with #98137D
Text Example
Text Example
White with #98137D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98137D; }
p { color: rgb(152,19,125); }
H1.HeaderClassName
{
color: #98137D;
}
.AnyTagClassName
{
color: #98137D;
}
</style>
background-color css
<style>
a { background-color: #98137D; }
a { background-color: rgb(152,19,125); }
div.DivClassName
{
background-color: #98137D;
}
.BgClassName
{
background-color: #98137D;
}
</style>
border-color css
<style>
span { border-color: #98137D; }
span { border-color: rgb(152,19,125); }
td.TdClassName
{
border-color: #98137D;
}
.TagClassName
{
border-color: #98137D;
}
</style>