Shades of Dark Purple #98228F
Tints of Dark Purple #98228F
RGB
CMYK
RGB Variations
Color information
#98228F (or 0x98228F) is known color: Dark Purple. HEX triplet: 98, 22 and 8F. RGB value is (152,34,143). Sum of RGB (Red+Green+Blue) = 152+34+143=329 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.20% from 329); Green value is 34 (13.67% from 255 or 10.33% from 329); Blue value is 143 (56.25% from 255 or 43.47% from 329); Max value from RGB is 152 - color contains mainly: red. Hex color #98228F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98228F is #67DD70. Grayscale: #515151. Windows color (decimal): -6806897 or 9380504. OLE color: 9380504.
HSL color Cylindrical-coordinate representation of color #98228F: hue angle of 304.58º 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 #98228F is Cyan = 0, Magento = 0.78, Yellow = 0.06 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 34 | 143 | - |
| CMYK | 0 | 0.78 | 0.06 | 0.40 |
| HSL | 304.58º | 0.63% | 0.36% | - |
| HSV(B) | 304.58º | 0.78% | 0.6% | - |
| XYZ | 18.48 | 9.8 | 26.9 | - |
| YUV | 81.71 | 162.59 | 178.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 34 | 143 | 0 | 0.78 | 0.06 | 0.40 | 304.58 | 0.63 | 0.36 |
| Hex | 98 | 22 | 8F | 0 | 4E | 6 | 28 | 131 | 3F | 24 |
| Octal | 230 | 42 | 217 | 0 | 116 | 6 | 50 | 461 | 77 | 44 |
| Binary | 10011000 | 100010 | 10001111 | 0 | 1001110 | 110 | 101000 | 100110001 | 111111 | 100100 |
Color Harmonies of #98228F
Complementary color
Monochromatic Colors of #98228F
Black with #98228F
Text Example
Text Example
White with #98228F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98228F; }
p { color: rgb(152,34,143); }
H1.HeaderClassName
{
color: #98228F;
}
.AnyTagClassName
{
color: #98228F;
}
</style>
background-color css
<style>
a { background-color: #98228F; }
a { background-color: rgb(152,34,143); }
div.DivClassName
{
background-color: #98228F;
}
.BgClassName
{
background-color: #98228F;
}
</style>
border-color css
<style>
span { border-color: #98228F; }
span { border-color: rgb(152,34,143); }
td.TdClassName
{
border-color: #98228F;
}
.TagClassName
{
border-color: #98228F;
}
</style>