Shades of Dark Purple #9A2571
Tints of Dark Purple #9A2571
RGB
CMYK
RGB Variations
Color information
#9A2571 (or 0x9A2571) is known color: Dark Purple. HEX triplet: 9A, 25 and 71. RGB value is (154,37,113). Sum of RGB (Red+Green+Blue) = 154+37+113=304 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50.66% from 304); Green value is 37 (14.84% from 255 or 12.17% from 304); Blue value is 113 (44.53% from 255 or 37.17% from 304); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2571 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A2571 is #65DA8E. Grayscale: #505050. Windows color (decimal): -6675087 or 7415194. OLE color: 7415194.
HSL color Cylindrical-coordinate representation of color #9A2571: hue angle of 321.03º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9A2571 is Cyan = 0, Magento = 0.76, Yellow = 0.27 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 37 | 113 | - |
| CMYK | 0 | 0.76 | 0.27 | 0.40 |
| HSL | 321.03º | 0.61% | 0.37% | - |
| HSV(B) | 321.03º | 0.76% | 0.6% | - |
| XYZ | 16.97 | 9.39 | 16.54 | - |
| YUV | 80.65 | 146.26 | 180.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 37 | 113 | 0 | 0.76 | 0.27 | 0.40 | 321.03 | 0.61 | 0.37 |
| Hex | 9A | 25 | 71 | 0 | 4C | 1B | 28 | 141 | 3D | 25 |
| Octal | 232 | 45 | 161 | 0 | 114 | 33 | 50 | 501 | 75 | 45 |
| Binary | 10011010 | 100101 | 1110001 | 0 | 1001100 | 11011 | 101000 | 101000001 | 111101 | 100101 |
Color Harmonies of #9A2571
Complementary color
Monochromatic Colors of #9A2571
Black with #9A2571
Text Example
Text Example
White with #9A2571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A2571; }
p { color: rgb(154,37,113); }
H1.HeaderClassName
{
color: #9A2571;
}
.AnyTagClassName
{
color: #9A2571;
}
</style>
background-color css
<style>
a { background-color: #9A2571; }
a { background-color: rgb(154,37,113); }
div.DivClassName
{
background-color: #9A2571;
}
.BgClassName
{
background-color: #9A2571;
}
</style>
border-color css
<style>
span { border-color: #9A2571; }
span { border-color: rgb(154,37,113); }
td.TdClassName
{
border-color: #9A2571;
}
.TagClassName
{
border-color: #9A2571;
}
</style>