Shades of Dark Purple #981177
Tints of Dark Purple #981177
RGB
CMYK
RGB Variations
Color information
#981177 (or 0x981177) is known color: Dark Purple. HEX triplet: 98, 11 and 77. RGB value is (152,17,119). Sum of RGB (Red+Green+Blue) = 152+17+119=288 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.78% from 288); Green value is 17 (7.03% from 255 or 5.90% from 288); Blue value is 119 (46.88% from 255 or 41.32% from 288); Max value from RGB is 152 - color contains mainly: red. Hex color #981177 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981177 is #67EE88. Grayscale: #444444. Windows color (decimal): -6811273 or 7803288. OLE color: 7803288.
HSL color Cylindrical-coordinate representation of color #981177: hue angle of 314.67º 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 #981177 is Cyan = 0, Magento = 0.89, Yellow = 0.22 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 17 | 119 | - |
| CMYK | 0 | 0.89 | 0.22 | 0.40 |
| HSL | 314.67º | 0.8% | 0.33% | - |
| HSV(B) | 314.67º | 0.89% | 0.6% | - |
| XYZ | 16.48 | 8.41 | 18.21 | - |
| YUV | 68.99 | 156.23 | 187.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 17 | 119 | 0 | 0.89 | 0.22 | 0.40 | 314.67 | 0.8 | 0.33 |
| Hex | 98 | 11 | 77 | 0 | 59 | 16 | 28 | 13B | 50 | 21 |
| Octal | 230 | 21 | 167 | 0 | 131 | 26 | 50 | 473 | 120 | 41 |
| Binary | 10011000 | 10001 | 1110111 | 0 | 1011001 | 10110 | 101000 | 100111011 | 1010000 | 100001 |
Color Harmonies of #981177
Complementary color
Monochromatic Colors of #981177
Black with #981177
Text Example
Text Example
White with #981177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981177; }
p { color: rgb(152,17,119); }
H1.HeaderClassName
{
color: #981177;
}
.AnyTagClassName
{
color: #981177;
}
</style>
background-color css
<style>
a { background-color: #981177; }
a { background-color: rgb(152,17,119); }
div.DivClassName
{
background-color: #981177;
}
.BgClassName
{
background-color: #981177;
}
</style>
border-color css
<style>
span { border-color: #981177; }
span { border-color: rgb(152,17,119); }
td.TdClassName
{
border-color: #981177;
}
.TagClassName
{
border-color: #981177;
}
</style>