Shades of Dark Purple #98137E
Tints of Dark Purple #98137E
RGB
CMYK
RGB Variations
Color information
#98137E (or 0x98137E) is known color: Dark Purple. HEX triplet: 98, 13 and 7E. RGB value is (152,19,126). Sum of RGB (Red+Green+Blue) = 152+19+126=297 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.18% from 297); Green value is 19 (7.81% from 255 or 6.40% from 297); Blue value is 126 (49.61% from 255 or 42.42% from 297); Max value from RGB is 152 - color contains mainly: red. Hex color #98137E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98137E is #67EC81. Grayscale: #464646. Windows color (decimal): -6810754 or 8262552. OLE color: 8262552.
HSL color Cylindrical-coordinate representation of color #98137E: hue angle of 311.73º 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 #98137E is Cyan = 0, Magento = 0.87, Yellow = 0.17 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 19 | 126 | - |
| CMYK | 0 | 0.87 | 0.17 | 0.40 |
| HSL | 311.73º | 0.78% | 0.34% | - |
| HSV(B) | 311.73º | 0.88% | 0.6% | - |
| XYZ | 16.95 | 8.65 | 20.51 | - |
| YUV | 70.97 | 159.06 | 185.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 19 | 126 | 0 | 0.87 | 0.17 | 0.40 | 311.73 | 0.78 | 0.34 |
| Hex | 98 | 13 | 7E | 0 | 57 | 11 | 28 | 138 | 4E | 22 |
| Octal | 230 | 23 | 176 | 0 | 127 | 21 | 50 | 470 | 116 | 42 |
| Binary | 10011000 | 10011 | 1111110 | 0 | 1010111 | 10001 | 101000 | 100111000 | 1001110 | 100010 |
Color Harmonies of #98137E
Complementary color
Monochromatic Colors of #98137E
Black with #98137E
Text Example
Text Example
White with #98137E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98137E; }
p { color: rgb(152,19,126); }
H1.HeaderClassName
{
color: #98137E;
}
.AnyTagClassName
{
color: #98137E;
}
</style>
background-color css
<style>
a { background-color: #98137E; }
a { background-color: rgb(152,19,126); }
div.DivClassName
{
background-color: #98137E;
}
.BgClassName
{
background-color: #98137E;
}
</style>
border-color css
<style>
span { border-color: #98137E; }
span { border-color: rgb(152,19,126); }
td.TdClassName
{
border-color: #98137E;
}
.TagClassName
{
border-color: #98137E;
}
</style>