Shades of Medium Red Violet #9A3979
Tints of Medium Red Violet #9A3979
RGB
CMYK
RGB Variations
Color information
#9A3979 (or 0x9A3979) is known color: Medium Red Violet. HEX triplet: 9A, 39 and 79. RGB value is (154,57,121). Sum of RGB (Red+Green+Blue) = 154+57+121=332 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.39% from 332); Green value is 57 (22.66% from 255 or 17.17% from 332); Blue value is 121 (47.66% from 255 or 36.45% from 332); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3979 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A3979 is #65C686. Grayscale: #5D5D5D. Windows color (decimal): -6669959 or 7944602. OLE color: 7944602.
HSL color Cylindrical-coordinate representation of color #9A3979: hue angle of 320.41º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9A3979 is Cyan = 0, Magento = 0.63, Yellow = 0.21 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 57 | 121 | - |
| CMYK | 0 | 0.63 | 0.21 | 0.40 |
| HSL | 320.41º | 0.46% | 0.41% | - |
| HSV(B) | 320.41º | 0.63% | 0.6% | - |
| XYZ | 18.24 | 11.18 | 19.29 | - |
| YUV | 93.3 | 143.64 | 171.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 57 | 121 | 0 | 0.63 | 0.21 | 0.40 | 320.41 | 0.46 | 0.41 |
| Hex | 9A | 39 | 79 | 0 | 3F | 15 | 28 | 140 | 2E | 29 |
| Octal | 232 | 71 | 171 | 0 | 77 | 25 | 50 | 500 | 56 | 51 |
| Binary | 10011010 | 111001 | 1111001 | 0 | 111111 | 10101 | 101000 | 101000000 | 101110 | 101001 |
Color Harmonies of #9A3979
Complementary color
Monochromatic Colors of #9A3979
Black with #9A3979
Text Example
Text Example
White with #9A3979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A3979; }
p { color: rgb(154,57,121); }
H1.HeaderClassName
{
color: #9A3979;
}
.AnyTagClassName
{
color: #9A3979;
}
</style>
background-color css
<style>
a { background-color: #9A3979; }
a { background-color: rgb(154,57,121); }
div.DivClassName
{
background-color: #9A3979;
}
.BgClassName
{
background-color: #9A3979;
}
</style>
border-color css
<style>
span { border-color: #9A3979; }
span { border-color: rgb(154,57,121); }
td.TdClassName
{
border-color: #9A3979;
}
.TagClassName
{
border-color: #9A3979;
}
</style>