Shades of Medium Red Violet #9F448C
Tints of Medium Red Violet #9F448C
RGB
CMYK
RGB Variations
Color information
#9F448C (or 0x9F448C) is known color: Medium Red Violet. HEX triplet: 9F, 44 and 8C. RGB value is (159,68,140). Sum of RGB (Red+Green+Blue) = 159+68+140=367 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.32% from 367); Green value is 68 (26.95% from 255 or 18.53% from 367); Blue value is 140 (55.08% from 255 or 38.15% from 367); Max value from RGB is 159 - color contains mainly: red. Hex color #9F448C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F448C is #60BB73. Grayscale: #676767. Windows color (decimal): -6339444 or 9192607. OLE color: 9192607.
HSL color Cylindrical-coordinate representation of color #9F448C: hue angle of 312.53º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9F448C is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 68 | 140 | - |
| CMYK | 0 | 0.57 | 0.12 | 0.38 |
| HSL | 312.53º | 0.4% | 0.45% | - |
| HSV(B) | 312.53º | 0.57% | 0.62% | - |
| XYZ | 21.1 | 13.4 | 26.29 | - |
| YUV | 103.42 | 148.65 | 167.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 68 | 140 | 0 | 0.57 | 0.12 | 0.38 | 312.53 | 0.4 | 0.45 |
| Hex | 9F | 44 | 8C | 0 | 39 | C | 26 | 139 | 28 | 2D |
| Octal | 237 | 104 | 214 | 0 | 71 | 14 | 46 | 471 | 50 | 55 |
| Binary | 10011111 | 1000100 | 10001100 | 0 | 111001 | 1100 | 100110 | 100111001 | 101000 | 101101 |
Color Harmonies of #9F448C
Complementary color
Monochromatic Colors of #9F448C
Black with #9F448C
Text Example
Text Example
White with #9F448C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F448C; }
p { color: rgb(159,68,140); }
H1.HeaderClassName
{
color: #9F448C;
}
.AnyTagClassName
{
color: #9F448C;
}
</style>
background-color css
<style>
a { background-color: #9F448C; }
a { background-color: rgb(159,68,140); }
div.DivClassName
{
background-color: #9F448C;
}
.BgClassName
{
background-color: #9F448C;
}
</style>
border-color css
<style>
span { border-color: #9F448C; }
span { border-color: rgb(159,68,140); }
td.TdClassName
{
border-color: #9F448C;
}
.TagClassName
{
border-color: #9F448C;
}
</style>