Shades of Dark Purple #98237C
Tints of Dark Purple #98237C
RGB
CMYK
RGB Variations
Color information
#98237C (or 0x98237C) is known color: Dark Purple. HEX triplet: 98, 23 and 7C. RGB value is (152,35,124). Sum of RGB (Red+Green+Blue) = 152+35+124=311 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.87% from 311); Green value is 35 (14.06% from 255 or 11.25% from 311); Blue value is 124 (48.83% from 255 or 39.87% from 311); Max value from RGB is 152 - color contains mainly: red. Hex color #98237C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98237C is #67DC83. Grayscale: #4F4F4F. Windows color (decimal): -6806660 or 8135576. OLE color: 8135576.
HSL color Cylindrical-coordinate representation of color #98237C: hue angle of 314.36º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #98237C is Cyan = 0, Magento = 0.77, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 35 | 124 | - |
| CMYK | 0 | 0.77 | 0.18 | 0.40 |
| HSL | 314.36º | 0.63% | 0.37% | - |
| HSV(B) | 314.36º | 0.77% | 0.6% | - |
| XYZ | 17.19 | 9.33 | 19.96 | - |
| YUV | 80.13 | 152.76 | 179.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 35 | 124 | 0 | 0.77 | 0.18 | 0.40 | 314.36 | 0.63 | 0.37 |
| Hex | 98 | 23 | 7C | 0 | 4D | 12 | 28 | 13A | 3F | 25 |
| Octal | 230 | 43 | 174 | 0 | 115 | 22 | 50 | 472 | 77 | 45 |
| Binary | 10011000 | 100011 | 1111100 | 0 | 1001101 | 10010 | 101000 | 100111010 | 111111 | 100101 |
Color Harmonies of #98237C
Complementary color
Monochromatic Colors of #98237C
Black with #98237C
Text Example
Text Example
White with #98237C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98237C; }
p { color: rgb(152,35,124); }
H1.HeaderClassName
{
color: #98237C;
}
.AnyTagClassName
{
color: #98237C;
}
</style>
background-color css
<style>
a { background-color: #98237C; }
a { background-color: rgb(152,35,124); }
div.DivClassName
{
background-color: #98237C;
}
.BgClassName
{
background-color: #98237C;
}
</style>
border-color css
<style>
span { border-color: #98237C; }
span { border-color: rgb(152,35,124); }
td.TdClassName
{
border-color: #98237C;
}
.TagClassName
{
border-color: #98237C;
}
</style>