Shades of Dark Purple #98227E
Tints of Dark Purple #98227E
RGB
CMYK
RGB Variations
Color information
#98227E (or 0x98227E) is known color: Dark Purple. HEX triplet: 98, 22 and 7E. RGB value is (152,34,126). Sum of RGB (Red+Green+Blue) = 152+34+126=312 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.72% from 312); Green value is 34 (13.67% from 255 or 10.90% from 312); Blue value is 126 (49.61% from 255 or 40.38% from 312); Max value from RGB is 152 - color contains mainly: red. Hex color #98227E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98227E is #67DD81. Grayscale: #4F4F4F. Windows color (decimal): -6806914 or 8266392. OLE color: 8266392.
HSL color Cylindrical-coordinate representation of color #98227E: hue angle of 313.22º 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 #98227E is Cyan = 0, Magento = 0.78, Yellow = 0.17 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 34 | 126 | - |
| CMYK | 0 | 0.78 | 0.17 | 0.40 |
| HSL | 313.22º | 0.63% | 0.36% | - |
| HSV(B) | 313.22º | 0.78% | 0.6% | - |
| XYZ | 17.29 | 9.33 | 20.63 | - |
| YUV | 79.77 | 154.09 | 179.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 34 | 126 | 0 | 0.78 | 0.17 | 0.40 | 313.22 | 0.63 | 0.36 |
| Hex | 98 | 22 | 7E | 0 | 4E | 11 | 28 | 139 | 3F | 24 |
| Octal | 230 | 42 | 176 | 0 | 116 | 21 | 50 | 471 | 77 | 44 |
| Binary | 10011000 | 100010 | 1111110 | 0 | 1001110 | 10001 | 101000 | 100111001 | 111111 | 100100 |
Color Harmonies of #98227E
Complementary color
Monochromatic Colors of #98227E
Black with #98227E
Text Example
Text Example
White with #98227E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98227E; }
p { color: rgb(152,34,126); }
H1.HeaderClassName
{
color: #98227E;
}
.AnyTagClassName
{
color: #98227E;
}
</style>
background-color css
<style>
a { background-color: #98227E; }
a { background-color: rgb(152,34,126); }
div.DivClassName
{
background-color: #98227E;
}
.BgClassName
{
background-color: #98227E;
}
</style>
border-color css
<style>
span { border-color: #98227E; }
span { border-color: rgb(152,34,126); }
td.TdClassName
{
border-color: #98227E;
}
.TagClassName
{
border-color: #98227E;
}
</style>