Shades of Dark Purple #9A2272
Tints of Dark Purple #9A2272
RGB
CMYK
RGB Variations
Color information
#9A2272 (or 0x9A2272) is known color: Dark Purple. HEX triplet: 9A, 22 and 72. RGB value is (154,34,114). Sum of RGB (Red+Green+Blue) = 154+34+114=302 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50.99% from 302); Green value is 34 (13.67% from 255 or 11.26% from 302); Blue value is 114 (44.92% from 255 or 37.75% from 302); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2272 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A2272 is #65DD8D. Grayscale: #4E4E4E. Windows color (decimal): -6675854 or 7479962. OLE color: 7479962.
HSL color Cylindrical-coordinate representation of color #9A2272: hue angle of 320º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9A2272 is Cyan = 0, Magento = 0.78, Yellow = 0.26 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 34 | 114 | - |
| CMYK | 0 | 0.78 | 0.26 | 0.40 |
| HSL | 320º | 0.64% | 0.37% | - |
| HSV(B) | 320º | 0.78% | 0.6% | - |
| XYZ | 16.94 | 9.23 | 16.81 | - |
| YUV | 79 | 147.76 | 181.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 34 | 114 | 0 | 0.78 | 0.26 | 0.40 | 320 | 0.64 | 0.37 |
| Hex | 9A | 22 | 72 | 0 | 4E | 1A | 28 | 140 | 40 | 25 |
| Octal | 232 | 42 | 162 | 0 | 116 | 32 | 50 | 500 | 100 | 45 |
| Binary | 10011010 | 100010 | 1110010 | 0 | 1001110 | 11010 | 101000 | 101000000 | 1000000 | 100101 |
Color Harmonies of #9A2272
Complementary color
Monochromatic Colors of #9A2272
Black with #9A2272
Text Example
Text Example
White with #9A2272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A2272; }
p { color: rgb(154,34,114); }
H1.HeaderClassName
{
color: #9A2272;
}
.AnyTagClassName
{
color: #9A2272;
}
</style>
background-color css
<style>
a { background-color: #9A2272; }
a { background-color: rgb(154,34,114); }
div.DivClassName
{
background-color: #9A2272;
}
.BgClassName
{
background-color: #9A2272;
}
</style>
border-color css
<style>
span { border-color: #9A2272; }
span { border-color: rgb(154,34,114); }
td.TdClassName
{
border-color: #9A2272;
}
.TagClassName
{
border-color: #9A2272;
}
</style>