Shades of Dark Purple #98147D
Tints of Dark Purple #98147D
RGB
CMYK
RGB Variations
Color information
#98147D (or 0x98147D) is known color: Dark Purple. HEX triplet: 98, 14 and 7D. RGB value is (152,20,125). Sum of RGB (Red+Green+Blue) = 152+20+125=297 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.18% from 297); Green value is 20 (8.20% from 255 or 6.73% from 297); Blue value is 125 (49.22% from 255 or 42.09% from 297); Max value from RGB is 152 - color contains mainly: red. Hex color #98147D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98147D is #67EB82. Grayscale: #474747. Windows color (decimal): -6810499 or 8197272. OLE color: 8197272.
HSL color Cylindrical-coordinate representation of color #98147D: hue angle of 312.27º 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 #98147D is Cyan = 0, Magento = 0.87, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 20 | 125 | - |
| CMYK | 0 | 0.87 | 0.18 | 0.40 |
| HSL | 312.27º | 0.77% | 0.34% | - |
| HSV(B) | 312.27º | 0.87% | 0.6% | - |
| XYZ | 16.9 | 8.66 | 20.18 | - |
| YUV | 71.44 | 158.23 | 185.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 20 | 125 | 0 | 0.87 | 0.18 | 0.40 | 312.27 | 0.77 | 0.34 |
| Hex | 98 | 14 | 7D | 0 | 57 | 12 | 28 | 138 | 4D | 22 |
| Octal | 230 | 24 | 175 | 0 | 127 | 22 | 50 | 470 | 115 | 42 |
| Binary | 10011000 | 10100 | 1111101 | 0 | 1010111 | 10010 | 101000 | 100111000 | 1001101 | 100010 |
Color Harmonies of #98147D
Complementary color
Monochromatic Colors of #98147D
Black with #98147D
Text Example
Text Example
White with #98147D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98147D; }
p { color: rgb(152,20,125); }
H1.HeaderClassName
{
color: #98147D;
}
.AnyTagClassName
{
color: #98147D;
}
</style>
background-color css
<style>
a { background-color: #98147D; }
a { background-color: rgb(152,20,125); }
div.DivClassName
{
background-color: #98147D;
}
.BgClassName
{
background-color: #98147D;
}
</style>
border-color css
<style>
span { border-color: #98147D; }
span { border-color: rgb(152,20,125); }
td.TdClassName
{
border-color: #98147D;
}
.TagClassName
{
border-color: #98147D;
}
</style>