Shades of Dark Purple #99208B
Tints of Dark Purple #99208B
RGB
CMYK
RGB Variations
Color information
#99208B (or 0x99208B) is known color: Dark Purple. HEX triplet: 99, 20 and 8B. RGB value is (153,32,139). Sum of RGB (Red+Green+Blue) = 153+32+139=324 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.22% from 324); Green value is 32 (12.89% from 255 or 9.88% from 324); Blue value is 139 (54.69% from 255 or 42.90% from 324); Max value from RGB is 153 - color contains mainly: red. Hex color #99208B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99208B is #66DF74. Grayscale: #505050. Windows color (decimal): -6741877 or 9117849. OLE color: 9117849.
HSL color Cylindrical-coordinate representation of color #99208B: hue angle of 306.94º 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 #99208B is Cyan = 0, Magento = 0.79, Yellow = 0.09 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 32 | 139 | - |
| CMYK | 0 | 0.79 | 0.09 | 0.4 |
| HSL | 306.94º | 0.65% | 0.36% | - |
| HSV(B) | 306.94º | 0.79% | 0.6% | - |
| XYZ | 18.31 | 9.67 | 25.33 | - |
| YUV | 80.38 | 161.09 | 179.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 32 | 139 | 0 | 0.79 | 0.09 | 0.4 | 306.94 | 0.65 | 0.36 |
| Hex | 99 | 20 | 8B | 0 | 4F | 9 | 28 | 133 | 41 | 24 |
| Octal | 231 | 40 | 213 | 0 | 117 | 11 | 50 | 463 | 101 | 44 |
| Binary | 10011001 | 100000 | 10001011 | 0 | 1001111 | 1001 | 101000 | 100110011 | 1000001 | 100100 |
Color Harmonies of #99208B
Complementary color
Monochromatic Colors of #99208B
Black with #99208B
Text Example
Text Example
White with #99208B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99208B; }
p { color: rgb(153,32,139); }
H1.HeaderClassName
{
color: #99208B;
}
.AnyTagClassName
{
color: #99208B;
}
</style>
background-color css
<style>
a { background-color: #99208B; }
a { background-color: rgb(153,32,139); }
div.DivClassName
{
background-color: #99208B;
}
.BgClassName
{
background-color: #99208B;
}
</style>
border-color css
<style>
span { border-color: #99208B; }
span { border-color: rgb(153,32,139); }
td.TdClassName
{
border-color: #99208B;
}
.TagClassName
{
border-color: #99208B;
}
</style>