Shades of Dark Purple #9A197D
Tints of Dark Purple #9A197D
RGB
CMYK
RGB Variations
Color information
#9A197D (or 0x9A197D) is known color: Dark Purple. HEX triplet: 9A, 19 and 7D. RGB value is (154,25,125). Sum of RGB (Red+Green+Blue) = 154+25+125=304 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50.66% from 304); Green value is 25 (10.16% from 255 or 8.22% from 304); Blue value is 125 (49.22% from 255 or 41.12% from 304); Max value from RGB is 154 - color contains mainly: red. Hex color #9A197D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A197D is #65E682. Grayscale: #4A4A4A. Windows color (decimal): -6678147 or 8198554. OLE color: 8198554.
HSL color Cylindrical-coordinate representation of color #9A197D: hue angle of 313.49º 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 #9A197D is Cyan = 0, Magento = 0.84, Yellow = 0.19 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 25 | 125 | - |
| CMYK | 0 | 0.84 | 0.19 | 0.40 |
| HSL | 313.49º | 0.72% | 0.35% | - |
| HSV(B) | 313.49º | 0.84% | 0.6% | - |
| XYZ | 17.38 | 9.05 | 20.23 | - |
| YUV | 74.97 | 156.24 | 184.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 25 | 125 | 0 | 0.84 | 0.19 | 0.40 | 313.49 | 0.72 | 0.35 |
| Hex | 9A | 19 | 7D | 0 | 54 | 13 | 28 | 139 | 48 | 23 |
| Octal | 232 | 31 | 175 | 0 | 124 | 23 | 50 | 471 | 110 | 43 |
| Binary | 10011010 | 11001 | 1111101 | 0 | 1010100 | 10011 | 101000 | 100111001 | 1001000 | 100011 |
Color Harmonies of #9A197D
Complementary color
Monochromatic Colors of #9A197D
Black with #9A197D
Text Example
Text Example
White with #9A197D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A197D; }
p { color: rgb(154,25,125); }
H1.HeaderClassName
{
color: #9A197D;
}
.AnyTagClassName
{
color: #9A197D;
}
</style>
background-color css
<style>
a { background-color: #9A197D; }
a { background-color: rgb(154,25,125); }
div.DivClassName
{
background-color: #9A197D;
}
.BgClassName
{
background-color: #9A197D;
}
</style>
border-color css
<style>
span { border-color: #9A197D; }
span { border-color: rgb(154,25,125); }
td.TdClassName
{
border-color: #9A197D;
}
.TagClassName
{
border-color: #9A197D;
}
</style>