Shades of Dark Purple #99217C
Tints of Dark Purple #99217C
RGB
CMYK
RGB Variations
Color information
#99217C (or 0x99217C) is known color: Dark Purple. HEX triplet: 99, 21 and 7C. RGB value is (153,33,124). Sum of RGB (Red+Green+Blue) = 153+33+124=310 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.35% from 310); Green value is 33 (13.28% from 255 or 10.65% from 310); Blue value is 124 (48.83% from 255 or 40% from 310); Max value from RGB is 153 - color contains mainly: red. Hex color #99217C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99217C is #66DE83. Grayscale: #4F4F4F. Windows color (decimal): -6741636 or 8135065. OLE color: 8135065.
HSL color Cylindrical-coordinate representation of color #99217C: hue angle of 314.5º degrees, saturation: 0.65, 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 #99217C is Cyan = 0, Magento = 0.78, Yellow = 0.19 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 33 | 124 | - |
| CMYK | 0 | 0.78 | 0.19 | 0.4 |
| HSL | 314.5º | 0.65% | 0.36% | - |
| HSV(B) | 314.5º | 0.78% | 0.6% | - |
| XYZ | 17.32 | 9.32 | 19.95 | - |
| YUV | 79.25 | 153.26 | 180.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 33 | 124 | 0 | 0.78 | 0.19 | 0.4 | 314.5 | 0.65 | 0.36 |
| Hex | 99 | 21 | 7C | 0 | 4E | 13 | 28 | 13A | 41 | 24 |
| Octal | 231 | 41 | 174 | 0 | 116 | 23 | 50 | 472 | 101 | 44 |
| Binary | 10011001 | 100001 | 1111100 | 0 | 1001110 | 10011 | 101000 | 100111010 | 1000001 | 100100 |
Color Harmonies of #99217C
Complementary color
Monochromatic Colors of #99217C
Black with #99217C
Text Example
Text Example
White with #99217C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99217C; }
p { color: rgb(153,33,124); }
H1.HeaderClassName
{
color: #99217C;
}
.AnyTagClassName
{
color: #99217C;
}
</style>
background-color css
<style>
a { background-color: #99217C; }
a { background-color: rgb(153,33,124); }
div.DivClassName
{
background-color: #99217C;
}
.BgClassName
{
background-color: #99217C;
}
</style>
border-color css
<style>
span { border-color: #99217C; }
span { border-color: rgb(153,33,124); }
td.TdClassName
{
border-color: #99217C;
}
.TagClassName
{
border-color: #99217C;
}
</style>