Shades of Dark Purple #99197E
Tints of Dark Purple #99197E
RGB
CMYK
RGB Variations
Color information
#99197E (or 0x99197E) is known color: Dark Purple. HEX triplet: 99, 19 and 7E. RGB value is (153,25,126). Sum of RGB (Red+Green+Blue) = 153+25+126=304 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.33% from 304); Green value is 25 (10.16% from 255 or 8.22% from 304); Blue value is 126 (49.61% from 255 or 41.45% from 304); Max value from RGB is 153 - color contains mainly: red. Hex color #99197E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99197E is #66E681. Grayscale: #4A4A4A. Windows color (decimal): -6743682 or 8264089. OLE color: 8264089.
HSL color Cylindrical-coordinate representation of color #99197E: hue angle of 312.66º 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 #99197E is Cyan = 0, Magento = 0.84, Yellow = 0.18 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 25 | 126 | - |
| CMYK | 0 | 0.84 | 0.18 | 0.4 |
| HSL | 312.66º | 0.72% | 0.35% | - |
| HSV(B) | 312.66º | 0.84% | 0.6% | - |
| XYZ | 17.25 | 8.97 | 20.56 | - |
| YUV | 74.79 | 156.91 | 183.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 25 | 126 | 0 | 0.84 | 0.18 | 0.4 | 312.66 | 0.72 | 0.35 |
| Hex | 99 | 19 | 7E | 0 | 54 | 12 | 28 | 139 | 48 | 23 |
| Octal | 231 | 31 | 176 | 0 | 124 | 22 | 50 | 471 | 110 | 43 |
| Binary | 10011001 | 11001 | 1111110 | 0 | 1010100 | 10010 | 101000 | 100111001 | 1001000 | 100011 |
Color Harmonies of #99197E
Complementary color
Monochromatic Colors of #99197E
Black with #99197E
Text Example
Text Example
White with #99197E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99197E; }
p { color: rgb(153,25,126); }
H1.HeaderClassName
{
color: #99197E;
}
.AnyTagClassName
{
color: #99197E;
}
</style>
background-color css
<style>
a { background-color: #99197E; }
a { background-color: rgb(153,25,126); }
div.DivClassName
{
background-color: #99197E;
}
.BgClassName
{
background-color: #99197E;
}
</style>
border-color css
<style>
span { border-color: #99197E; }
span { border-color: rgb(153,25,126); }
td.TdClassName
{
border-color: #99197E;
}
.TagClassName
{
border-color: #99197E;
}
</style>