Shades of Dark Purple #9A2E81
Tints of Dark Purple #9A2E81
RGB
CMYK
RGB Variations
Color information
#9A2E81 (or 0x9A2E81) is known color: Dark Purple. HEX triplet: 9A, 2E and 81. RGB value is (154,46,129). Sum of RGB (Red+Green+Blue) = 154+46+129=329 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.81% from 329); Green value is 46 (18.36% from 255 or 13.98% from 329); Blue value is 129 (50.78% from 255 or 39.21% from 329); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2E81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A2E81 is #65D17E. Grayscale: #575757. Windows color (decimal): -6672767 or 8466074. OLE color: 8466074.
HSL color Cylindrical-coordinate representation of color #9A2E81: hue angle of 313.89º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9A2E81 is Cyan = 0, Magento = 0.70, Yellow = 0.16 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 46 | 129 | - |
| CMYK | 0 | 0.70 | 0.16 | 0.40 |
| HSL | 313.89º | 0.54% | 0.39% | - |
| HSV(B) | 313.89º | 0.7% | 0.6% | - |
| XYZ | 18.27 | 10.41 | 21.82 | - |
| YUV | 87.75 | 151.28 | 175.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 46 | 129 | 0 | 0.70 | 0.16 | 0.40 | 313.89 | 0.54 | 0.39 |
| Hex | 9A | 2E | 81 | 0 | 46 | 10 | 28 | 13A | 36 | 27 |
| Octal | 232 | 56 | 201 | 0 | 106 | 20 | 50 | 472 | 66 | 47 |
| Binary | 10011010 | 101110 | 10000001 | 0 | 1000110 | 10000 | 101000 | 100111010 | 110110 | 100111 |
Color Harmonies of #9A2E81
Complementary color
Monochromatic Colors of #9A2E81
Black with #9A2E81
Text Example
Text Example
White with #9A2E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A2E81; }
p { color: rgb(154,46,129); }
H1.HeaderClassName
{
color: #9A2E81;
}
.AnyTagClassName
{
color: #9A2E81;
}
</style>
background-color css
<style>
a { background-color: #9A2E81; }
a { background-color: rgb(154,46,129); }
div.DivClassName
{
background-color: #9A2E81;
}
.BgClassName
{
background-color: #9A2E81;
}
</style>
border-color css
<style>
span { border-color: #9A2E81; }
span { border-color: rgb(154,46,129); }
td.TdClassName
{
border-color: #9A2E81;
}
.TagClassName
{
border-color: #9A2E81;
}
</style>