Shades of Dark Purple #98177B
Tints of Dark Purple #98177B
RGB
CMYK
RGB Variations
Color information
#98177B (or 0x98177B) is known color: Dark Purple. HEX triplet: 98, 17 and 7B. RGB value is (152,23,123). Sum of RGB (Red+Green+Blue) = 152+23+123=298 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.01% from 298); Green value is 23 (9.38% from 255 or 7.72% from 298); Blue value is 123 (48.44% from 255 or 41.28% from 298); Max value from RGB is 152 - color contains mainly: red. Hex color #98177B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98177B is #67E884. Grayscale: #484848. Windows color (decimal): -6809733 or 8066968. OLE color: 8066968.
HSL color Cylindrical-coordinate representation of color #98177B: hue angle of 313.49º 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 #98177B is Cyan = 0, Magento = 0.85, Yellow = 0.19 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 23 | 123 | - |
| CMYK | 0 | 0.85 | 0.19 | 0.40 |
| HSL | 313.49º | 0.74% | 0.34% | - |
| HSV(B) | 313.49º | 0.85% | 0.6% | - |
| XYZ | 16.83 | 8.72 | 19.53 | - |
| YUV | 72.97 | 156.24 | 184.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 23 | 123 | 0 | 0.85 | 0.19 | 0.40 | 313.49 | 0.74 | 0.34 |
| Hex | 98 | 17 | 7B | 0 | 55 | 13 | 28 | 139 | 4A | 22 |
| Octal | 230 | 27 | 173 | 0 | 125 | 23 | 50 | 471 | 112 | 42 |
| Binary | 10011000 | 10111 | 1111011 | 0 | 1010101 | 10011 | 101000 | 100111001 | 1001010 | 100010 |
Color Harmonies of #98177B
Complementary color
Monochromatic Colors of #98177B
Black with #98177B
Text Example
Text Example
White with #98177B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98177B; }
p { color: rgb(152,23,123); }
H1.HeaderClassName
{
color: #98177B;
}
.AnyTagClassName
{
color: #98177B;
}
</style>
background-color css
<style>
a { background-color: #98177B; }
a { background-color: rgb(152,23,123); }
div.DivClassName
{
background-color: #98177B;
}
.BgClassName
{
background-color: #98177B;
}
</style>
border-color css
<style>
span { border-color: #98177B; }
span { border-color: rgb(152,23,123); }
td.TdClassName
{
border-color: #98177B;
}
.TagClassName
{
border-color: #98177B;
}
</style>