Shades of Dark Purple #982173
Tints of Dark Purple #982173
RGB
CMYK
RGB Variations
Color information
#982173 (or 0x982173) is known color: Dark Purple. HEX triplet: 98, 21 and 73. RGB value is (152,33,115). Sum of RGB (Red+Green+Blue) = 152+33+115=300 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.67% from 300); Green value is 33 (13.28% from 255 or 11% from 300); Blue value is 115 (45.31% from 255 or 38.33% from 300); Max value from RGB is 152 - color contains mainly: red. Hex color #982173 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982173 is #67DE8C. Grayscale: #4D4D4D. Windows color (decimal): -6807181 or 7545240. OLE color: 7545240.
HSL color Cylindrical-coordinate representation of color #982173: hue angle of 318.66º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #982173 is Cyan = 0, Magento = 0.78, Yellow = 0.24 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 33 | 115 | - |
| CMYK | 0 | 0.78 | 0.24 | 0.40 |
| HSL | 318.66º | 0.64% | 0.36% | - |
| HSV(B) | 318.66º | 0.78% | 0.6% | - |
| XYZ | 16.59 | 9 | 17.08 | - |
| YUV | 77.93 | 148.92 | 180.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 33 | 115 | 0 | 0.78 | 0.24 | 0.40 | 318.66 | 0.64 | 0.36 |
| Hex | 98 | 21 | 73 | 0 | 4E | 18 | 28 | 13F | 40 | 24 |
| Octal | 230 | 41 | 163 | 0 | 116 | 30 | 50 | 477 | 100 | 44 |
| Binary | 10011000 | 100001 | 1110011 | 0 | 1001110 | 11000 | 101000 | 100111111 | 1000000 | 100100 |
Color Harmonies of #982173
Complementary color
Monochromatic Colors of #982173
Black with #982173
Text Example
Text Example
White with #982173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982173; }
p { color: rgb(152,33,115); }
H1.HeaderClassName
{
color: #982173;
}
.AnyTagClassName
{
color: #982173;
}
</style>
background-color css
<style>
a { background-color: #982173; }
a { background-color: rgb(152,33,115); }
div.DivClassName
{
background-color: #982173;
}
.BgClassName
{
background-color: #982173;
}
</style>
border-color css
<style>
span { border-color: #982173; }
span { border-color: rgb(152,33,115); }
td.TdClassName
{
border-color: #982173;
}
.TagClassName
{
border-color: #982173;
}
</style>