Shades of Dark Purple #99217A
Tints of Dark Purple #99217A
RGB
CMYK
RGB Variations
Color information
#99217A (or 0x99217A) is known color: Dark Purple. HEX triplet: 99, 21 and 7A. RGB value is (153,33,122). Sum of RGB (Red+Green+Blue) = 153+33+122=308 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.68% from 308); Green value is 33 (13.28% from 255 or 10.71% from 308); Blue value is 122 (48.05% from 255 or 39.61% from 308); Max value from RGB is 153 - color contains mainly: red. Hex color #99217A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99217A is #66DE85. Grayscale: #4E4E4E. Windows color (decimal): -6741638 or 8003993. OLE color: 8003993.
HSL color Cylindrical-coordinate representation of color #99217A: hue angle of 315.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 #99217A is Cyan = 0, Magento = 0.78, Yellow = 0.20 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 33 | 122 | - |
| CMYK | 0 | 0.78 | 0.20 | 0.4 |
| HSL | 315.5º | 0.65% | 0.36% | - |
| HSV(B) | 315.5º | 0.78% | 0.6% | - |
| XYZ | 17.19 | 9.27 | 19.29 | - |
| YUV | 79.03 | 152.26 | 180.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 33 | 122 | 0 | 0.78 | 0.20 | 0.4 | 315.5 | 0.65 | 0.36 |
| Hex | 99 | 21 | 7A | 0 | 4E | 14 | 28 | 13C | 41 | 24 |
| Octal | 231 | 41 | 172 | 0 | 116 | 24 | 50 | 474 | 101 | 44 |
| Binary | 10011001 | 100001 | 1111010 | 0 | 1001110 | 10100 | 101000 | 100111100 | 1000001 | 100100 |
Color Harmonies of #99217A
Complementary color
Monochromatic Colors of #99217A
Black with #99217A
Text Example
Text Example
White with #99217A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99217A; }
p { color: rgb(153,33,122); }
H1.HeaderClassName
{
color: #99217A;
}
.AnyTagClassName
{
color: #99217A;
}
</style>
background-color css
<style>
a { background-color: #99217A; }
a { background-color: rgb(153,33,122); }
div.DivClassName
{
background-color: #99217A;
}
.BgClassName
{
background-color: #99217A;
}
</style>
border-color css
<style>
span { border-color: #99217A; }
span { border-color: rgb(153,33,122); }
td.TdClassName
{
border-color: #99217A;
}
.TagClassName
{
border-color: #99217A;
}
</style>