Shades of Dark Purple #98177C
Tints of Dark Purple #98177C
RGB
CMYK
RGB Variations
Color information
#98177C (or 0x98177C) is known color: Dark Purple. HEX triplet: 98, 17 and 7C. RGB value is (152,23,124). Sum of RGB (Red+Green+Blue) = 152+23+124=299 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.84% from 299); Green value is 23 (9.38% from 255 or 7.69% from 299); Blue value is 124 (48.83% from 255 or 41.47% from 299); Max value from RGB is 152 - color contains mainly: red. Hex color #98177C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98177C is #67E883. Grayscale: #484848. Windows color (decimal): -6809732 or 8132504. OLE color: 8132504.
HSL color Cylindrical-coordinate representation of color #98177C: hue angle of 313.02º 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 #98177C is Cyan = 0, Magento = 0.85, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 23 | 124 | - |
| CMYK | 0 | 0.85 | 0.18 | 0.40 |
| HSL | 313.02º | 0.74% | 0.34% | - |
| HSV(B) | 313.02º | 0.85% | 0.6% | - |
| XYZ | 16.89 | 8.74 | 19.87 | - |
| YUV | 73.09 | 156.74 | 184.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 23 | 124 | 0 | 0.85 | 0.18 | 0.40 | 313.02 | 0.74 | 0.34 |
| Hex | 98 | 17 | 7C | 0 | 55 | 12 | 28 | 139 | 4A | 22 |
| Octal | 230 | 27 | 174 | 0 | 125 | 22 | 50 | 471 | 112 | 42 |
| Binary | 10011000 | 10111 | 1111100 | 0 | 1010101 | 10010 | 101000 | 100111001 | 1001010 | 100010 |
Color Harmonies of #98177C
Complementary color
Monochromatic Colors of #98177C
Black with #98177C
Text Example
Text Example
White with #98177C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98177C; }
p { color: rgb(152,23,124); }
H1.HeaderClassName
{
color: #98177C;
}
.AnyTagClassName
{
color: #98177C;
}
</style>
background-color css
<style>
a { background-color: #98177C; }
a { background-color: rgb(152,23,124); }
div.DivClassName
{
background-color: #98177C;
}
.BgClassName
{
background-color: #98177C;
}
</style>
border-color css
<style>
span { border-color: #98177C; }
span { border-color: rgb(152,23,124); }
td.TdClassName
{
border-color: #98177C;
}
.TagClassName
{
border-color: #98177C;
}
</style>