Shades of Medium Red Violet #9F348B
Tints of Medium Red Violet #9F348B
RGB
CMYK
RGB Variations
Color information
#9F348B (or 0x9F348B) is known color: Medium Red Violet. HEX triplet: 9F, 34 and 8B. RGB value is (159,52,139). Sum of RGB (Red+Green+Blue) = 159+52+139=350 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.43% from 350); Green value is 52 (20.70% from 255 or 14.86% from 350); Blue value is 139 (54.69% from 255 or 39.71% from 350); Max value from RGB is 159 - color contains mainly: red. Hex color #9F348B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F348B is #60CB74. Grayscale: #5D5D5D. Windows color (decimal): -6343541 or 9122975. OLE color: 9122975.
HSL color Cylindrical-coordinate representation of color #9F348B: hue angle of 311.21º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9F348B is Cyan = 0, Magento = 0.67, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 52 | 139 | - |
| CMYK | 0 | 0.67 | 0.13 | 0.38 |
| HSL | 311.22º | 0.51% | 0.41% | - |
| HSV(B) | 311.22º | 0.67% | 0.62% | - |
| XYZ | 20.19 | 11.69 | 25.62 | - |
| YUV | 93.91 | 153.45 | 174.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 52 | 139 | 0 | 0.67 | 0.13 | 0.38 | 311.22 | 0.51 | 0.41 |
| Hex | 9F | 34 | 8B | 0 | 43 | D | 26 | 137 | 33 | 29 |
| Octal | 237 | 64 | 213 | 0 | 103 | 15 | 46 | 467 | 63 | 51 |
| Binary | 10011111 | 110100 | 10001011 | 0 | 1000011 | 1101 | 100110 | 100110111 | 110011 | 101001 |
Color Harmonies of #9F348B
Complementary color
Monochromatic Colors of #9F348B
Black with #9F348B
Text Example
Text Example
White with #9F348B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F348B; }
p { color: rgb(159,52,139); }
H1.HeaderClassName
{
color: #9F348B;
}
.AnyTagClassName
{
color: #9F348B;
}
</style>
background-color css
<style>
a { background-color: #9F348B; }
a { background-color: rgb(159,52,139); }
div.DivClassName
{
background-color: #9F348B;
}
.BgClassName
{
background-color: #9F348B;
}
</style>
border-color css
<style>
span { border-color: #9F348B; }
span { border-color: rgb(159,52,139); }
td.TdClassName
{
border-color: #9F348B;
}
.TagClassName
{
border-color: #9F348B;
}
</style>