Shades of Medium Red Violet #9E3F7A
Tints of Medium Red Violet #9E3F7A
RGB
CMYK
RGB Variations
Color information
#9E3F7A (or 0x9E3F7A) is known color: Medium Red Violet. HEX triplet: 9E, 3F and 7A. RGB value is (158,63,122). Sum of RGB (Red+Green+Blue) = 158+63+122=343 (45% of max value = 765). Red value is 158 (62.11% from 255 or 46.06% from 343); Green value is 63 (25% from 255 or 18.37% from 343); Blue value is 122 (48.05% from 255 or 35.57% from 343); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3F7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E3F7A is #61C085. Grayscale: #616161. Windows color (decimal): -6406278 or 8011678. OLE color: 8011678.
HSL color Cylindrical-coordinate representation of color #9E3F7A: hue angle of 322.74º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9E3F7A is Cyan = 0, Magento = 0.60, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 63 | 122 | - |
| CMYK | 0 | 0.60 | 0.23 | 0.38 |
| HSL | 322.74º | 0.43% | 0.43% | - |
| HSV(B) | 322.74º | 0.6% | 0.62% | - |
| XYZ | 19.39 | 12.23 | 19.75 | - |
| YUV | 98.13 | 141.47 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 63 | 122 | 0 | 0.60 | 0.23 | 0.38 | 322.74 | 0.43 | 0.43 |
| Hex | 9E | 3F | 7A | 0 | 3C | 17 | 26 | 143 | 2B | 2B |
| Octal | 236 | 77 | 172 | 0 | 74 | 27 | 46 | 503 | 53 | 53 |
| Binary | 10011110 | 111111 | 1111010 | 0 | 111100 | 10111 | 100110 | 101000011 | 101011 | 101011 |
Color Harmonies of #9E3F7A
Complementary color
Monochromatic Colors of #9E3F7A
Black with #9E3F7A
Text Example
Text Example
White with #9E3F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3F7A; }
p { color: rgb(158,63,122); }
H1.HeaderClassName
{
color: #9E3F7A;
}
.AnyTagClassName
{
color: #9E3F7A;
}
</style>
background-color css
<style>
a { background-color: #9E3F7A; }
a { background-color: rgb(158,63,122); }
div.DivClassName
{
background-color: #9E3F7A;
}
.BgClassName
{
background-color: #9E3F7A;
}
</style>
border-color css
<style>
span { border-color: #9E3F7A; }
span { border-color: rgb(158,63,122); }
td.TdClassName
{
border-color: #9E3F7A;
}
.TagClassName
{
border-color: #9E3F7A;
}
</style>