Shades of Dark Purple #9E277A
Tints of Dark Purple #9E277A
RGB
CMYK
RGB Variations
Color information
#9E277A (or 0x9E277A) is known color: Dark Purple. HEX triplet: 9E, 27 and 7A. RGB value is (158,39,122). Sum of RGB (Red+Green+Blue) = 158+39+122=319 (42% of max value = 765). Red value is 158 (62.11% from 255 or 49.53% from 319); Green value is 39 (15.62% from 255 or 12.23% from 319); Blue value is 122 (48.05% from 255 or 38.24% from 319); Max value from RGB is 158 - color contains mainly: red. Hex color #9E277A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E277A is #61D885. Grayscale: #535353. Windows color (decimal): -6412422 or 8005534. OLE color: 8005534.
HSL color Cylindrical-coordinate representation of color #9E277A: hue angle of 318.15º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9E277A is Cyan = 0, Magento = 0.75, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 39 | 122 | - |
| CMYK | 0 | 0.75 | 0.23 | 0.38 |
| HSL | 318.15º | 0.6% | 0.39% | - |
| HSV(B) | 318.15º | 0.75% | 0.62% | - |
| XYZ | 18.34 | 10.13 | 19.4 | - |
| YUV | 84.04 | 149.42 | 180.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 39 | 122 | 0 | 0.75 | 0.23 | 0.38 | 318.15 | 0.6 | 0.39 |
| Hex | 9E | 27 | 7A | 0 | 4B | 17 | 26 | 13E | 3C | 27 |
| Octal | 236 | 47 | 172 | 0 | 113 | 27 | 46 | 476 | 74 | 47 |
| Binary | 10011110 | 100111 | 1111010 | 0 | 1001011 | 10111 | 100110 | 100111110 | 111100 | 100111 |
Color Harmonies of #9E277A
Complementary color
Monochromatic Colors of #9E277A
Black with #9E277A
Text Example
Text Example
White with #9E277A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E277A; }
p { color: rgb(158,39,122); }
H1.HeaderClassName
{
color: #9E277A;
}
.AnyTagClassName
{
color: #9E277A;
}
</style>
background-color css
<style>
a { background-color: #9E277A; }
a { background-color: rgb(158,39,122); }
div.DivClassName
{
background-color: #9E277A;
}
.BgClassName
{
background-color: #9E277A;
}
</style>
border-color css
<style>
span { border-color: #9E277A; }
span { border-color: rgb(158,39,122); }
td.TdClassName
{
border-color: #9E277A;
}
.TagClassName
{
border-color: #9E277A;
}
</style>