Shades of Dark Purple #98216C
Tints of Dark Purple #98216C
RGB
CMYK
RGB Variations
Color information
#98216C (or 0x98216C) is known color: Dark Purple. HEX triplet: 98, 21 and 6C. RGB value is (152,33,108). Sum of RGB (Red+Green+Blue) = 152+33+108=293 (38% of max value = 765). Red value is 152 (59.77% from 255 or 51.88% from 293); Green value is 33 (13.28% from 255 or 11.26% from 293); Blue value is 108 (42.58% from 255 or 36.86% from 293); Max value from RGB is 152 - color contains mainly: red. Hex color #98216C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98216C is #67DE93. Grayscale: #4C4C4C. Windows color (decimal): -6807188 or 7086488. OLE color: 7086488.
HSL color Cylindrical-coordinate representation of color #98216C: hue angle of 322.18º degrees, saturation: 0.64, 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 #98216C is Cyan = 0, Magento = 0.78, Yellow = 0.29 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 33 | 108 | - |
| CMYK | 0 | 0.78 | 0.29 | 0.40 |
| HSL | 322.18º | 0.64% | 0.36% | - |
| HSV(B) | 322.18º | 0.78% | 0.6% | - |
| XYZ | 16.2 | 8.85 | 15.04 | - |
| YUV | 77.13 | 145.42 | 181.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 33 | 108 | 0 | 0.78 | 0.29 | 0.40 | 322.18 | 0.64 | 0.36 |
| Hex | 98 | 21 | 6C | 0 | 4E | 1D | 28 | 142 | 40 | 24 |
| Octal | 230 | 41 | 154 | 0 | 116 | 35 | 50 | 502 | 100 | 44 |
| Binary | 10011000 | 100001 | 1101100 | 0 | 1001110 | 11101 | 101000 | 101000010 | 1000000 | 100100 |
Color Harmonies of #98216C
Complementary color
Monochromatic Colors of #98216C
Black with #98216C
Text Example
Text Example
White with #98216C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98216C; }
p { color: rgb(152,33,108); }
H1.HeaderClassName
{
color: #98216C;
}
.AnyTagClassName
{
color: #98216C;
}
</style>
background-color css
<style>
a { background-color: #98216C; }
a { background-color: rgb(152,33,108); }
div.DivClassName
{
background-color: #98216C;
}
.BgClassName
{
background-color: #98216C;
}
</style>
border-color css
<style>
span { border-color: #98216C; }
span { border-color: rgb(152,33,108); }
td.TdClassName
{
border-color: #98216C;
}
.TagClassName
{
border-color: #98216C;
}
</style>