Shades of Medium Red Violet #9E407C
Tints of Medium Red Violet #9E407C
RGB
CMYK
RGB Variations
Color information
#9E407C (or 0x9E407C) is known color: Medium Red Violet. HEX triplet: 9E, 40 and 7C. RGB value is (158,64,124). Sum of RGB (Red+Green+Blue) = 158+64+124=346 (45% of max value = 765). Red value is 158 (62.11% from 255 or 45.66% from 346); Green value is 64 (25.39% from 255 or 18.50% from 346); Blue value is 124 (48.83% from 255 or 35.84% from 346); Max value from RGB is 158 - color contains mainly: red. Hex color #9E407C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E407C is #61BF83. Grayscale: #626262. Windows color (decimal): -6406020 or 8143006. OLE color: 8143006.
HSL color Cylindrical-coordinate representation of color #9E407C: hue angle of 321.7º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9E407C is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 64 | 124 | - |
| CMYK | 0 | 0.59 | 0.22 | 0.38 |
| HSL | 321.7º | 0.42% | 0.44% | - |
| HSV(B) | 321.7º | 0.59% | 0.62% | - |
| XYZ | 19.57 | 12.39 | 20.43 | - |
| YUV | 98.95 | 142.14 | 170.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 64 | 124 | 0 | 0.59 | 0.22 | 0.38 | 321.7 | 0.42 | 0.44 |
| Hex | 9E | 40 | 7C | 0 | 3B | 16 | 26 | 142 | 2A | 2C |
| Octal | 236 | 100 | 174 | 0 | 73 | 26 | 46 | 502 | 52 | 54 |
| Binary | 10011110 | 1000000 | 1111100 | 0 | 111011 | 10110 | 100110 | 101000010 | 101010 | 101100 |
Color Harmonies of #9E407C
Complementary color
Monochromatic Colors of #9E407C
Black with #9E407C
Text Example
Text Example
White with #9E407C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E407C; }
p { color: rgb(158,64,124); }
H1.HeaderClassName
{
color: #9E407C;
}
.AnyTagClassName
{
color: #9E407C;
}
</style>
background-color css
<style>
a { background-color: #9E407C; }
a { background-color: rgb(158,64,124); }
div.DivClassName
{
background-color: #9E407C;
}
.BgClassName
{
background-color: #9E407C;
}
</style>
border-color css
<style>
span { border-color: #9E407C; }
span { border-color: rgb(158,64,124); }
td.TdClassName
{
border-color: #9E407C;
}
.TagClassName
{
border-color: #9E407C;
}
</style>