Shades of Dark Purple #981A8C
Tints of Dark Purple #981A8C
RGB
CMYK
RGB Variations
Color information
#981A8C (or 0x981A8C) is known color: Dark Purple. HEX triplet: 98, 1A and 8C. RGB value is (152,26,140). Sum of RGB (Red+Green+Blue) = 152+26+140=318 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.80% from 318); Green value is 26 (10.55% from 255 or 8.18% from 318); Blue value is 140 (55.08% from 255 or 44.03% from 318); Max value from RGB is 152 - color contains mainly: red. Hex color #981A8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #981A8C is #67E573. Grayscale: #4C4C4C. Windows color (decimal): -6808948 or 9181848. OLE color: 9181848.
HSL color Cylindrical-coordinate representation of color #981A8C: hue angle of 305.71º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #981A8C is Cyan = 0, Magento = 0.83, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 26 | 140 | - |
| CMYK | 0 | 0.83 | 0.08 | 0.40 |
| HSL | 305.71º | 0.71% | 0.35% | - |
| HSV(B) | 305.71º | 0.83% | 0.6% | - |
| XYZ | 18.05 | 9.31 | 25.66 | - |
| YUV | 76.67 | 163.74 | 181.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 26 | 140 | 0 | 0.83 | 0.08 | 0.40 | 305.71 | 0.71 | 0.35 |
| Hex | 98 | 1A | 8C | 0 | 53 | 8 | 28 | 132 | 47 | 23 |
| Octal | 230 | 32 | 214 | 0 | 123 | 10 | 50 | 462 | 107 | 43 |
| Binary | 10011000 | 11010 | 10001100 | 0 | 1010011 | 1000 | 101000 | 100110010 | 1000111 | 100011 |
Color Harmonies of #981A8C
Complementary color
Monochromatic Colors of #981A8C
Black with #981A8C
Text Example
Text Example
White with #981A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981A8C; }
p { color: rgb(152,26,140); }
H1.HeaderClassName
{
color: #981A8C;
}
.AnyTagClassName
{
color: #981A8C;
}
</style>
background-color css
<style>
a { background-color: #981A8C; }
a { background-color: rgb(152,26,140); }
div.DivClassName
{
background-color: #981A8C;
}
.BgClassName
{
background-color: #981A8C;
}
</style>
border-color css
<style>
span { border-color: #981A8C; }
span { border-color: rgb(152,26,140); }
td.TdClassName
{
border-color: #981A8C;
}
.TagClassName
{
border-color: #981A8C;
}
</style>