Shades of Medium Red Violet #9F368E
Tints of Medium Red Violet #9F368E
RGB
CMYK
RGB Variations
Color information
#9F368E (or 0x9F368E) is known color: Medium Red Violet. HEX triplet: 9F, 36 and 8E. RGB value is (159,54,142). Sum of RGB (Red+Green+Blue) = 159+54+142=355 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.79% from 355); Green value is 54 (21.48% from 255 or 15.21% from 355); Blue value is 142 (55.86% from 255 or 40% from 355); Max value from RGB is 159 - color contains mainly: red. Hex color #9F368E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F368E is #60C971. Grayscale: #5F5F5F. Windows color (decimal): -6343026 or 9320095. OLE color: 9320095.
HSL color Cylindrical-coordinate representation of color #9F368E: hue angle of 309.71º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9F368E is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
RGB | 159 | 54 | 142 | - |
CMYK | 0 | 0.66 | 0.11 | 0.38 |
HSL | 309.71º | 0.49% | 0.42% | - |
HSV(B) | 309.71º | 0.66% | 0.62% | - |
XYZ | 20.5 | 11.96 | 26.82 | - |
YUV | 95.43 | 154.29 | 173.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 54 | 142 | 0 | 0.66 | 0.11 | 0.38 | 309.71 | 0.49 | 0.42 |
Hex | 9F | 36 | 8E | 0 | 42 | B | 26 | 136 | 31 | 2A |
Octal | 237 | 66 | 216 | 0 | 102 | 13 | 46 | 466 | 61 | 52 |
Binary | 10011111 | 110110 | 10001110 | 0 | 1000010 | 1011 | 100110 | 100110110 | 110001 | 101010 |
Color Harmonies of #9F368E
Complementary color
Monochromatic Colors of #9F368E
Black with #9F368E
Text Example
Text Example
White with #9F368E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F368E; }
p { color: rgb(159,54,142); }
H1.HeaderClassName
{
color: #9F368E;
}
.AnyTagClassName
{
color: #9F368E;
}
</style>
background-color css
<style>
a { background-color: #9F368E; }
a { background-color: rgb(159,54,142); }
div.DivClassName
{
background-color: #9F368E;
}
.BgClassName
{
background-color: #9F368E;
}
</style>
border-color css
<style>
span { border-color: #9F368E; }
span { border-color: rgb(159,54,142); }
td.TdClassName
{
border-color: #9F368E;
}
.TagClassName
{
border-color: #9F368E;
}
</style>