Shades of Dark Purple #98246C
Tints of Dark Purple #98246C
RGB
CMYK
RGB Variations
Color information
#98246C (or 0x98246C) is known color: Dark Purple. HEX triplet: 98, 24 and 6C. RGB value is (152,36,108). Sum of RGB (Red+Green+Blue) = 152+36+108=296 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.35% from 296); Green value is 36 (14.45% from 255 or 12.16% from 296); Blue value is 108 (42.58% from 255 or 36.49% from 296); Max value from RGB is 152 - color contains mainly: red. Hex color #98246C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98246C is #67DB93. Grayscale: #4E4E4E. Windows color (decimal): -6806420 or 7087256. OLE color: 7087256.
HSL color Cylindrical-coordinate representation of color #98246C: hue angle of 322.76º 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 #98246C is Cyan = 0, Magento = 0.76, Yellow = 0.29 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 36 | 108 | - |
| CMYK | 0 | 0.76 | 0.29 | 0.40 |
| HSL | 322.76º | 0.62% | 0.37% | - |
| HSV(B) | 322.76º | 0.76% | 0.6% | - |
| XYZ | 16.29 | 9.02 | 15.07 | - |
| YUV | 78.89 | 144.43 | 180.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 36 | 108 | 0 | 0.76 | 0.29 | 0.40 | 322.76 | 0.62 | 0.37 |
| Hex | 98 | 24 | 6C | 0 | 4C | 1D | 28 | 143 | 3E | 25 |
| Octal | 230 | 44 | 154 | 0 | 114 | 35 | 50 | 503 | 76 | 45 |
| Binary | 10011000 | 100100 | 1101100 | 0 | 1001100 | 11101 | 101000 | 101000011 | 111110 | 100101 |
Color Harmonies of #98246C
Complementary color
Monochromatic Colors of #98246C
Black with #98246C
Text Example
Text Example
White with #98246C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98246C; }
p { color: rgb(152,36,108); }
H1.HeaderClassName
{
color: #98246C;
}
.AnyTagClassName
{
color: #98246C;
}
</style>
background-color css
<style>
a { background-color: #98246C; }
a { background-color: rgb(152,36,108); }
div.DivClassName
{
background-color: #98246C;
}
.BgClassName
{
background-color: #98246C;
}
</style>
border-color css
<style>
span { border-color: #98246C; }
span { border-color: rgb(152,36,108); }
td.TdClassName
{
border-color: #98246C;
}
.TagClassName
{
border-color: #98246C;
}
</style>