Shades of Dark Purple #98228C
Tints of Dark Purple #98228C
RGB
CMYK
RGB Variations
Color information
#98228C (or 0x98228C) is known color: Dark Purple. HEX triplet: 98, 22 and 8C. RGB value is (152,34,140). Sum of RGB (Red+Green+Blue) = 152+34+140=326 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.63% from 326); Green value is 34 (13.67% from 255 or 10.43% from 326); Blue value is 140 (55.08% from 255 or 42.94% from 326); Max value from RGB is 152 - color contains mainly: red. Hex color #98228C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98228C is #67DD73. Grayscale: #515151. Windows color (decimal): -6806900 or 9183896. OLE color: 9183896.
HSL color Cylindrical-coordinate representation of color #98228C: hue angle of 306.1º 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 #98228C is Cyan = 0, Magento = 0.78, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 34 | 140 | - |
| CMYK | 0 | 0.78 | 0.08 | 0.40 |
| HSL | 306.1º | 0.63% | 0.36% | - |
| HSV(B) | 306.1º | 0.78% | 0.6% | - |
| XYZ | 18.25 | 9.71 | 25.72 | - |
| YUV | 81.37 | 161.09 | 178.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 34 | 140 | 0 | 0.78 | 0.08 | 0.40 | 306.1 | 0.63 | 0.36 |
| Hex | 98 | 22 | 8C | 0 | 4E | 8 | 28 | 132 | 3F | 24 |
| Octal | 230 | 42 | 214 | 0 | 116 | 10 | 50 | 462 | 77 | 44 |
| Binary | 10011000 | 100010 | 10001100 | 0 | 1001110 | 1000 | 101000 | 100110010 | 111111 | 100100 |
Color Harmonies of #98228C
Complementary color
Monochromatic Colors of #98228C
Black with #98228C
Text Example
Text Example
White with #98228C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98228C; }
p { color: rgb(152,34,140); }
H1.HeaderClassName
{
color: #98228C;
}
.AnyTagClassName
{
color: #98228C;
}
</style>
background-color css
<style>
a { background-color: #98228C; }
a { background-color: rgb(152,34,140); }
div.DivClassName
{
background-color: #98228C;
}
.BgClassName
{
background-color: #98228C;
}
</style>
border-color css
<style>
span { border-color: #98228C; }
span { border-color: rgb(152,34,140); }
td.TdClassName
{
border-color: #98228C;
}
.TagClassName
{
border-color: #98228C;
}
</style>