Shades of Dark Purple #98328E
Tints of Dark Purple #98328E
RGB
CMYK
RGB Variations
Color information
#98328E (or 0x98328E) is known color: Dark Purple. HEX triplet: 98, 32 and 8E. RGB value is (152,50,142). Sum of RGB (Red+Green+Blue) = 152+50+142=344 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.19% from 344); Green value is 50 (19.92% from 255 or 14.53% from 344); Blue value is 142 (55.86% from 255 or 41.28% from 344); Max value from RGB is 152 - color contains mainly: red. Hex color #98328E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98328E is #67CD71. Grayscale: #5A5A5A. Windows color (decimal): -6802802 or 9319064. OLE color: 9319064.
HSL color Cylindrical-coordinate representation of color #98328E: hue angle of 305.88º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #98328E is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 50 | 142 | - |
| CMYK | 0 | 0.67 | 0.07 | 0.40 |
| HSL | 305.88º | 0.5% | 0.4% | - |
| HSV(B) | 305.88º | 0.67% | 0.6% | - |
| XYZ | 18.97 | 10.91 | 26.7 | - |
| YUV | 90.99 | 156.79 | 171.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 50 | 142 | 0 | 0.67 | 0.07 | 0.40 | 305.88 | 0.5 | 0.4 |
| Hex | 98 | 32 | 8E | 0 | 43 | 7 | 28 | 132 | 32 | 28 |
| Octal | 230 | 62 | 216 | 0 | 103 | 7 | 50 | 462 | 62 | 50 |
| Binary | 10011000 | 110010 | 10001110 | 0 | 1000011 | 111 | 101000 | 100110010 | 110010 | 101000 |
Color Harmonies of #98328E
Complementary color
Monochromatic Colors of #98328E
Black with #98328E
Text Example
Text Example
White with #98328E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98328E; }
p { color: rgb(152,50,142); }
H1.HeaderClassName
{
color: #98328E;
}
.AnyTagClassName
{
color: #98328E;
}
</style>
background-color css
<style>
a { background-color: #98328E; }
a { background-color: rgb(152,50,142); }
div.DivClassName
{
background-color: #98328E;
}
.BgClassName
{
background-color: #98328E;
}
</style>
border-color css
<style>
span { border-color: #98328E; }
span { border-color: rgb(152,50,142); }
td.TdClassName
{
border-color: #98328E;
}
.TagClassName
{
border-color: #98328E;
}
</style>