Shades of Dark Purple #98238F
Tints of Dark Purple #98238F
RGB
CMYK
RGB Variations
Color information
#98238F (or 0x98238F) is known color: Dark Purple. HEX triplet: 98, 23 and 8F. RGB value is (152,35,143). Sum of RGB (Red+Green+Blue) = 152+35+143=330 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.06% from 330); Green value is 35 (14.06% from 255 or 10.61% from 330); Blue value is 143 (56.25% from 255 or 43.33% from 330); Max value from RGB is 152 - color contains mainly: red. Hex color #98238F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98238F is #67DC70. Grayscale: #515151. Windows color (decimal): -6806641 or 9380760. OLE color: 9380760.
HSL color Cylindrical-coordinate representation of color #98238F: hue angle of 304.62º 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 #98238F is Cyan = 0, Magento = 0.77, Yellow = 0.06 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 35 | 143 | - |
| CMYK | 0 | 0.77 | 0.06 | 0.40 |
| HSL | 304.62º | 0.63% | 0.37% | - |
| HSV(B) | 304.62º | 0.77% | 0.6% | - |
| XYZ | 18.51 | 9.86 | 26.91 | - |
| YUV | 82.3 | 162.26 | 177.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 35 | 143 | 0 | 0.77 | 0.06 | 0.40 | 304.62 | 0.63 | 0.37 |
| Hex | 98 | 23 | 8F | 0 | 4D | 6 | 28 | 131 | 3F | 25 |
| Octal | 230 | 43 | 217 | 0 | 115 | 6 | 50 | 461 | 77 | 45 |
| Binary | 10011000 | 100011 | 10001111 | 0 | 1001101 | 110 | 101000 | 100110001 | 111111 | 100101 |
Color Harmonies of #98238F
Complementary color
Monochromatic Colors of #98238F
Black with #98238F
Text Example
Text Example
White with #98238F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98238F; }
p { color: rgb(152,35,143); }
H1.HeaderClassName
{
color: #98238F;
}
.AnyTagClassName
{
color: #98238F;
}
</style>
background-color css
<style>
a { background-color: #98238F; }
a { background-color: rgb(152,35,143); }
div.DivClassName
{
background-color: #98238F;
}
.BgClassName
{
background-color: #98238F;
}
</style>
border-color css
<style>
span { border-color: #98238F; }
span { border-color: rgb(152,35,143); }
td.TdClassName
{
border-color: #98238F;
}
.TagClassName
{
border-color: #98238F;
}
</style>