Shades of Dark Purple #98226F
Tints of Dark Purple #98226F
RGB
CMYK
RGB Variations
Color information
#98226F (or 0x98226F) is known color: Dark Purple. HEX triplet: 98, 22 and 6F. RGB value is (152,34,111). Sum of RGB (Red+Green+Blue) = 152+34+111=297 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.18% from 297); Green value is 34 (13.67% from 255 or 11.45% from 297); Blue value is 111 (43.75% from 255 or 37.37% from 297); Max value from RGB is 152 - color contains mainly: red. Hex color #98226F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98226F is #67DD90. Grayscale: #4D4D4D. Windows color (decimal): -6806929 or 7283352. OLE color: 7283352.
HSL color Cylindrical-coordinate representation of color #98226F: hue angle of 320.85º 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 #98226F is Cyan = 0, Magento = 0.78, Yellow = 0.27 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 34 | 111 | - |
| CMYK | 0 | 0.78 | 0.27 | 0.40 |
| HSL | 320.85º | 0.63% | 0.36% | - |
| HSV(B) | 320.85º | 0.78% | 0.6% | - |
| XYZ | 16.39 | 8.97 | 15.91 | - |
| YUV | 78.06 | 146.59 | 180.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 34 | 111 | 0 | 0.78 | 0.27 | 0.40 | 320.85 | 0.63 | 0.36 |
| Hex | 98 | 22 | 6F | 0 | 4E | 1B | 28 | 141 | 3F | 24 |
| Octal | 230 | 42 | 157 | 0 | 116 | 33 | 50 | 501 | 77 | 44 |
| Binary | 10011000 | 100010 | 1101111 | 0 | 1001110 | 11011 | 101000 | 101000001 | 111111 | 100100 |
Color Harmonies of #98226F
Complementary color
Monochromatic Colors of #98226F
Black with #98226F
Text Example
Text Example
White with #98226F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98226F; }
p { color: rgb(152,34,111); }
H1.HeaderClassName
{
color: #98226F;
}
.AnyTagClassName
{
color: #98226F;
}
</style>
background-color css
<style>
a { background-color: #98226F; }
a { background-color: rgb(152,34,111); }
div.DivClassName
{
background-color: #98226F;
}
.BgClassName
{
background-color: #98226F;
}
</style>
border-color css
<style>
span { border-color: #98226F; }
span { border-color: rgb(152,34,111); }
td.TdClassName
{
border-color: #98226F;
}
.TagClassName
{
border-color: #98226F;
}
</style>