Shades of Dark Purple #98337C
Tints of Dark Purple #98337C
RGB
CMYK
RGB Variations
Color information
#98337C (or 0x98337C) is known color: Dark Purple. HEX triplet: 98, 33 and 7C. RGB value is (152,51,124). Sum of RGB (Red+Green+Blue) = 152+51+124=327 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.48% from 327); Green value is 51 (20.31% from 255 or 15.60% from 327); Blue value is 124 (48.83% from 255 or 37.92% from 327); Max value from RGB is 152 - color contains mainly: red. Hex color #98337C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98337C is #67CC83. Grayscale: #595959. Windows color (decimal): -6802564 or 8139672. OLE color: 8139672.
HSL color Cylindrical-coordinate representation of color #98337C: hue angle of 316.63º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #98337C is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 51 | 124 | - |
| CMYK | 0 | 0.66 | 0.18 | 0.40 |
| HSL | 316.63º | 0.5% | 0.4% | - |
| HSV(B) | 316.63º | 0.66% | 0.6% | - |
| XYZ | 17.77 | 10.5 | 20.16 | - |
| YUV | 89.52 | 147.46 | 172.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 51 | 124 | 0 | 0.66 | 0.18 | 0.40 | 316.63 | 0.5 | 0.4 |
| Hex | 98 | 33 | 7C | 0 | 42 | 12 | 28 | 13D | 32 | 28 |
| Octal | 230 | 63 | 174 | 0 | 102 | 22 | 50 | 475 | 62 | 50 |
| Binary | 10011000 | 110011 | 1111100 | 0 | 1000010 | 10010 | 101000 | 100111101 | 110010 | 101000 |
Color Harmonies of #98337C
Complementary color
Monochromatic Colors of #98337C
Black with #98337C
Text Example
Text Example
White with #98337C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98337C; }
p { color: rgb(152,51,124); }
H1.HeaderClassName
{
color: #98337C;
}
.AnyTagClassName
{
color: #98337C;
}
</style>
background-color css
<style>
a { background-color: #98337C; }
a { background-color: rgb(152,51,124); }
div.DivClassName
{
background-color: #98337C;
}
.BgClassName
{
background-color: #98337C;
}
</style>
border-color css
<style>
span { border-color: #98337C; }
span { border-color: rgb(152,51,124); }
td.TdClassName
{
border-color: #98337C;
}
.TagClassName
{
border-color: #98337C;
}
</style>