Shades of Dark Purple #98258D
Tints of Dark Purple #98258D
RGB
CMYK
RGB Variations
Color information
#98258D (or 0x98258D) is known color: Dark Purple. HEX triplet: 98, 25 and 8D. RGB value is (152,37,141). Sum of RGB (Red+Green+Blue) = 152+37+141=330 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.06% from 330); Green value is 37 (14.84% from 255 or 11.21% from 330); Blue value is 141 (55.47% from 255 or 42.73% from 330); Max value from RGB is 152 - color contains mainly: red. Hex color #98258D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98258D is #67DA72. Grayscale: #525252. Windows color (decimal): -6806131 or 9250200. OLE color: 9250200.
HSL color Cylindrical-coordinate representation of color #98258D: hue angle of 305.74º degrees, saturation: 0.61, 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 #98258D is Cyan = 0, Magento = 0.76, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 37 | 141 | - |
| CMYK | 0 | 0.76 | 0.07 | 0.40 |
| HSL | 305.74º | 0.61% | 0.37% | - |
| HSV(B) | 305.74º | 0.76% | 0.6% | - |
| XYZ | 18.42 | 9.92 | 26.14 | - |
| YUV | 83.24 | 160.6 | 177.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 37 | 141 | 0 | 0.76 | 0.07 | 0.40 | 305.74 | 0.61 | 0.37 |
| Hex | 98 | 25 | 8D | 0 | 4C | 7 | 28 | 132 | 3D | 25 |
| Octal | 230 | 45 | 215 | 0 | 114 | 7 | 50 | 462 | 75 | 45 |
| Binary | 10011000 | 100101 | 10001101 | 0 | 1001100 | 111 | 101000 | 100110010 | 111101 | 100101 |
Color Harmonies of #98258D
Complementary color
Monochromatic Colors of #98258D
Black with #98258D
Text Example
Text Example
White with #98258D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98258D; }
p { color: rgb(152,37,141); }
H1.HeaderClassName
{
color: #98258D;
}
.AnyTagClassName
{
color: #98258D;
}
</style>
background-color css
<style>
a { background-color: #98258D; }
a { background-color: rgb(152,37,141); }
div.DivClassName
{
background-color: #98258D;
}
.BgClassName
{
background-color: #98258D;
}
</style>
border-color css
<style>
span { border-color: #98258D; }
span { border-color: rgb(152,37,141); }
td.TdClassName
{
border-color: #98258D;
}
.TagClassName
{
border-color: #98258D;
}
</style>