Shades of Medium Red Violet #9F3288
Tints of Medium Red Violet #9F3288
RGB
CMYK
RGB Variations
Color information
#9F3288 (or 0x9F3288) is known color: Medium Red Violet. HEX triplet: 9F, 32 and 88. RGB value is (159,50,136). Sum of RGB (Red+Green+Blue) = 159+50+136=345 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.09% from 345); Green value is 50 (19.92% from 255 or 14.49% from 345); Blue value is 136 (53.52% from 255 or 39.42% from 345); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3288 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3288 is #60CD77. Grayscale: #5C5C5C. Windows color (decimal): -6344056 or 8925855. OLE color: 8925855.
HSL color Cylindrical-coordinate representation of color #9F3288: hue angle of 312.66º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9F3288 is Cyan = 0, Magento = 0.69, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 50 | 136 | - |
| CMYK | 0 | 0.69 | 0.14 | 0.38 |
| HSL | 312.66º | 0.52% | 0.41% | - |
| HSV(B) | 312.66º | 0.69% | 0.62% | - |
| XYZ | 19.88 | 11.43 | 24.45 | - |
| YUV | 92.4 | 152.61 | 175.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 50 | 136 | 0 | 0.69 | 0.14 | 0.38 | 312.66 | 0.52 | 0.41 |
| Hex | 9F | 32 | 88 | 0 | 45 | E | 26 | 139 | 34 | 29 |
| Octal | 237 | 62 | 210 | 0 | 105 | 16 | 46 | 471 | 64 | 51 |
| Binary | 10011111 | 110010 | 10001000 | 0 | 1000101 | 1110 | 100110 | 100111001 | 110100 | 101001 |
Color Harmonies of #9F3288
Complementary color
Monochromatic Colors of #9F3288
Black with #9F3288
Text Example
Text Example
White with #9F3288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3288; }
p { color: rgb(159,50,136); }
H1.HeaderClassName
{
color: #9F3288;
}
.AnyTagClassName
{
color: #9F3288;
}
</style>
background-color css
<style>
a { background-color: #9F3288; }
a { background-color: rgb(159,50,136); }
div.DivClassName
{
background-color: #9F3288;
}
.BgClassName
{
background-color: #9F3288;
}
</style>
border-color css
<style>
span { border-color: #9F3288; }
span { border-color: rgb(159,50,136); }
td.TdClassName
{
border-color: #9F3288;
}
.TagClassName
{
border-color: #9F3288;
}
</style>