Shades of Medium Red Violet #9F438C
Tints of Medium Red Violet #9F438C
RGB
CMYK
RGB Variations
Color information
#9F438C (or 0x9F438C) is known color: Medium Red Violet. HEX triplet: 9F, 43 and 8C. RGB value is (159,67,140). Sum of RGB (Red+Green+Blue) = 159+67+140=366 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.44% from 366); Green value is 67 (26.56% from 255 or 18.31% from 366); Blue value is 140 (55.08% from 255 or 38.25% from 366); Max value from RGB is 159 - color contains mainly: red. Hex color #9F438C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F438C is #60BC73. Grayscale: #666666. Windows color (decimal): -6339700 or 9192351. OLE color: 9192351.
HSL color Cylindrical-coordinate representation of color #9F438C: hue angle of 312.39º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9F438C is Cyan = 0, Magento = 0.58, Yellow = 0.12 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 67 | 140 | - |
| CMYK | 0 | 0.58 | 0.12 | 0.38 |
| HSL | 312.39º | 0.41% | 0.44% | - |
| HSV(B) | 312.39º | 0.58% | 0.62% | - |
| XYZ | 21.04 | 13.28 | 26.27 | - |
| YUV | 102.83 | 148.98 | 168.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 67 | 140 | 0 | 0.58 | 0.12 | 0.38 | 312.39 | 0.41 | 0.44 |
| Hex | 9F | 43 | 8C | 0 | 3A | C | 26 | 138 | 29 | 2C |
| Octal | 237 | 103 | 214 | 0 | 72 | 14 | 46 | 470 | 51 | 54 |
| Binary | 10011111 | 1000011 | 10001100 | 0 | 111010 | 1100 | 100110 | 100111000 | 101001 | 101100 |
Color Harmonies of #9F438C
Complementary color
Monochromatic Colors of #9F438C
Black with #9F438C
Text Example
Text Example
White with #9F438C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F438C; }
p { color: rgb(159,67,140); }
H1.HeaderClassName
{
color: #9F438C;
}
.AnyTagClassName
{
color: #9F438C;
}
</style>
background-color css
<style>
a { background-color: #9F438C; }
a { background-color: rgb(159,67,140); }
div.DivClassName
{
background-color: #9F438C;
}
.BgClassName
{
background-color: #9F438C;
}
</style>
border-color css
<style>
span { border-color: #9F438C; }
span { border-color: rgb(159,67,140); }
td.TdClassName
{
border-color: #9F438C;
}
.TagClassName
{
border-color: #9F438C;
}
</style>