Shades of Dark Magenta #9E168F
Tints of Dark Magenta #9E168F
RGB
CMYK
RGB Variations
Color information
#9E168F (or 0x9E168F) is known color: Dark Magenta. HEX triplet: 9E, 16 and 8F. RGB value is (158,22,143). Sum of RGB (Red+Green+Blue) = 158+22+143=323 (42% of max value = 765). Red value is 158 (62.11% from 255 or 48.92% from 323); Green value is 22 (8.98% from 255 or 6.81% from 323); Blue value is 143 (56.25% from 255 or 44.27% from 323); Max value from RGB is 158 - color contains mainly: red. Hex color #9E168F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E168F is #61E970. Grayscale: #4C4C4C. Windows color (decimal): -6416753 or 9377438. OLE color: 9377438.
HSL color Cylindrical-coordinate representation of color #9E168F: hue angle of 306.62º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9E168F is Cyan = 0, Magento = 0.86, Yellow = 0.09 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 22 | 143 | - |
| CMYK | 0 | 0.86 | 0.09 | 0.38 |
| HSL | 306.62º | 0.76% | 0.35% | - |
| HSV(B) | 306.62º | 0.86% | 0.62% | - |
| XYZ | 19.35 | 9.83 | 26.86 | - |
| YUV | 76.46 | 165.56 | 186.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 22 | 143 | 0 | 0.86 | 0.09 | 0.38 | 306.62 | 0.76 | 0.35 |
| Hex | 9E | 16 | 8F | 0 | 56 | 9 | 26 | 133 | 4C | 23 |
| Octal | 236 | 26 | 217 | 0 | 126 | 11 | 46 | 463 | 114 | 43 |
| Binary | 10011110 | 10110 | 10001111 | 0 | 1010110 | 1001 | 100110 | 100110011 | 1001100 | 100011 |
Color Harmonies of #9E168F
Complementary color
Monochromatic Colors of #9E168F
Black with #9E168F
Text Example
Text Example
White with #9E168F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E168F; }
p { color: rgb(158,22,143); }
H1.HeaderClassName
{
color: #9E168F;
}
.AnyTagClassName
{
color: #9E168F;
}
</style>
background-color css
<style>
a { background-color: #9E168F; }
a { background-color: rgb(158,22,143); }
div.DivClassName
{
background-color: #9E168F;
}
.BgClassName
{
background-color: #9E168F;
}
</style>
border-color css
<style>
span { border-color: #9E168F; }
span { border-color: rgb(158,22,143); }
td.TdClassName
{
border-color: #9E168F;
}
.TagClassName
{
border-color: #9E168F;
}
</style>