Shades of Dark Purple #98227C
Tints of Dark Purple #98227C
RGB
CMYK
RGB Variations
Color information
#98227C (or 0x98227C) is known color: Dark Purple. HEX triplet: 98, 22 and 7C. RGB value is (152,34,124). Sum of RGB (Red+Green+Blue) = 152+34+124=310 (41% of max value = 765). Red value is 152 (59.77% from 255 or 49.03% from 310); Green value is 34 (13.67% from 255 or 10.97% from 310); Blue value is 124 (48.83% from 255 or 40% from 310); Max value from RGB is 152 - color contains mainly: red. Hex color #98227C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98227C is #67DD83. Grayscale: #4F4F4F. Windows color (decimal): -6806916 or 8135320. OLE color: 8135320.
HSL color Cylindrical-coordinate representation of color #98227C: hue angle of 314.24º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #98227C is Cyan = 0, Magento = 0.78, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 34 | 124 | - |
| CMYK | 0 | 0.78 | 0.18 | 0.40 |
| HSL | 314.24º | 0.63% | 0.36% | - |
| HSV(B) | 314.24º | 0.78% | 0.6% | - |
| XYZ | 17.16 | 9.27 | 19.95 | - |
| YUV | 79.54 | 153.09 | 179.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 34 | 124 | 0 | 0.78 | 0.18 | 0.40 | 314.24 | 0.63 | 0.36 |
| Hex | 98 | 22 | 7C | 0 | 4E | 12 | 28 | 13A | 3F | 24 |
| Octal | 230 | 42 | 174 | 0 | 116 | 22 | 50 | 472 | 77 | 44 |
| Binary | 10011000 | 100010 | 1111100 | 0 | 1001110 | 10010 | 101000 | 100111010 | 111111 | 100100 |
Color Harmonies of #98227C
Complementary color
Monochromatic Colors of #98227C
Black with #98227C
Text Example
Text Example
White with #98227C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98227C; }
p { color: rgb(152,34,124); }
H1.HeaderClassName
{
color: #98227C;
}
.AnyTagClassName
{
color: #98227C;
}
</style>
background-color css
<style>
a { background-color: #98227C; }
a { background-color: rgb(152,34,124); }
div.DivClassName
{
background-color: #98227C;
}
.BgClassName
{
background-color: #98227C;
}
</style>
border-color css
<style>
span { border-color: #98227C; }
span { border-color: rgb(152,34,124); }
td.TdClassName
{
border-color: #98227C;
}
.TagClassName
{
border-color: #98227C;
}
</style>