Shades of Dark Purple #99197A
Tints of Dark Purple #99197A
RGB
CMYK
RGB Variations
Color information
#99197A (or 0x99197A) is known color: Dark Purple. HEX triplet: 99, 19 and 7A. RGB value is (153,25,122). Sum of RGB (Red+Green+Blue) = 153+25+122=300 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51% from 300); Green value is 25 (10.16% from 255 or 8.33% from 300); Blue value is 122 (48.05% from 255 or 40.67% from 300); Max value from RGB is 153 - color contains mainly: red. Hex color #99197A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99197A is #66E685. Grayscale: #4A4A4A. Windows color (decimal): -6743686 or 8001945. OLE color: 8001945.
HSL color Cylindrical-coordinate representation of color #99197A: hue angle of 314.53º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #99197A is Cyan = 0, Magento = 0.84, Yellow = 0.20 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 25 | 122 | - |
| CMYK | 0 | 0.84 | 0.20 | 0.4 |
| HSL | 314.53º | 0.72% | 0.35% | - |
| HSV(B) | 314.53º | 0.84% | 0.6% | - |
| XYZ | 17 | 8.87 | 19.23 | - |
| YUV | 74.33 | 154.91 | 184.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 25 | 122 | 0 | 0.84 | 0.20 | 0.4 | 314.53 | 0.72 | 0.35 |
| Hex | 99 | 19 | 7A | 0 | 54 | 14 | 28 | 13B | 48 | 23 |
| Octal | 231 | 31 | 172 | 0 | 124 | 24 | 50 | 473 | 110 | 43 |
| Binary | 10011001 | 11001 | 1111010 | 0 | 1010100 | 10100 | 101000 | 100111011 | 1001000 | 100011 |
Color Harmonies of #99197A
Complementary color
Monochromatic Colors of #99197A
Black with #99197A
Text Example
Text Example
White with #99197A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99197A; }
p { color: rgb(153,25,122); }
H1.HeaderClassName
{
color: #99197A;
}
.AnyTagClassName
{
color: #99197A;
}
</style>
background-color css
<style>
a { background-color: #99197A; }
a { background-color: rgb(153,25,122); }
div.DivClassName
{
background-color: #99197A;
}
.BgClassName
{
background-color: #99197A;
}
</style>
border-color css
<style>
span { border-color: #99197A; }
span { border-color: rgb(153,25,122); }
td.TdClassName
{
border-color: #99197A;
}
.TagClassName
{
border-color: #99197A;
}
</style>