Shades of Dark Purple #98357E
Tints of Dark Purple #98357E
RGB
CMYK
RGB Variations
Color information
#98357E (or 0x98357E) is known color: Dark Purple. HEX triplet: 98, 35 and 7E. RGB value is (152,53,126). Sum of RGB (Red+Green+Blue) = 152+53+126=331 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.92% from 331); Green value is 53 (21.09% from 255 or 16.01% from 331); Blue value is 126 (49.61% from 255 or 38.07% from 331); Max value from RGB is 152 - color contains mainly: red. Hex color #98357E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98357E is #67CA81. Grayscale: #5A5A5A. Windows color (decimal): -6802050 or 8271256. OLE color: 8271256.
HSL color Cylindrical-coordinate representation of color #98357E: hue angle of 315.76º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #98357E is Cyan = 0, Magento = 0.65, Yellow = 0.17 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 53 | 126 | - |
| CMYK | 0 | 0.65 | 0.17 | 0.40 |
| HSL | 315.76º | 0.48% | 0.4% | - |
| HSV(B) | 315.76º | 0.65% | 0.6% | - |
| XYZ | 17.99 | 10.73 | 20.86 | - |
| YUV | 90.92 | 147.8 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 53 | 126 | 0 | 0.65 | 0.17 | 0.40 | 315.76 | 0.48 | 0.4 |
| Hex | 98 | 35 | 7E | 0 | 41 | 11 | 28 | 13C | 30 | 28 |
| Octal | 230 | 65 | 176 | 0 | 101 | 21 | 50 | 474 | 60 | 50 |
| Binary | 10011000 | 110101 | 1111110 | 0 | 1000001 | 10001 | 101000 | 100111100 | 110000 | 101000 |
Color Harmonies of #98357E
Complementary color
Monochromatic Colors of #98357E
Black with #98357E
Text Example
Text Example
White with #98357E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98357E; }
p { color: rgb(152,53,126); }
H1.HeaderClassName
{
color: #98357E;
}
.AnyTagClassName
{
color: #98357E;
}
</style>
background-color css
<style>
a { background-color: #98357E; }
a { background-color: rgb(152,53,126); }
div.DivClassName
{
background-color: #98357E;
}
.BgClassName
{
background-color: #98357E;
}
</style>
border-color css
<style>
span { border-color: #98357E; }
span { border-color: rgb(152,53,126); }
td.TdClassName
{
border-color: #98357E;
}
.TagClassName
{
border-color: #98357E;
}
</style>