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