Shades of Dark Purple #981077
Tints of Dark Purple #981077
RGB
CMYK
RGB Variations
Color information
#981077 (or 0x981077) is known color: Dark Purple. HEX triplet: 98, 10 and 77. RGB value is (152,16,119). Sum of RGB (Red+Green+Blue) = 152+16+119=287 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.96% from 287); Green value is 16 (6.64% from 255 or 5.57% from 287); Blue value is 119 (46.88% from 255 or 41.46% from 287); Max value from RGB is 152 - color contains mainly: red. Hex color #981077 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981077 is #67EF88. Grayscale: #444444. Windows color (decimal): -6811529 or 7803032. OLE color: 7803032.
HSL color Cylindrical-coordinate representation of color #981077: hue angle of 314.56º degrees, saturation: 0.81, 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 #981077 is Cyan = 0, Magento = 0.89, Yellow = 0.22 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 16 | 119 | - |
| CMYK | 0 | 0.89 | 0.22 | 0.40 |
| HSL | 314.56º | 0.81% | 0.33% | - |
| HSV(B) | 314.56º | 0.89% | 0.6% | - |
| XYZ | 16.46 | 8.38 | 18.2 | - |
| YUV | 68.41 | 156.56 | 187.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 16 | 119 | 0 | 0.89 | 0.22 | 0.40 | 314.56 | 0.81 | 0.33 |
| Hex | 98 | 10 | 77 | 0 | 59 | 16 | 28 | 13B | 51 | 21 |
| Octal | 230 | 20 | 167 | 0 | 131 | 26 | 50 | 473 | 121 | 41 |
| Binary | 10011000 | 10000 | 1110111 | 0 | 1011001 | 10110 | 101000 | 100111011 | 1010001 | 100001 |
Color Harmonies of #981077
Complementary color
Monochromatic Colors of #981077
Black with #981077
Text Example
Text Example
White with #981077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981077; }
p { color: rgb(152,16,119); }
H1.HeaderClassName
{
color: #981077;
}
.AnyTagClassName
{
color: #981077;
}
</style>
background-color css
<style>
a { background-color: #981077; }
a { background-color: rgb(152,16,119); }
div.DivClassName
{
background-color: #981077;
}
.BgClassName
{
background-color: #981077;
}
</style>
border-color css
<style>
span { border-color: #981077; }
span { border-color: rgb(152,16,119); }
td.TdClassName
{
border-color: #981077;
}
.TagClassName
{
border-color: #981077;
}
</style>