Shades of Dark Purple #981773
Tints of Dark Purple #981773
RGB
CMYK
RGB Variations
Color information
#981773 (or 0x981773) is known color: Dark Purple. HEX triplet: 98, 17 and 73. RGB value is (152,23,115). Sum of RGB (Red+Green+Blue) = 152+23+115=290 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.41% from 290); Green value is 23 (9.38% from 255 or 7.93% from 290); Blue value is 115 (45.31% from 255 or 39.66% from 290); Max value from RGB is 152 - color contains mainly: red. Hex color #981773 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981773 is #67E88C. Grayscale: #474747. Windows color (decimal): -6809741 or 7542680. OLE color: 7542680.
HSL color Cylindrical-coordinate representation of color #981773: hue angle of 317.21º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #981773 is Cyan = 0, Magento = 0.85, Yellow = 0.24 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 23 | 115 | - |
| CMYK | 0 | 0.85 | 0.24 | 0.40 |
| HSL | 317.21º | 0.74% | 0.34% | - |
| HSV(B) | 317.21º | 0.85% | 0.6% | - |
| XYZ | 16.35 | 8.53 | 17 | - |
| YUV | 72.06 | 152.24 | 185.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 23 | 115 | 0 | 0.85 | 0.24 | 0.40 | 317.21 | 0.74 | 0.34 |
| Hex | 98 | 17 | 73 | 0 | 55 | 18 | 28 | 13D | 4A | 22 |
| Octal | 230 | 27 | 163 | 0 | 125 | 30 | 50 | 475 | 112 | 42 |
| Binary | 10011000 | 10111 | 1110011 | 0 | 1010101 | 11000 | 101000 | 100111101 | 1001010 | 100010 |
Color Harmonies of #981773
Complementary color
Monochromatic Colors of #981773
Black with #981773
Text Example
Text Example
White with #981773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981773; }
p { color: rgb(152,23,115); }
H1.HeaderClassName
{
color: #981773;
}
.AnyTagClassName
{
color: #981773;
}
</style>
background-color css
<style>
a { background-color: #981773; }
a { background-color: rgb(152,23,115); }
div.DivClassName
{
background-color: #981773;
}
.BgClassName
{
background-color: #981773;
}
</style>
border-color css
<style>
span { border-color: #981773; }
span { border-color: rgb(152,23,115); }
td.TdClassName
{
border-color: #981773;
}
.TagClassName
{
border-color: #981773;
}
</style>