Shades of Dark Purple #9A2573
Tints of Dark Purple #9A2573
RGB
CMYK
RGB Variations
Color information
#9A2573 (or 0x9A2573) is known color: Dark Purple. HEX triplet: 9A, 25 and 73. RGB value is (154,37,115). Sum of RGB (Red+Green+Blue) = 154+37+115=306 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50.33% from 306); Green value is 37 (14.84% from 255 or 12.09% from 306); Blue value is 115 (45.31% from 255 or 37.58% from 306); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2573 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A2573 is #65DA8C. Grayscale: #505050. Windows color (decimal): -6675085 or 7546266. OLE color: 7546266.
HSL color Cylindrical-coordinate representation of color #9A2573: hue angle of 320º 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 #9A2573 is Cyan = 0, Magento = 0.76, Yellow = 0.25 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 37 | 115 | - |
| CMYK | 0 | 0.76 | 0.25 | 0.40 |
| HSL | 320º | 0.61% | 0.37% | - |
| HSV(B) | 320º | 0.76% | 0.6% | - |
| XYZ | 17.08 | 9.43 | 17.14 | - |
| YUV | 80.88 | 147.26 | 180.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 37 | 115 | 0 | 0.76 | 0.25 | 0.40 | 320 | 0.61 | 0.37 |
| Hex | 9A | 25 | 73 | 0 | 4C | 19 | 28 | 140 | 3D | 25 |
| Octal | 232 | 45 | 163 | 0 | 114 | 31 | 50 | 500 | 75 | 45 |
| Binary | 10011010 | 100101 | 1110011 | 0 | 1001100 | 11001 | 101000 | 101000000 | 111101 | 100101 |
Color Harmonies of #9A2573
Complementary color
Monochromatic Colors of #9A2573
Black with #9A2573
Text Example
Text Example
White with #9A2573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A2573; }
p { color: rgb(154,37,115); }
H1.HeaderClassName
{
color: #9A2573;
}
.AnyTagClassName
{
color: #9A2573;
}
</style>
background-color css
<style>
a { background-color: #9A2573; }
a { background-color: rgb(154,37,115); }
div.DivClassName
{
background-color: #9A2573;
}
.BgClassName
{
background-color: #9A2573;
}
</style>
border-color css
<style>
span { border-color: #9A2573; }
span { border-color: rgb(154,37,115); }
td.TdClassName
{
border-color: #9A2573;
}
.TagClassName
{
border-color: #9A2573;
}
</style>