Shades of Dark Magenta #9E0194
Tints of Dark Magenta #9E0194
RGB
CMYK
RGB Variations
Color information
#9E0194 (or 0x9E0194) is known color: Dark Magenta. HEX triplet: 9E, 01 and 94. RGB value is (158,1,148). Sum of RGB (Red+Green+Blue) = 158+1+148=307 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.47% from 307); Green value is 1 (0.78% from 255 or 0.33% from 307); Blue value is 148 (58.20% from 255 or 48.21% from 307); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0194 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E0194 is #61FE6B. Grayscale: #404040. Windows color (decimal): -6422124 or 9699742. OLE color: 9699742.
HSL color Cylindrical-coordinate representation of color #9E0194: hue angle of 303.82º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9E0194 is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 1 | 148 | - |
| CMYK | 0 | 0.99 | 0.06 | 0.38 |
| HSL | 303.82º | 0.99% | 0.31% | - |
| HSV(B) | 303.82º | 0.99% | 0.62% | - |
| XYZ | 19.46 | 9.43 | 28.81 | - |
| YUV | 64.7 | 175.01 | 194.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 1 | 148 | 0 | 0.99 | 0.06 | 0.38 | 303.82 | 0.99 | 0.31 |
| Hex | 9E | 1 | 94 | 0 | 63 | 6 | 26 | 130 | 63 | 1F |
| Octal | 236 | 1 | 224 | 0 | 143 | 6 | 46 | 460 | 143 | 37 |
| Binary | 10011110 | 1 | 10010100 | 0 | 1100011 | 110 | 100110 | 100110000 | 1100011 | 11111 |
Color Harmonies of #9E0194
Complementary color
Monochromatic Colors of #9E0194
Black with #9E0194
Text Example
Text Example
White with #9E0194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0194; }
p { color: rgb(158,1,148); }
H1.HeaderClassName
{
color: #9E0194;
}
.AnyTagClassName
{
color: #9E0194;
}
</style>
background-color css
<style>
a { background-color: #9E0194; }
a { background-color: rgb(158,1,148); }
div.DivClassName
{
background-color: #9E0194;
}
.BgClassName
{
background-color: #9E0194;
}
</style>
border-color css
<style>
span { border-color: #9E0194; }
span { border-color: rgb(158,1,148); }
td.TdClassName
{
border-color: #9E0194;
}
.TagClassName
{
border-color: #9E0194;
}
</style>