Shades of Dark Purple #981C88
Tints of Dark Purple #981C88
RGB
CMYK
RGB Variations
Color information
#981C88 (or 0x981C88) is known color: Dark Purple. HEX triplet: 98, 1C and 88. RGB value is (152,28,136). Sum of RGB (Red+Green+Blue) = 152+28+136=316 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.10% from 316); Green value is 28 (11.33% from 255 or 8.86% from 316); Blue value is 136 (53.52% from 255 or 43.04% from 316); Max value from RGB is 152 - color contains mainly: red. Hex color #981C88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #981C88 is #67E377. Grayscale: #4D4D4D. Windows color (decimal): -6808440 or 8920216. OLE color: 8920216.
HSL color Cylindrical-coordinate representation of color #981C88: hue angle of 307.74º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #981C88 is Cyan = 0, Magento = 0.82, Yellow = 0.11 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 28 | 136 | - |
| CMYK | 0 | 0.82 | 0.11 | 0.40 |
| HSL | 307.74º | 0.69% | 0.35% | - |
| HSV(B) | 307.74º | 0.82% | 0.6% | - |
| XYZ | 17.81 | 9.28 | 24.15 | - |
| YUV | 77.39 | 161.08 | 181.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 28 | 136 | 0 | 0.82 | 0.11 | 0.40 | 307.74 | 0.69 | 0.35 |
| Hex | 98 | 1C | 88 | 0 | 52 | B | 28 | 134 | 45 | 23 |
| Octal | 230 | 34 | 210 | 0 | 122 | 13 | 50 | 464 | 105 | 43 |
| Binary | 10011000 | 11100 | 10001000 | 0 | 1010010 | 1011 | 101000 | 100110100 | 1000101 | 100011 |
Color Harmonies of #981C88
Complementary color
Monochromatic Colors of #981C88
Black with #981C88
Text Example
Text Example
White with #981C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981C88; }
p { color: rgb(152,28,136); }
H1.HeaderClassName
{
color: #981C88;
}
.AnyTagClassName
{
color: #981C88;
}
</style>
background-color css
<style>
a { background-color: #981C88; }
a { background-color: rgb(152,28,136); }
div.DivClassName
{
background-color: #981C88;
}
.BgClassName
{
background-color: #981C88;
}
</style>
border-color css
<style>
span { border-color: #981C88; }
span { border-color: rgb(152,28,136); }
td.TdClassName
{
border-color: #981C88;
}
.TagClassName
{
border-color: #981C88;
}
</style>