Shades of Dark Purple #9A2372
Tints of Dark Purple #9A2372
RGB
CMYK
RGB Variations
Color information
#9A2372 (or 0x9A2372) is known color: Dark Purple. HEX triplet: 9A, 23 and 72. RGB value is (154,35,114). Sum of RGB (Red+Green+Blue) = 154+35+114=303 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50.83% from 303); Green value is 35 (14.06% from 255 or 11.55% from 303); Blue value is 114 (44.92% from 255 or 37.62% from 303); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2372 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A2372 is #65DC8D. Grayscale: #4F4F4F. Windows color (decimal): -6675598 or 7480218. OLE color: 7480218.
HSL color Cylindrical-coordinate representation of color #9A2372: hue angle of 320.17º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9A2372 is Cyan = 0, Magento = 0.77, Yellow = 0.26 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 35 | 114 | - |
| CMYK | 0 | 0.77 | 0.26 | 0.40 |
| HSL | 320.17º | 0.63% | 0.37% | - |
| HSV(B) | 320.17º | 0.77% | 0.6% | - |
| XYZ | 16.96 | 9.29 | 16.82 | - |
| YUV | 79.59 | 147.42 | 181.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 35 | 114 | 0 | 0.77 | 0.26 | 0.40 | 320.17 | 0.63 | 0.37 |
| Hex | 9A | 23 | 72 | 0 | 4D | 1A | 28 | 140 | 3F | 25 |
| Octal | 232 | 43 | 162 | 0 | 115 | 32 | 50 | 500 | 77 | 45 |
| Binary | 10011010 | 100011 | 1110010 | 0 | 1001101 | 11010 | 101000 | 101000000 | 111111 | 100101 |
Color Harmonies of #9A2372
Complementary color
Monochromatic Colors of #9A2372
Black with #9A2372
Text Example
Text Example
White with #9A2372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A2372; }
p { color: rgb(154,35,114); }
H1.HeaderClassName
{
color: #9A2372;
}
.AnyTagClassName
{
color: #9A2372;
}
</style>
background-color css
<style>
a { background-color: #9A2372; }
a { background-color: rgb(154,35,114); }
div.DivClassName
{
background-color: #9A2372;
}
.BgClassName
{
background-color: #9A2372;
}
</style>
border-color css
<style>
span { border-color: #9A2372; }
span { border-color: rgb(154,35,114); }
td.TdClassName
{
border-color: #9A2372;
}
.TagClassName
{
border-color: #9A2372;
}
</style>