Shades of Medium Red Violet #9F3678
Tints of Medium Red Violet #9F3678
RGB
CMYK
RGB Variations
Color information
#9F3678 (or 0x9F3678) is known color: Medium Red Violet. HEX triplet: 9F, 36 and 78. RGB value is (159,54,120). Sum of RGB (Red+Green+Blue) = 159+54+120=333 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.75% from 333); Green value is 54 (21.48% from 255 or 16.22% from 333); Blue value is 120 (47.27% from 255 or 36.04% from 333); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3678 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F3678 is #60C987. Grayscale: #5C5C5C. Windows color (decimal): -6343048 or 7878303. OLE color: 7878303.
HSL color Cylindrical-coordinate representation of color #9F3678: hue angle of 322.29º 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 #9F3678 is Cyan = 0, Magento = 0.66, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 54 | 120 | - |
| CMYK | 0 | 0.66 | 0.25 | 0.38 |
| HSL | 322.29º | 0.49% | 0.42% | - |
| HSV(B) | 322.29º | 0.66% | 0.62% | - |
| XYZ | 19.01 | 11.37 | 18.96 | - |
| YUV | 92.92 | 143.29 | 175.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 54 | 120 | 0 | 0.66 | 0.25 | 0.38 | 322.29 | 0.49 | 0.42 |
| Hex | 9F | 36 | 78 | 0 | 42 | 19 | 26 | 142 | 31 | 2A |
| Octal | 237 | 66 | 170 | 0 | 102 | 31 | 46 | 502 | 61 | 52 |
| Binary | 10011111 | 110110 | 1111000 | 0 | 1000010 | 11001 | 100110 | 101000010 | 110001 | 101010 |
Color Harmonies of #9F3678
Complementary color
Monochromatic Colors of #9F3678
Black with #9F3678
Text Example
Text Example
White with #9F3678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3678; }
p { color: rgb(159,54,120); }
H1.HeaderClassName
{
color: #9F3678;
}
.AnyTagClassName
{
color: #9F3678;
}
</style>
background-color css
<style>
a { background-color: #9F3678; }
a { background-color: rgb(159,54,120); }
div.DivClassName
{
background-color: #9F3678;
}
.BgClassName
{
background-color: #9F3678;
}
</style>
border-color css
<style>
span { border-color: #9F3678; }
span { border-color: rgb(159,54,120); }
td.TdClassName
{
border-color: #9F3678;
}
.TagClassName
{
border-color: #9F3678;
}
</style>