Shades of Dark Purple #981F8C
Tints of Dark Purple #981F8C
RGB
CMYK
RGB Variations
Color information
#981F8C (or 0x981F8C) is known color: Dark Purple. HEX triplet: 98, 1F and 8C. RGB value is (152,31,140). Sum of RGB (Red+Green+Blue) = 152+31+140=323 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.06% from 323); Green value is 31 (12.5% from 255 or 9.60% from 323); Blue value is 140 (55.08% from 255 or 43.34% from 323); Max value from RGB is 152 - color contains mainly: red. Hex color #981F8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #981F8C is #67E073. Grayscale: #4F4F4F. Windows color (decimal): -6807668 or 9183128. OLE color: 9183128.
HSL color Cylindrical-coordinate representation of color #981F8C: hue angle of 305.95º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #981F8C is Cyan = 0, Magento = 0.80, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 31 | 140 | - |
| CMYK | 0 | 0.80 | 0.08 | 0.40 |
| HSL | 305.95º | 0.66% | 0.36% | - |
| HSV(B) | 305.95º | 0.8% | 0.6% | - |
| XYZ | 18.17 | 9.55 | 25.7 | - |
| YUV | 79.61 | 162.09 | 179.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 31 | 140 | 0 | 0.80 | 0.08 | 0.40 | 305.95 | 0.66 | 0.36 |
| Hex | 98 | 1F | 8C | 0 | 50 | 8 | 28 | 132 | 42 | 24 |
| Octal | 230 | 37 | 214 | 0 | 120 | 10 | 50 | 462 | 102 | 44 |
| Binary | 10011000 | 11111 | 10001100 | 0 | 1010000 | 1000 | 101000 | 100110010 | 1000010 | 100100 |
Color Harmonies of #981F8C
Complementary color
Monochromatic Colors of #981F8C
Black with #981F8C
Text Example
Text Example
White with #981F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981F8C; }
p { color: rgb(152,31,140); }
H1.HeaderClassName
{
color: #981F8C;
}
.AnyTagClassName
{
color: #981F8C;
}
</style>
background-color css
<style>
a { background-color: #981F8C; }
a { background-color: rgb(152,31,140); }
div.DivClassName
{
background-color: #981F8C;
}
.BgClassName
{
background-color: #981F8C;
}
</style>
border-color css
<style>
span { border-color: #981F8C; }
span { border-color: rgb(152,31,140); }
td.TdClassName
{
border-color: #981F8C;
}
.TagClassName
{
border-color: #981F8C;
}
</style>