Shades of Dark Purple #9E227A
Tints of Dark Purple #9E227A
RGB
CMYK
RGB Variations
Color information
#9E227A (or 0x9E227A) is known color: Dark Purple. HEX triplet: 9E, 22 and 7A. RGB value is (158,34,122). Sum of RGB (Red+Green+Blue) = 158+34+122=314 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.32% from 314); Green value is 34 (13.67% from 255 or 10.83% from 314); Blue value is 122 (48.05% from 255 or 38.85% from 314); Max value from RGB is 158 - color contains mainly: red. Hex color #9E227A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E227A is #61DD85. Grayscale: #505050. Windows color (decimal): -6413702 or 8004254. OLE color: 8004254.
HSL color Cylindrical-coordinate representation of color #9E227A: hue angle of 317.42º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9E227A is Cyan = 0, Magento = 0.78, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 34 | 122 | - |
| CMYK | 0 | 0.78 | 0.23 | 0.38 |
| HSL | 317.42º | 0.65% | 0.38% | - |
| HSV(B) | 317.42º | 0.78% | 0.62% | - |
| XYZ | 18.19 | 9.82 | 19.35 | - |
| YUV | 81.11 | 151.08 | 182.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 34 | 122 | 0 | 0.78 | 0.23 | 0.38 | 317.42 | 0.65 | 0.38 |
| Hex | 9E | 22 | 7A | 0 | 4E | 17 | 26 | 13D | 41 | 26 |
| Octal | 236 | 42 | 172 | 0 | 116 | 27 | 46 | 475 | 101 | 46 |
| Binary | 10011110 | 100010 | 1111010 | 0 | 1001110 | 10111 | 100110 | 100111101 | 1000001 | 100110 |
Color Harmonies of #9E227A
Complementary color
Monochromatic Colors of #9E227A
Black with #9E227A
Text Example
Text Example
White with #9E227A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E227A; }
p { color: rgb(158,34,122); }
H1.HeaderClassName
{
color: #9E227A;
}
.AnyTagClassName
{
color: #9E227A;
}
</style>
background-color css
<style>
a { background-color: #9E227A; }
a { background-color: rgb(158,34,122); }
div.DivClassName
{
background-color: #9E227A;
}
.BgClassName
{
background-color: #9E227A;
}
</style>
border-color css
<style>
span { border-color: #9E227A; }
span { border-color: rgb(158,34,122); }
td.TdClassName
{
border-color: #9E227A;
}
.TagClassName
{
border-color: #9E227A;
}
</style>