Shades of Dark Purple #98237E
Tints of Dark Purple #98237E
RGB
CMYK
RGB Variations
Color information
#98237E (or 0x98237E) is known color: Dark Purple. HEX triplet: 98, 23 and 7E. RGB value is (152,35,126). Sum of RGB (Red+Green+Blue) = 152+35+126=313 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.56% from 313); Green value is 35 (14.06% from 255 or 11.18% from 313); Blue value is 126 (49.61% from 255 or 40.26% from 313); Max value from RGB is 152 - color contains mainly: red. Hex color #98237E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98237E is #67DC81. Grayscale: #505050. Windows color (decimal): -6806658 or 8266648. OLE color: 8266648.
HSL color Cylindrical-coordinate representation of color #98237E: hue angle of 313.33º 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 #98237E is Cyan = 0, Magento = 0.77, Yellow = 0.17 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 35 | 126 | - |
| CMYK | 0 | 0.77 | 0.17 | 0.40 |
| HSL | 313.33º | 0.63% | 0.37% | - |
| HSV(B) | 313.33º | 0.77% | 0.6% | - |
| XYZ | 17.32 | 9.38 | 20.64 | - |
| YUV | 80.36 | 153.76 | 179.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 35 | 126 | 0 | 0.77 | 0.17 | 0.40 | 313.33 | 0.63 | 0.37 |
| Hex | 98 | 23 | 7E | 0 | 4D | 11 | 28 | 139 | 3F | 25 |
| Octal | 230 | 43 | 176 | 0 | 115 | 21 | 50 | 471 | 77 | 45 |
| Binary | 10011000 | 100011 | 1111110 | 0 | 1001101 | 10001 | 101000 | 100111001 | 111111 | 100101 |
Color Harmonies of #98237E
Complementary color
Monochromatic Colors of #98237E
Black with #98237E
Text Example
Text Example
White with #98237E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98237E; }
p { color: rgb(152,35,126); }
H1.HeaderClassName
{
color: #98237E;
}
.AnyTagClassName
{
color: #98237E;
}
</style>
background-color css
<style>
a { background-color: #98237E; }
a { background-color: rgb(152,35,126); }
div.DivClassName
{
background-color: #98237E;
}
.BgClassName
{
background-color: #98237E;
}
</style>
border-color css
<style>
span { border-color: #98237E; }
span { border-color: rgb(152,35,126); }
td.TdClassName
{
border-color: #98237E;
}
.TagClassName
{
border-color: #98237E;
}
</style>