Shades of Dark Purple #98117B
Tints of Dark Purple #98117B
RGB
CMYK
RGB Variations
Color information
#98117B (or 0x98117B) is known color: Dark Purple. HEX triplet: 98, 11 and 7B. RGB value is (152,17,123). Sum of RGB (Red+Green+Blue) = 152+17+123=292 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.05% from 292); Green value is 17 (7.03% from 255 or 5.82% from 292); Blue value is 123 (48.44% from 255 or 42.12% from 292); Max value from RGB is 152 - color contains mainly: red. Hex color #98117B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98117B is #67EE84. Grayscale: #454545. Windows color (decimal): -6811269 or 8065432. OLE color: 8065432.
HSL color Cylindrical-coordinate representation of color #98117B: hue angle of 312.89º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #98117B is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 17 | 123 | - |
| CMYK | 0 | 0.89 | 0.19 | 0.40 |
| HSL | 312.89º | 0.8% | 0.33% | - |
| HSV(B) | 312.89º | 0.89% | 0.6% | - |
| XYZ | 16.72 | 8.51 | 19.5 | - |
| YUV | 69.45 | 158.23 | 186.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 17 | 123 | 0 | 0.89 | 0.19 | 0.40 | 312.89 | 0.8 | 0.33 |
| Hex | 98 | 11 | 7B | 0 | 59 | 13 | 28 | 139 | 50 | 21 |
| Octal | 230 | 21 | 173 | 0 | 131 | 23 | 50 | 471 | 120 | 41 |
| Binary | 10011000 | 10001 | 1111011 | 0 | 1011001 | 10011 | 101000 | 100111001 | 1010000 | 100001 |
Color Harmonies of #98117B
Complementary color
Monochromatic Colors of #98117B
Black with #98117B
Text Example
Text Example
White with #98117B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98117B; }
p { color: rgb(152,17,123); }
H1.HeaderClassName
{
color: #98117B;
}
.AnyTagClassName
{
color: #98117B;
}
</style>
background-color css
<style>
a { background-color: #98117B; }
a { background-color: rgb(152,17,123); }
div.DivClassName
{
background-color: #98117B;
}
.BgClassName
{
background-color: #98117B;
}
</style>
border-color css
<style>
span { border-color: #98117B; }
span { border-color: rgb(152,17,123); }
td.TdClassName
{
border-color: #98117B;
}
.TagClassName
{
border-color: #98117B;
}
</style>