Shades of Medium Red Violet #9E468A
Tints of Medium Red Violet #9E468A
RGB
CMYK
RGB Variations
Color information
#9E468A (or 0x9E468A) is known color: Medium Red Violet. HEX triplet: 9E, 46 and 8A. RGB value is (158,70,138). Sum of RGB (Red+Green+Blue) = 158+70+138=366 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.17% from 366); Green value is 70 (27.73% from 255 or 19.13% from 366); Blue value is 138 (54.30% from 255 or 37.70% from 366); Max value from RGB is 158 - color contains mainly: red. Hex color #9E468A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E468A is #61B975. Grayscale: #676767. Windows color (decimal): -6404470 or 9062046. OLE color: 9062046.
HSL color Cylindrical-coordinate representation of color #9E468A: hue angle of 313.64º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9E468A is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 70 | 138 | - |
| CMYK | 0 | 0.56 | 0.13 | 0.38 |
| HSL | 313.64º | 0.39% | 0.45% | - |
| HSV(B) | 313.64º | 0.56% | 0.62% | - |
| XYZ | 20.88 | 13.48 | 25.55 | - |
| YUV | 104.06 | 147.15 | 166.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 70 | 138 | 0 | 0.56 | 0.13 | 0.38 | 313.64 | 0.39 | 0.45 |
| Hex | 9E | 46 | 8A | 0 | 38 | D | 26 | 13A | 27 | 2D |
| Octal | 236 | 106 | 212 | 0 | 70 | 15 | 46 | 472 | 47 | 55 |
| Binary | 10011110 | 1000110 | 10001010 | 0 | 111000 | 1101 | 100110 | 100111010 | 100111 | 101101 |
Color Harmonies of #9E468A
Complementary color
Monochromatic Colors of #9E468A
Black with #9E468A
Text Example
Text Example
White with #9E468A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E468A; }
p { color: rgb(158,70,138); }
H1.HeaderClassName
{
color: #9E468A;
}
.AnyTagClassName
{
color: #9E468A;
}
</style>
background-color css
<style>
a { background-color: #9E468A; }
a { background-color: rgb(158,70,138); }
div.DivClassName
{
background-color: #9E468A;
}
.BgClassName
{
background-color: #9E468A;
}
</style>
border-color css
<style>
span { border-color: #9E468A; }
span { border-color: rgb(158,70,138); }
td.TdClassName
{
border-color: #9E468A;
}
.TagClassName
{
border-color: #9E468A;
}
</style>