Shades of Medium Red Violet #9E338B
Tints of Medium Red Violet #9E338B
RGB
CMYK
RGB Variations
Color information
#9E338B (or 0x9E338B) is known color: Medium Red Violet. HEX triplet: 9E, 33 and 8B. RGB value is (158,51,139). Sum of RGB (Red+Green+Blue) = 158+51+139=348 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.40% from 348); Green value is 51 (20.31% from 255 or 14.66% from 348); Blue value is 139 (54.69% from 255 or 39.94% from 348); Max value from RGB is 158 - color contains mainly: red. Hex color #9E338B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E338B is #61CC74. Grayscale: #5C5C5C. Windows color (decimal): -6409333 or 9122718. OLE color: 9122718.
HSL color Cylindrical-coordinate representation of color #9E338B: hue angle of 310.65º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9E338B is Cyan = 0, Magento = 0.68, Yellow = 0.12 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 51 | 139 | - |
| CMYK | 0 | 0.68 | 0.12 | 0.38 |
| HSL | 310.65º | 0.51% | 0.41% | - |
| HSV(B) | 310.65º | 0.68% | 0.62% | - |
| XYZ | 19.94 | 11.5 | 25.59 | - |
| YUV | 93.03 | 153.95 | 174.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 51 | 139 | 0 | 0.68 | 0.12 | 0.38 | 310.65 | 0.51 | 0.41 |
| Hex | 9E | 33 | 8B | 0 | 44 | C | 26 | 137 | 33 | 29 |
| Octal | 236 | 63 | 213 | 0 | 104 | 14 | 46 | 467 | 63 | 51 |
| Binary | 10011110 | 110011 | 10001011 | 0 | 1000100 | 1100 | 100110 | 100110111 | 110011 | 101001 |
Color Harmonies of #9E338B
Complementary color
Monochromatic Colors of #9E338B
Black with #9E338B
Text Example
Text Example
White with #9E338B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E338B; }
p { color: rgb(158,51,139); }
H1.HeaderClassName
{
color: #9E338B;
}
.AnyTagClassName
{
color: #9E338B;
}
</style>
background-color css
<style>
a { background-color: #9E338B; }
a { background-color: rgb(158,51,139); }
div.DivClassName
{
background-color: #9E338B;
}
.BgClassName
{
background-color: #9E338B;
}
</style>
border-color css
<style>
span { border-color: #9E338B; }
span { border-color: rgb(158,51,139); }
td.TdClassName
{
border-color: #9E338B;
}
.TagClassName
{
border-color: #9E338B;
}
</style>