Shades of Medium Red Violet #9E307B
Tints of Medium Red Violet #9E307B
RGB
CMYK
RGB Variations
Color information
#9E307B (or 0x9E307B) is known color: Medium Red Violet. HEX triplet: 9E, 30 and 7B. RGB value is (158,48,123). Sum of RGB (Red+Green+Blue) = 158+48+123=329 (43% of max value = 765). Red value is 158 (62.11% from 255 or 48.02% from 329); Green value is 48 (19.14% from 255 or 14.59% from 329); Blue value is 123 (48.44% from 255 or 37.39% from 329); Max value from RGB is 158 - color contains mainly: red. Hex color #9E307B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E307B is #61CF84. Grayscale: #595959. Windows color (decimal): -6410117 or 8073374. OLE color: 8073374.
HSL color Cylindrical-coordinate representation of color #9E307B: hue angle of 319.09º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9E307B is Cyan = 0, Magento = 0.70, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 48 | 123 | - |
| CMYK | 0 | 0.70 | 0.22 | 0.38 |
| HSL | 319.09º | 0.53% | 0.4% | - |
| HSV(B) | 319.09º | 0.7% | 0.62% | - |
| XYZ | 18.73 | 10.81 | 19.84 | - |
| YUV | 89.44 | 146.94 | 176.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 48 | 123 | 0 | 0.70 | 0.22 | 0.38 | 319.09 | 0.53 | 0.4 |
| Hex | 9E | 30 | 7B | 0 | 46 | 16 | 26 | 13F | 35 | 28 |
| Octal | 236 | 60 | 173 | 0 | 106 | 26 | 46 | 477 | 65 | 50 |
| Binary | 10011110 | 110000 | 1111011 | 0 | 1000110 | 10110 | 100110 | 100111111 | 110101 | 101000 |
Color Harmonies of #9E307B
Complementary color
Monochromatic Colors of #9E307B
Black with #9E307B
Text Example
Text Example
White with #9E307B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E307B; }
p { color: rgb(158,48,123); }
H1.HeaderClassName
{
color: #9E307B;
}
.AnyTagClassName
{
color: #9E307B;
}
</style>
background-color css
<style>
a { background-color: #9E307B; }
a { background-color: rgb(158,48,123); }
div.DivClassName
{
background-color: #9E307B;
}
.BgClassName
{
background-color: #9E307B;
}
</style>
border-color css
<style>
span { border-color: #9E307B; }
span { border-color: rgb(158,48,123); }
td.TdClassName
{
border-color: #9E307B;
}
.TagClassName
{
border-color: #9E307B;
}
</style>