Shades of Dark Purple #99206F
Tints of Dark Purple #99206F
RGB
CMYK
RGB Variations
Color information
#99206F (or 0x99206F) is known color: Dark Purple. HEX triplet: 99, 20 and 6F. RGB value is (153,32,111). Sum of RGB (Red+Green+Blue) = 153+32+111=296 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.69% from 296); Green value is 32 (12.89% from 255 or 10.81% from 296); Blue value is 111 (43.75% from 255 or 37.5% from 296); Max value from RGB is 153 - color contains mainly: red. Hex color #99206F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99206F is #66DF90. Grayscale: #4C4C4C. Windows color (decimal): -6741905 or 7282841. OLE color: 7282841.
HSL color Cylindrical-coordinate representation of color #99206F: hue angle of 320.83º 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 #99206F is Cyan = 0, Magento = 0.79, Yellow = 0.27 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 32 | 111 | - |
| CMYK | 0 | 0.79 | 0.27 | 0.4 |
| HSL | 320.83º | 0.65% | 0.36% | - |
| HSV(B) | 320.83º | 0.79% | 0.6% | - |
| XYZ | 16.52 | 8.95 | 15.9 | - |
| YUV | 77.19 | 147.09 | 182.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 32 | 111 | 0 | 0.79 | 0.27 | 0.4 | 320.83 | 0.65 | 0.36 |
| Hex | 99 | 20 | 6F | 0 | 4F | 1B | 28 | 141 | 41 | 24 |
| Octal | 231 | 40 | 157 | 0 | 117 | 33 | 50 | 501 | 101 | 44 |
| Binary | 10011001 | 100000 | 1101111 | 0 | 1001111 | 11011 | 101000 | 101000001 | 1000001 | 100100 |
Color Harmonies of #99206F
Complementary color
Monochromatic Colors of #99206F
Black with #99206F
Text Example
Text Example
White with #99206F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99206F; }
p { color: rgb(153,32,111); }
H1.HeaderClassName
{
color: #99206F;
}
.AnyTagClassName
{
color: #99206F;
}
</style>
background-color css
<style>
a { background-color: #99206F; }
a { background-color: rgb(153,32,111); }
div.DivClassName
{
background-color: #99206F;
}
.BgClassName
{
background-color: #99206F;
}
</style>
border-color css
<style>
span { border-color: #99206F; }
span { border-color: rgb(153,32,111); }
td.TdClassName
{
border-color: #99206F;
}
.TagClassName
{
border-color: #99206F;
}
</style>