Shades of Dark Purple #98237D
Tints of Dark Purple #98237D
RGB
CMYK
RGB Variations
Color information
#98237D (or 0x98237D) is known color: Dark Purple. HEX triplet: 98, 23 and 7D. RGB value is (152,35,125). Sum of RGB (Red+Green+Blue) = 152+35+125=312 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.72% from 312); Green value is 35 (14.06% from 255 or 11.22% from 312); Blue value is 125 (49.22% from 255 or 40.06% from 312); Max value from RGB is 152 - color contains mainly: red. Hex color #98237D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98237D is #67DC82. Grayscale: #505050. Windows color (decimal): -6806659 or 8201112. OLE color: 8201112.
HSL color Cylindrical-coordinate representation of color #98237D: hue angle of 313.85º 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 #98237D is Cyan = 0, Magento = 0.77, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 35 | 125 | - |
| CMYK | 0 | 0.77 | 0.18 | 0.40 |
| HSL | 313.85º | 0.63% | 0.37% | - |
| HSV(B) | 313.85º | 0.77% | 0.6% | - |
| XYZ | 17.25 | 9.36 | 20.3 | - |
| YUV | 80.24 | 153.26 | 179.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 35 | 125 | 0 | 0.77 | 0.18 | 0.40 | 313.85 | 0.63 | 0.37 |
| Hex | 98 | 23 | 7D | 0 | 4D | 12 | 28 | 13A | 3F | 25 |
| Octal | 230 | 43 | 175 | 0 | 115 | 22 | 50 | 472 | 77 | 45 |
| Binary | 10011000 | 100011 | 1111101 | 0 | 1001101 | 10010 | 101000 | 100111010 | 111111 | 100101 |
Color Harmonies of #98237D
Complementary color
Monochromatic Colors of #98237D
Black with #98237D
Text Example
Text Example
White with #98237D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98237D; }
p { color: rgb(152,35,125); }
H1.HeaderClassName
{
color: #98237D;
}
.AnyTagClassName
{
color: #98237D;
}
</style>
background-color css
<style>
a { background-color: #98237D; }
a { background-color: rgb(152,35,125); }
div.DivClassName
{
background-color: #98237D;
}
.BgClassName
{
background-color: #98237D;
}
</style>
border-color css
<style>
span { border-color: #98237D; }
span { border-color: rgb(152,35,125); }
td.TdClassName
{
border-color: #98237D;
}
.TagClassName
{
border-color: #98237D;
}
</style>