Shades of Dark Purple #98177E
Tints of Dark Purple #98177E
RGB
CMYK
RGB Variations
Color information
#98177E (or 0x98177E) is known color: Dark Purple. HEX triplet: 98, 17 and 7E. RGB value is (152,23,126). Sum of RGB (Red+Green+Blue) = 152+23+126=301 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.50% from 301); Green value is 23 (9.38% from 255 or 7.64% from 301); Blue value is 126 (49.61% from 255 or 41.86% from 301); Max value from RGB is 152 - color contains mainly: red. Hex color #98177E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98177E is #67E881. Grayscale: #494949. Windows color (decimal): -6809730 or 8263576. OLE color: 8263576.
HSL color Cylindrical-coordinate representation of color #98177E: hue angle of 312.09º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #98177E is Cyan = 0, Magento = 0.85, Yellow = 0.17 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 23 | 126 | - |
| CMYK | 0 | 0.85 | 0.17 | 0.40 |
| HSL | 312.09º | 0.74% | 0.34% | - |
| HSV(B) | 312.09º | 0.85% | 0.6% | - |
| XYZ | 17.02 | 8.79 | 20.54 | - |
| YUV | 73.31 | 157.74 | 184.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 23 | 126 | 0 | 0.85 | 0.17 | 0.40 | 312.09 | 0.74 | 0.34 |
| Hex | 98 | 17 | 7E | 0 | 55 | 11 | 28 | 138 | 4A | 22 |
| Octal | 230 | 27 | 176 | 0 | 125 | 21 | 50 | 470 | 112 | 42 |
| Binary | 10011000 | 10111 | 1111110 | 0 | 1010101 | 10001 | 101000 | 100111000 | 1001010 | 100010 |
Color Harmonies of #98177E
Complementary color
Monochromatic Colors of #98177E
Black with #98177E
Text Example
Text Example
White with #98177E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98177E; }
p { color: rgb(152,23,126); }
H1.HeaderClassName
{
color: #98177E;
}
.AnyTagClassName
{
color: #98177E;
}
</style>
background-color css
<style>
a { background-color: #98177E; }
a { background-color: rgb(152,23,126); }
div.DivClassName
{
background-color: #98177E;
}
.BgClassName
{
background-color: #98177E;
}
</style>
border-color css
<style>
span { border-color: #98177E; }
span { border-color: rgb(152,23,126); }
td.TdClassName
{
border-color: #98177E;
}
.TagClassName
{
border-color: #98177E;
}
</style>