Shades of Medium Red Violet #9F338A
Tints of Medium Red Violet #9F338A
RGB
CMYK
RGB Variations
Color information
#9F338A (or 0x9F338A) is known color: Medium Red Violet. HEX triplet: 9F, 33 and 8A. RGB value is (159,51,138). Sum of RGB (Red+Green+Blue) = 159+51+138=348 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.69% from 348); Green value is 51 (20.31% from 255 or 14.66% from 348); Blue value is 138 (54.30% from 255 or 39.66% from 348); Max value from RGB is 159 - color contains mainly: red. Hex color #9F338A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F338A is #60CC75. Grayscale: #5C5C5C. Windows color (decimal): -6343798 or 9057183. OLE color: 9057183.
HSL color Cylindrical-coordinate representation of color #9F338A: hue angle of 311.67º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9F338A is Cyan = 0, Magento = 0.68, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 51 | 138 | - |
| CMYK | 0 | 0.68 | 0.13 | 0.38 |
| HSL | 311.67º | 0.51% | 0.41% | - |
| HSV(B) | 311.67º | 0.68% | 0.62% | - |
| XYZ | 20.07 | 11.57 | 25.22 | - |
| YUV | 93.21 | 153.28 | 174.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 51 | 138 | 0 | 0.68 | 0.13 | 0.38 | 311.67 | 0.51 | 0.41 |
| Hex | 9F | 33 | 8A | 0 | 44 | D | 26 | 138 | 33 | 29 |
| Octal | 237 | 63 | 212 | 0 | 104 | 15 | 46 | 470 | 63 | 51 |
| Binary | 10011111 | 110011 | 10001010 | 0 | 1000100 | 1101 | 100110 | 100111000 | 110011 | 101001 |
Color Harmonies of #9F338A
Complementary color
Monochromatic Colors of #9F338A
Black with #9F338A
Text Example
Text Example
White with #9F338A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F338A; }
p { color: rgb(159,51,138); }
H1.HeaderClassName
{
color: #9F338A;
}
.AnyTagClassName
{
color: #9F338A;
}
</style>
background-color css
<style>
a { background-color: #9F338A; }
a { background-color: rgb(159,51,138); }
div.DivClassName
{
background-color: #9F338A;
}
.BgClassName
{
background-color: #9F338A;
}
</style>
border-color css
<style>
span { border-color: #9F338A; }
span { border-color: rgb(159,51,138); }
td.TdClassName
{
border-color: #9F338A;
}
.TagClassName
{
border-color: #9F338A;
}
</style>