Shades of Dark Purple #9A197E
Tints of Dark Purple #9A197E
RGB
CMYK
RGB Variations
Color information
#9A197E (or 0x9A197E) is known color: Dark Purple. HEX triplet: 9A, 19 and 7E. RGB value is (154,25,126). Sum of RGB (Red+Green+Blue) = 154+25+126=305 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50.49% from 305); Green value is 25 (10.16% from 255 or 8.20% from 305); Blue value is 126 (49.61% from 255 or 41.31% from 305); Max value from RGB is 154 - color contains mainly: red. Hex color #9A197E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A197E is #65E681. Grayscale: #4A4A4A. Windows color (decimal): -6678146 or 8264090. OLE color: 8264090.
HSL color Cylindrical-coordinate representation of color #9A197E: hue angle of 313.02º 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 #9A197E is Cyan = 0, Magento = 0.84, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 25 | 126 | - |
| CMYK | 0 | 0.84 | 0.18 | 0.40 |
| HSL | 313.02º | 0.72% | 0.35% | - |
| HSV(B) | 313.02º | 0.84% | 0.6% | - |
| XYZ | 17.44 | 9.07 | 20.57 | - |
| YUV | 75.09 | 156.74 | 184.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 25 | 126 | 0 | 0.84 | 0.18 | 0.40 | 313.02 | 0.72 | 0.35 |
| Hex | 9A | 19 | 7E | 0 | 54 | 12 | 28 | 139 | 48 | 23 |
| Octal | 232 | 31 | 176 | 0 | 124 | 22 | 50 | 471 | 110 | 43 |
| Binary | 10011010 | 11001 | 1111110 | 0 | 1010100 | 10010 | 101000 | 100111001 | 1001000 | 100011 |
Color Harmonies of #9A197E
Complementary color
Monochromatic Colors of #9A197E
Black with #9A197E
Text Example
Text Example
White with #9A197E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A197E; }
p { color: rgb(154,25,126); }
H1.HeaderClassName
{
color: #9A197E;
}
.AnyTagClassName
{
color: #9A197E;
}
</style>
background-color css
<style>
a { background-color: #9A197E; }
a { background-color: rgb(154,25,126); }
div.DivClassName
{
background-color: #9A197E;
}
.BgClassName
{
background-color: #9A197E;
}
</style>
border-color css
<style>
span { border-color: #9A197E; }
span { border-color: rgb(154,25,126); }
td.TdClassName
{
border-color: #9A197E;
}
.TagClassName
{
border-color: #9A197E;
}
</style>