Shades of Medium Red Violet #9F3A92
Tints of Medium Red Violet #9F3A92
RGB
CMYK
RGB Variations
Color information
#9F3A92 (or 0x9F3A92) is known color: Medium Red Violet. HEX triplet: 9F, 3A and 92. RGB value is (159,58,146). Sum of RGB (Red+Green+Blue) = 159+58+146=363 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.80% from 363); Green value is 58 (23.05% from 255 or 15.98% from 363); Blue value is 146 (57.42% from 255 or 40.22% from 363); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3A92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3A92 is #60C56D. Grayscale: #616161. Windows color (decimal): -6341998 or 9583263. OLE color: 9583263.
HSL color Cylindrical-coordinate representation of color #9F3A92: hue angle of 307.72º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9F3A92 is Cyan = 0, Magento = 0.64, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 58 | 146 | - |
| CMYK | 0 | 0.64 | 0.08 | 0.38 |
| HSL | 307.72º | 0.47% | 0.43% | - |
| HSV(B) | 307.72º | 0.64% | 0.62% | - |
| XYZ | 21 | 12.47 | 28.49 | - |
| YUV | 98.23 | 154.96 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 58 | 146 | 0 | 0.64 | 0.08 | 0.38 | 307.72 | 0.47 | 0.43 |
| Hex | 9F | 3A | 92 | 0 | 40 | 8 | 26 | 134 | 2F | 2B |
| Octal | 237 | 72 | 222 | 0 | 100 | 10 | 46 | 464 | 57 | 53 |
| Binary | 10011111 | 111010 | 10010010 | 0 | 1000000 | 1000 | 100110 | 100110100 | 101111 | 101011 |
Color Harmonies of #9F3A92
Complementary color
Monochromatic Colors of #9F3A92
Black with #9F3A92
Text Example
Text Example
White with #9F3A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3A92; }
p { color: rgb(159,58,146); }
H1.HeaderClassName
{
color: #9F3A92;
}
.AnyTagClassName
{
color: #9F3A92;
}
</style>
background-color css
<style>
a { background-color: #9F3A92; }
a { background-color: rgb(159,58,146); }
div.DivClassName
{
background-color: #9F3A92;
}
.BgClassName
{
background-color: #9F3A92;
}
</style>
border-color css
<style>
span { border-color: #9F3A92; }
span { border-color: rgb(159,58,146); }
td.TdClassName
{
border-color: #9F3A92;
}
.TagClassName
{
border-color: #9F3A92;
}
</style>