Shades of Dark Purple #982172
Tints of Dark Purple #982172
RGB
CMYK
RGB Variations
Color information
#982172 (or 0x982172) is known color: Dark Purple. HEX triplet: 98, 21 and 72. RGB value is (152,33,114). Sum of RGB (Red+Green+Blue) = 152+33+114=299 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.84% from 299); Green value is 33 (13.28% from 255 or 11.04% from 299); Blue value is 114 (44.92% from 255 or 38.13% from 299); Max value from RGB is 152 - color contains mainly: red. Hex color #982172 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982172 is #67DE8D. Grayscale: #4D4D4D. Windows color (decimal): -6807182 or 7479704. OLE color: 7479704.
HSL color Cylindrical-coordinate representation of color #982172: hue angle of 319.16º 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 #982172 is Cyan = 0, Magento = 0.78, Yellow = 0.25 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 33 | 114 | - |
| CMYK | 0 | 0.78 | 0.25 | 0.40 |
| HSL | 319.16º | 0.64% | 0.36% | - |
| HSV(B) | 319.16º | 0.78% | 0.6% | - |
| XYZ | 16.53 | 8.98 | 16.78 | - |
| YUV | 77.82 | 148.42 | 180.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 33 | 114 | 0 | 0.78 | 0.25 | 0.40 | 319.16 | 0.64 | 0.36 |
| Hex | 98 | 21 | 72 | 0 | 4E | 19 | 28 | 13F | 40 | 24 |
| Octal | 230 | 41 | 162 | 0 | 116 | 31 | 50 | 477 | 100 | 44 |
| Binary | 10011000 | 100001 | 1110010 | 0 | 1001110 | 11001 | 101000 | 100111111 | 1000000 | 100100 |
Color Harmonies of #982172
Complementary color
Monochromatic Colors of #982172
Black with #982172
Text Example
Text Example
White with #982172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982172; }
p { color: rgb(152,33,114); }
H1.HeaderClassName
{
color: #982172;
}
.AnyTagClassName
{
color: #982172;
}
</style>
background-color css
<style>
a { background-color: #982172; }
a { background-color: rgb(152,33,114); }
div.DivClassName
{
background-color: #982172;
}
.BgClassName
{
background-color: #982172;
}
</style>
border-color css
<style>
span { border-color: #982172; }
span { border-color: rgb(152,33,114); }
td.TdClassName
{
border-color: #982172;
}
.TagClassName
{
border-color: #982172;
}
</style>