Shades of Medium Red Violet #9A3B7A
Tints of Medium Red Violet #9A3B7A
RGB
CMYK
RGB Variations
Color information
#9A3B7A (or 0x9A3B7A) is known color: Medium Red Violet. HEX triplet: 9A, 3B and 7A. RGB value is (154,59,122). Sum of RGB (Red+Green+Blue) = 154+59+122=335 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.97% from 335); Green value is 59 (23.44% from 255 or 17.61% from 335); Blue value is 122 (48.05% from 255 or 36.42% from 335); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3B7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A3B7A is #65C485. Grayscale: #5E5E5E. Windows color (decimal): -6669446 or 8010650. OLE color: 8010650.
HSL color Cylindrical-coordinate representation of color #9A3B7A: hue angle of 320.21º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9A3B7A is Cyan = 0, Magento = 0.62, Yellow = 0.21 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 59 | 122 | - |
| CMYK | 0 | 0.62 | 0.21 | 0.40 |
| HSL | 320.21º | 0.45% | 0.42% | - |
| HSV(B) | 320.21º | 0.62% | 0.6% | - |
| XYZ | 18.4 | 11.4 | 19.64 | - |
| YUV | 94.59 | 143.47 | 170.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 59 | 122 | 0 | 0.62 | 0.21 | 0.40 | 320.21 | 0.45 | 0.42 |
| Hex | 9A | 3B | 7A | 0 | 3E | 15 | 28 | 140 | 2D | 2A |
| Octal | 232 | 73 | 172 | 0 | 76 | 25 | 50 | 500 | 55 | 52 |
| Binary | 10011010 | 111011 | 1111010 | 0 | 111110 | 10101 | 101000 | 101000000 | 101101 | 101010 |
Color Harmonies of #9A3B7A
Complementary color
Monochromatic Colors of #9A3B7A
Black with #9A3B7A
Text Example
Text Example
White with #9A3B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A3B7A; }
p { color: rgb(154,59,122); }
H1.HeaderClassName
{
color: #9A3B7A;
}
.AnyTagClassName
{
color: #9A3B7A;
}
</style>
background-color css
<style>
a { background-color: #9A3B7A; }
a { background-color: rgb(154,59,122); }
div.DivClassName
{
background-color: #9A3B7A;
}
.BgClassName
{
background-color: #9A3B7A;
}
</style>
border-color css
<style>
span { border-color: #9A3B7A; }
span { border-color: rgb(154,59,122); }
td.TdClassName
{
border-color: #9A3B7A;
}
.TagClassName
{
border-color: #9A3B7A;
}
</style>