Shades of Dark Purple #981C8A
Tints of Dark Purple #981C8A
RGB
CMYK
RGB Variations
Color information
#981C8A (or 0x981C8A) is known color: Dark Purple. HEX triplet: 98, 1C and 8A. RGB value is (152,28,138). Sum of RGB (Red+Green+Blue) = 152+28+138=318 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.80% from 318); Green value is 28 (11.33% from 255 or 8.81% from 318); Blue value is 138 (54.30% from 255 or 43.40% from 318); Max value from RGB is 152 - color contains mainly: red. Hex color #981C8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #981C8A is #67E375. Grayscale: #4D4D4D. Windows color (decimal): -6808438 or 9051288. OLE color: 9051288.
HSL color Cylindrical-coordinate representation of color #981C8A: hue angle of 306.77º 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 #981C8A is Cyan = 0, Magento = 0.82, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 28 | 138 | - |
| CMYK | 0 | 0.82 | 0.09 | 0.40 |
| HSL | 306.77º | 0.69% | 0.35% | - |
| HSV(B) | 306.77º | 0.82% | 0.6% | - |
| XYZ | 17.95 | 9.34 | 24.9 | - |
| YUV | 77.62 | 162.08 | 181.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 28 | 138 | 0 | 0.82 | 0.09 | 0.40 | 306.77 | 0.69 | 0.35 |
| Hex | 98 | 1C | 8A | 0 | 52 | 9 | 28 | 133 | 45 | 23 |
| Octal | 230 | 34 | 212 | 0 | 122 | 11 | 50 | 463 | 105 | 43 |
| Binary | 10011000 | 11100 | 10001010 | 0 | 1010010 | 1001 | 101000 | 100110011 | 1000101 | 100011 |
Color Harmonies of #981C8A
Complementary color
Monochromatic Colors of #981C8A
Black with #981C8A
Text Example
Text Example
White with #981C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981C8A; }
p { color: rgb(152,28,138); }
H1.HeaderClassName
{
color: #981C8A;
}
.AnyTagClassName
{
color: #981C8A;
}
</style>
background-color css
<style>
a { background-color: #981C8A; }
a { background-color: rgb(152,28,138); }
div.DivClassName
{
background-color: #981C8A;
}
.BgClassName
{
background-color: #981C8A;
}
</style>
border-color css
<style>
span { border-color: #981C8A; }
span { border-color: rgb(152,28,138); }
td.TdClassName
{
border-color: #981C8A;
}
.TagClassName
{
border-color: #981C8A;
}
</style>