Shades of Dark Purple #981A8A
Tints of Dark Purple #981A8A
RGB
CMYK
RGB Variations
Color information
#981A8A (or 0x981A8A) is known color: Dark Purple. HEX triplet: 98, 1A and 8A. RGB value is (152,26,138). Sum of RGB (Red+Green+Blue) = 152+26+138=316 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.10% from 316); Green value is 26 (10.55% from 255 or 8.23% from 316); Blue value is 138 (54.30% from 255 or 43.67% from 316); Max value from RGB is 152 - color contains mainly: red. Hex color #981A8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #981A8A is #67E575. Grayscale: #4C4C4C. Windows color (decimal): -6808950 or 9050776. OLE color: 9050776.
HSL color Cylindrical-coordinate representation of color #981A8A: hue angle of 306.67º 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 #981A8A is Cyan = 0, Magento = 0.83, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 26 | 138 | - |
| CMYK | 0 | 0.83 | 0.09 | 0.40 |
| HSL | 306.67º | 0.71% | 0.35% | - |
| HSV(B) | 306.67º | 0.83% | 0.6% | - |
| XYZ | 17.91 | 9.25 | 24.89 | - |
| YUV | 76.44 | 162.74 | 181.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 26 | 138 | 0 | 0.83 | 0.09 | 0.40 | 306.67 | 0.71 | 0.35 |
| Hex | 98 | 1A | 8A | 0 | 53 | 9 | 28 | 133 | 47 | 23 |
| Octal | 230 | 32 | 212 | 0 | 123 | 11 | 50 | 463 | 107 | 43 |
| Binary | 10011000 | 11010 | 10001010 | 0 | 1010011 | 1001 | 101000 | 100110011 | 1000111 | 100011 |
Color Harmonies of #981A8A
Complementary color
Monochromatic Colors of #981A8A
Black with #981A8A
Text Example
Text Example
White with #981A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981A8A; }
p { color: rgb(152,26,138); }
H1.HeaderClassName
{
color: #981A8A;
}
.AnyTagClassName
{
color: #981A8A;
}
</style>
background-color css
<style>
a { background-color: #981A8A; }
a { background-color: rgb(152,26,138); }
div.DivClassName
{
background-color: #981A8A;
}
.BgClassName
{
background-color: #981A8A;
}
</style>
border-color css
<style>
span { border-color: #981A8A; }
span { border-color: rgb(152,26,138); }
td.TdClassName
{
border-color: #981A8A;
}
.TagClassName
{
border-color: #981A8A;
}
</style>