Shades of Dark Purple #98208C
Tints of Dark Purple #98208C
RGB
CMYK
RGB Variations
Color information
#98208C (or 0x98208C) is known color: Dark Purple. HEX triplet: 98, 20 and 8C. RGB value is (152,32,140). Sum of RGB (Red+Green+Blue) = 152+32+140=324 (42% of max value = 765). Red value is 152 (59.77% from 255 or 46.91% from 324); Green value is 32 (12.89% from 255 or 9.88% from 324); Blue value is 140 (55.08% from 255 or 43.21% from 324); Max value from RGB is 152 - color contains mainly: red. Hex color #98208C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98208C is #67DF73. Grayscale: #4F4F4F. Windows color (decimal): -6807412 or 9183384. OLE color: 9183384.
HSL color Cylindrical-coordinate representation of color #98208C: hue angle of 306º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #98208C is Cyan = 0, Magento = 0.79, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 32 | 140 | - |
| CMYK | 0 | 0.79 | 0.08 | 0.40 |
| HSL | 306º | 0.65% | 0.36% | - |
| HSV(B) | 306º | 0.79% | 0.6% | - |
| XYZ | 18.2 | 9.6 | 25.71 | - |
| YUV | 80.19 | 161.76 | 179.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 32 | 140 | 0 | 0.79 | 0.08 | 0.40 | 306 | 0.65 | 0.36 |
| Hex | 98 | 20 | 8C | 0 | 4F | 8 | 28 | 132 | 41 | 24 |
| Octal | 230 | 40 | 214 | 0 | 117 | 10 | 50 | 462 | 101 | 44 |
| Binary | 10011000 | 100000 | 10001100 | 0 | 1001111 | 1000 | 101000 | 100110010 | 1000001 | 100100 |
Color Harmonies of #98208C
Complementary color
Monochromatic Colors of #98208C
Black with #98208C
Text Example
Text Example
White with #98208C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98208C; }
p { color: rgb(152,32,140); }
H1.HeaderClassName
{
color: #98208C;
}
.AnyTagClassName
{
color: #98208C;
}
</style>
background-color css
<style>
a { background-color: #98208C; }
a { background-color: rgb(152,32,140); }
div.DivClassName
{
background-color: #98208C;
}
.BgClassName
{
background-color: #98208C;
}
</style>
border-color css
<style>
span { border-color: #98208C; }
span { border-color: rgb(152,32,140); }
td.TdClassName
{
border-color: #98208C;
}
.TagClassName
{
border-color: #98208C;
}
</style>