Shades of Dark Purple #98327E
Tints of Dark Purple #98327E
RGB
CMYK
RGB Variations
Color information
#98327E (or 0x98327E) is known color: Dark Purple. HEX triplet: 98, 32 and 7E. RGB value is (152,50,126). Sum of RGB (Red+Green+Blue) = 152+50+126=328 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.34% from 328); Green value is 50 (19.92% from 255 or 15.24% from 328); Blue value is 126 (49.61% from 255 or 38.41% from 328); Max value from RGB is 152 - color contains mainly: red. Hex color #98327E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98327E is #67CD81. Grayscale: #585858. Windows color (decimal): -6802818 or 8270488. OLE color: 8270488.
HSL color Cylindrical-coordinate representation of color #98327E: hue angle of 315.29º 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 #98327E is Cyan = 0, Magento = 0.67, Yellow = 0.17 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 50 | 126 | - |
| CMYK | 0 | 0.67 | 0.17 | 0.40 |
| HSL | 315.29º | 0.5% | 0.4% | - |
| HSV(B) | 315.29º | 0.67% | 0.6% | - |
| XYZ | 17.86 | 10.46 | 20.82 | - |
| YUV | 89.16 | 148.79 | 172.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 50 | 126 | 0 | 0.67 | 0.17 | 0.40 | 315.29 | 0.5 | 0.4 |
| Hex | 98 | 32 | 7E | 0 | 43 | 11 | 28 | 13B | 32 | 28 |
| Octal | 230 | 62 | 176 | 0 | 103 | 21 | 50 | 473 | 62 | 50 |
| Binary | 10011000 | 110010 | 1111110 | 0 | 1000011 | 10001 | 101000 | 100111011 | 110010 | 101000 |
Color Harmonies of #98327E
Complementary color
Monochromatic Colors of #98327E
Black with #98327E
Text Example
Text Example
White with #98327E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98327E; }
p { color: rgb(152,50,126); }
H1.HeaderClassName
{
color: #98327E;
}
.AnyTagClassName
{
color: #98327E;
}
</style>
background-color css
<style>
a { background-color: #98327E; }
a { background-color: rgb(152,50,126); }
div.DivClassName
{
background-color: #98327E;
}
.BgClassName
{
background-color: #98327E;
}
</style>
border-color css
<style>
span { border-color: #98327E; }
span { border-color: rgb(152,50,126); }
td.TdClassName
{
border-color: #98327E;
}
.TagClassName
{
border-color: #98327E;
}
</style>