Shades of Dark Purple #99217B
Tints of Dark Purple #99217B
RGB
CMYK
RGB Variations
Color information
#99217B (or 0x99217B) is known color: Dark Purple. HEX triplet: 99, 21 and 7B. RGB value is (153,33,123). Sum of RGB (Red+Green+Blue) = 153+33+123=309 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.51% from 309); Green value is 33 (13.28% from 255 or 10.68% from 309); Blue value is 123 (48.44% from 255 or 39.81% from 309); Max value from RGB is 153 - color contains mainly: red. Hex color #99217B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99217B is #66DE84. Grayscale: #4E4E4E. Windows color (decimal): -6741637 or 8069529. OLE color: 8069529.
HSL color Cylindrical-coordinate representation of color #99217B: hue angle of 315º 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 #99217B is Cyan = 0, Magento = 0.78, Yellow = 0.20 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 33 | 123 | - |
| CMYK | 0 | 0.78 | 0.20 | 0.4 |
| HSL | 315º | 0.65% | 0.36% | - |
| HSV(B) | 315º | 0.78% | 0.6% | - |
| XYZ | 17.26 | 9.29 | 19.62 | - |
| YUV | 79.14 | 152.76 | 180.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 33 | 123 | 0 | 0.78 | 0.20 | 0.4 | 315 | 0.65 | 0.36 |
| Hex | 99 | 21 | 7B | 0 | 4E | 14 | 28 | 13B | 41 | 24 |
| Octal | 231 | 41 | 173 | 0 | 116 | 24 | 50 | 473 | 101 | 44 |
| Binary | 10011001 | 100001 | 1111011 | 0 | 1001110 | 10100 | 101000 | 100111011 | 1000001 | 100100 |
Color Harmonies of #99217B
Complementary color
Monochromatic Colors of #99217B
Black with #99217B
Text Example
Text Example
White with #99217B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99217B; }
p { color: rgb(153,33,123); }
H1.HeaderClassName
{
color: #99217B;
}
.AnyTagClassName
{
color: #99217B;
}
</style>
background-color css
<style>
a { background-color: #99217B; }
a { background-color: rgb(153,33,123); }
div.DivClassName
{
background-color: #99217B;
}
.BgClassName
{
background-color: #99217B;
}
</style>
border-color css
<style>
span { border-color: #99217B; }
span { border-color: rgb(153,33,123); }
td.TdClassName
{
border-color: #99217B;
}
.TagClassName
{
border-color: #99217B;
}
</style>