Shades of Dark Purple #98236C
Tints of Dark Purple #98236C
RGB
CMYK
RGB Variations
Color information
#98236C (or 0x98236C) is known color: Dark Purple. HEX triplet: 98, 23 and 6C. RGB value is (152,35,108). Sum of RGB (Red+Green+Blue) = 152+35+108=295 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.53% from 295); Green value is 35 (14.06% from 255 or 11.86% from 295); Blue value is 108 (42.58% from 255 or 36.61% from 295); Max value from RGB is 152 - color contains mainly: red. Hex color #98236C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98236C is #67DC93. Grayscale: #4E4E4E. Windows color (decimal): -6806676 or 7087000. OLE color: 7087000.
HSL color Cylindrical-coordinate representation of color #98236C: hue angle of 322.56º 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 #98236C is Cyan = 0, Magento = 0.77, Yellow = 0.29 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 35 | 108 | - |
| CMYK | 0 | 0.77 | 0.29 | 0.40 |
| HSL | 322.56º | 0.63% | 0.37% | - |
| HSV(B) | 322.56º | 0.77% | 0.6% | - |
| XYZ | 16.26 | 8.96 | 15.06 | - |
| YUV | 78.31 | 144.76 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 35 | 108 | 0 | 0.77 | 0.29 | 0.40 | 322.56 | 0.63 | 0.37 |
| Hex | 98 | 23 | 6C | 0 | 4D | 1D | 28 | 143 | 3F | 25 |
| Octal | 230 | 43 | 154 | 0 | 115 | 35 | 50 | 503 | 77 | 45 |
| Binary | 10011000 | 100011 | 1101100 | 0 | 1001101 | 11101 | 101000 | 101000011 | 111111 | 100101 |
Color Harmonies of #98236C
Complementary color
Monochromatic Colors of #98236C
Black with #98236C
Text Example
Text Example
White with #98236C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98236C; }
p { color: rgb(152,35,108); }
H1.HeaderClassName
{
color: #98236C;
}
.AnyTagClassName
{
color: #98236C;
}
</style>
background-color css
<style>
a { background-color: #98236C; }
a { background-color: rgb(152,35,108); }
div.DivClassName
{
background-color: #98236C;
}
.BgClassName
{
background-color: #98236C;
}
</style>
border-color css
<style>
span { border-color: #98236C; }
span { border-color: rgb(152,35,108); }
td.TdClassName
{
border-color: #98236C;
}
.TagClassName
{
border-color: #98236C;
}
</style>