Shades of Medium Red Violet #9F3F7B
Tints of Medium Red Violet #9F3F7B
RGB
CMYK
RGB Variations
Color information
#9F3F7B (or 0x9F3F7B) is known color: Medium Red Violet. HEX triplet: 9F, 3F and 7B. RGB value is (159,63,123). Sum of RGB (Red+Green+Blue) = 159+63+123=345 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.09% from 345); Green value is 63 (25% from 255 or 18.26% from 345); Blue value is 123 (48.44% from 255 or 35.65% from 345); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3F7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F3F7B is #60C084. Grayscale: #626262. Windows color (decimal): -6340741 or 8077215. OLE color: 8077215.
HSL color Cylindrical-coordinate representation of color #9F3F7B: hue angle of 322.5º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9F3F7B is Cyan = 0, Magento = 0.60, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 63 | 123 | - |
| CMYK | 0 | 0.60 | 0.23 | 0.38 |
| HSL | 322.5º | 0.43% | 0.44% | - |
| HSV(B) | 322.5º | 0.6% | 0.62% | - |
| XYZ | 19.65 | 12.36 | 20.09 | - |
| YUV | 98.54 | 141.8 | 171.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 63 | 123 | 0 | 0.60 | 0.23 | 0.38 | 322.5 | 0.43 | 0.44 |
| Hex | 9F | 3F | 7B | 0 | 3C | 17 | 26 | 142 | 2B | 2C |
| Octal | 237 | 77 | 173 | 0 | 74 | 27 | 46 | 502 | 53 | 54 |
| Binary | 10011111 | 111111 | 1111011 | 0 | 111100 | 10111 | 100110 | 101000010 | 101011 | 101100 |
Color Harmonies of #9F3F7B
Complementary color
Monochromatic Colors of #9F3F7B
Black with #9F3F7B
Text Example
Text Example
White with #9F3F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3F7B; }
p { color: rgb(159,63,123); }
H1.HeaderClassName
{
color: #9F3F7B;
}
.AnyTagClassName
{
color: #9F3F7B;
}
</style>
background-color css
<style>
a { background-color: #9F3F7B; }
a { background-color: rgb(159,63,123); }
div.DivClassName
{
background-color: #9F3F7B;
}
.BgClassName
{
background-color: #9F3F7B;
}
</style>
border-color css
<style>
span { border-color: #9F3F7B; }
span { border-color: rgb(159,63,123); }
td.TdClassName
{
border-color: #9F3F7B;
}
.TagClassName
{
border-color: #9F3F7B;
}
</style>