Shades of Medium Red Violet #9F3B8A
Tints of Medium Red Violet #9F3B8A
RGB
CMYK
RGB Variations
Color information
#9F3B8A (or 0x9F3B8A) is known color: Medium Red Violet. HEX triplet: 9F, 3B and 8A. RGB value is (159,59,138). Sum of RGB (Red+Green+Blue) = 159+59+138=356 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.66% from 356); Green value is 59 (23.44% from 255 or 16.57% from 356); Blue value is 138 (54.30% from 255 or 38.76% from 356); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3B8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3B8A is #60C475. Grayscale: #616161. Windows color (decimal): -6341750 or 9059231. OLE color: 9059231.
HSL color Cylindrical-coordinate representation of color #9F3B8A: hue angle of 312.6º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9F3B8A is Cyan = 0, Magento = 0.63, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 59 | 138 | - |
| CMYK | 0 | 0.63 | 0.13 | 0.38 |
| HSL | 312.6º | 0.46% | 0.43% | - |
| HSV(B) | 312.6º | 0.63% | 0.62% | - |
| XYZ | 20.45 | 12.33 | 25.35 | - |
| YUV | 97.91 | 150.63 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 59 | 138 | 0 | 0.63 | 0.13 | 0.38 | 312.6 | 0.46 | 0.43 |
| Hex | 9F | 3B | 8A | 0 | 3F | D | 26 | 139 | 2E | 2B |
| Octal | 237 | 73 | 212 | 0 | 77 | 15 | 46 | 471 | 56 | 53 |
| Binary | 10011111 | 111011 | 10001010 | 0 | 111111 | 1101 | 100110 | 100111001 | 101110 | 101011 |
Color Harmonies of #9F3B8A
Complementary color
Monochromatic Colors of #9F3B8A
Black with #9F3B8A
Text Example
Text Example
White with #9F3B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3B8A; }
p { color: rgb(159,59,138); }
H1.HeaderClassName
{
color: #9F3B8A;
}
.AnyTagClassName
{
color: #9F3B8A;
}
</style>
background-color css
<style>
a { background-color: #9F3B8A; }
a { background-color: rgb(159,59,138); }
div.DivClassName
{
background-color: #9F3B8A;
}
.BgClassName
{
background-color: #9F3B8A;
}
</style>
border-color css
<style>
span { border-color: #9F3B8A; }
span { border-color: rgb(159,59,138); }
td.TdClassName
{
border-color: #9F3B8A;
}
.TagClassName
{
border-color: #9F3B8A;
}
</style>