Shades of Medium Red Violet #9F3883
Tints of Medium Red Violet #9F3883
RGB
CMYK
RGB Variations
Color information
#9F3883 (or 0x9F3883) is known color: Medium Red Violet. HEX triplet: 9F, 38 and 83. RGB value is (159,56,131). Sum of RGB (Red+Green+Blue) = 159+56+131=346 (45% of max value = 765). Red value is 159 (62.5% from 255 or 45.95% from 346); Green value is 56 (22.27% from 255 or 16.18% from 346); Blue value is 131 (51.56% from 255 or 37.86% from 346); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3883 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3883 is #60C77C. Grayscale: #5F5F5F. Windows color (decimal): -6342525 or 8599711. OLE color: 8599711.
HSL color Cylindrical-coordinate representation of color #9F3883: hue angle of 316.31º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9F3883 is Cyan = 0, Magento = 0.65, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 56 | 131 | - |
| CMYK | 0 | 0.65 | 0.18 | 0.38 |
| HSL | 316.31º | 0.48% | 0.42% | - |
| HSV(B) | 316.31º | 0.65% | 0.62% | - |
| XYZ | 19.81 | 11.84 | 22.71 | - |
| YUV | 95.35 | 148.12 | 173.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 56 | 131 | 0 | 0.65 | 0.18 | 0.38 | 316.31 | 0.48 | 0.42 |
| Hex | 9F | 38 | 83 | 0 | 41 | 12 | 26 | 13C | 30 | 2A |
| Octal | 237 | 70 | 203 | 0 | 101 | 22 | 46 | 474 | 60 | 52 |
| Binary | 10011111 | 111000 | 10000011 | 0 | 1000001 | 10010 | 100110 | 100111100 | 110000 | 101010 |
Color Harmonies of #9F3883
Complementary color
Monochromatic Colors of #9F3883
Black with #9F3883
Text Example
Text Example
White with #9F3883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3883; }
p { color: rgb(159,56,131); }
H1.HeaderClassName
{
color: #9F3883;
}
.AnyTagClassName
{
color: #9F3883;
}
</style>
background-color css
<style>
a { background-color: #9F3883; }
a { background-color: rgb(159,56,131); }
div.DivClassName
{
background-color: #9F3883;
}
.BgClassName
{
background-color: #9F3883;
}
</style>
border-color css
<style>
span { border-color: #9F3883; }
span { border-color: rgb(159,56,131); }
td.TdClassName
{
border-color: #9F3883;
}
.TagClassName
{
border-color: #9F3883;
}
</style>