Shades of Dark Purple #98248E
Tints of Dark Purple #98248E
RGB
CMYK
RGB Variations
Color information
#98248E (or 0x98248E) is known color: Dark Purple. HEX triplet: 98, 24 and 8E. RGB value is (152,36,142). Sum of RGB (Red+Green+Blue) = 152+36+142=330 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.06% from 330); Green value is 36 (14.45% from 255 or 10.91% from 330); Blue value is 142 (55.86% from 255 or 43.03% from 330); Max value from RGB is 152 - color contains mainly: red. Hex color #98248E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98248E is #67DB71. Grayscale: #525252. Windows color (decimal): -6806386 or 9315480. OLE color: 9315480.
HSL color Cylindrical-coordinate representation of color #98248E: hue angle of 305.17º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #98248E is Cyan = 0, Magento = 0.76, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 36 | 142 | - |
| CMYK | 0 | 0.76 | 0.07 | 0.40 |
| HSL | 305.17º | 0.62% | 0.37% | - |
| HSV(B) | 305.17º | 0.76% | 0.6% | - |
| XYZ | 18.46 | 9.89 | 26.53 | - |
| YUV | 82.77 | 161.43 | 177.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 36 | 142 | 0 | 0.76 | 0.07 | 0.40 | 305.17 | 0.62 | 0.37 |
| Hex | 98 | 24 | 8E | 0 | 4C | 7 | 28 | 131 | 3E | 25 |
| Octal | 230 | 44 | 216 | 0 | 114 | 7 | 50 | 461 | 76 | 45 |
| Binary | 10011000 | 100100 | 10001110 | 0 | 1001100 | 111 | 101000 | 100110001 | 111110 | 100101 |
Color Harmonies of #98248E
Complementary color
Monochromatic Colors of #98248E
Black with #98248E
Text Example
Text Example
White with #98248E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98248E; }
p { color: rgb(152,36,142); }
H1.HeaderClassName
{
color: #98248E;
}
.AnyTagClassName
{
color: #98248E;
}
</style>
background-color css
<style>
a { background-color: #98248E; }
a { background-color: rgb(152,36,142); }
div.DivClassName
{
background-color: #98248E;
}
.BgClassName
{
background-color: #98248E;
}
</style>
border-color css
<style>
span { border-color: #98248E; }
span { border-color: rgb(152,36,142); }
td.TdClassName
{
border-color: #98248E;
}
.TagClassName
{
border-color: #98248E;
}
</style>