Shades of Dark Purple #981473
Tints of Dark Purple #981473
RGB
CMYK
RGB Variations
Color information
#981473 (or 0x981473) is known color: Dark Purple. HEX triplet: 98, 14 and 73. RGB value is (152,20,115). Sum of RGB (Red+Green+Blue) = 152+20+115=287 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.96% from 287); Green value is 20 (8.20% from 255 or 6.97% from 287); Blue value is 115 (45.31% from 255 or 40.07% from 287); Max value from RGB is 152 - color contains mainly: red. Hex color #981473 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981473 is #67EB8C. Grayscale: #464646. Windows color (decimal): -6810509 or 7541912. OLE color: 7541912.
HSL color Cylindrical-coordinate representation of color #981473: hue angle of 316.82º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #981473 is Cyan = 0, Magento = 0.87, Yellow = 0.24 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 20 | 115 | - |
| CMYK | 0 | 0.87 | 0.24 | 0.40 |
| HSL | 316.82º | 0.77% | 0.34% | - |
| HSV(B) | 316.82º | 0.87% | 0.6% | - |
| XYZ | 16.29 | 8.41 | 16.98 | - |
| YUV | 70.3 | 153.23 | 186.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 20 | 115 | 0 | 0.87 | 0.24 | 0.40 | 316.82 | 0.77 | 0.34 |
| Hex | 98 | 14 | 73 | 0 | 57 | 18 | 28 | 13D | 4D | 22 |
| Octal | 230 | 24 | 163 | 0 | 127 | 30 | 50 | 475 | 115 | 42 |
| Binary | 10011000 | 10100 | 1110011 | 0 | 1010111 | 11000 | 101000 | 100111101 | 1001101 | 100010 |
Color Harmonies of #981473
Complementary color
Monochromatic Colors of #981473
Black with #981473
Text Example
Text Example
White with #981473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981473; }
p { color: rgb(152,20,115); }
H1.HeaderClassName
{
color: #981473;
}
.AnyTagClassName
{
color: #981473;
}
</style>
background-color css
<style>
a { background-color: #981473; }
a { background-color: rgb(152,20,115); }
div.DivClassName
{
background-color: #981473;
}
.BgClassName
{
background-color: #981473;
}
</style>
border-color css
<style>
span { border-color: #981473; }
span { border-color: rgb(152,20,115); }
td.TdClassName
{
border-color: #981473;
}
.TagClassName
{
border-color: #981473;
}
</style>