Shades of Medium Red Violet #9A3E81
Tints of Medium Red Violet #9A3E81
RGB
CMYK
RGB Variations
Color information
#9A3E81 (or 0x9A3E81) is known color: Medium Red Violet. HEX triplet: 9A, 3E and 81. RGB value is (154,62,129). Sum of RGB (Red+Green+Blue) = 154+62+129=345 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.64% from 345); Green value is 62 (24.61% from 255 or 17.97% from 345); Blue value is 129 (50.78% from 255 or 37.39% from 345); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3E81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A3E81 is #65C17E. Grayscale: #606060. Windows color (decimal): -6668671 or 8470170. OLE color: 8470170.
HSL color Cylindrical-coordinate representation of color #9A3E81: hue angle of 316.3º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9A3E81 is Cyan = 0, Magento = 0.60, Yellow = 0.16 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 62 | 129 | - |
| CMYK | 0 | 0.60 | 0.16 | 0.40 |
| HSL | 316.3º | 0.43% | 0.42% | - |
| HSV(B) | 316.3º | 0.6% | 0.6% | - |
| XYZ | 19.01 | 11.9 | 22.06 | - |
| YUV | 97.15 | 145.98 | 168.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 62 | 129 | 0 | 0.60 | 0.16 | 0.40 | 316.3 | 0.43 | 0.42 |
| Hex | 9A | 3E | 81 | 0 | 3C | 10 | 28 | 13C | 2B | 2A |
| Octal | 232 | 76 | 201 | 0 | 74 | 20 | 50 | 474 | 53 | 52 |
| Binary | 10011010 | 111110 | 10000001 | 0 | 111100 | 10000 | 101000 | 100111100 | 101011 | 101010 |
Color Harmonies of #9A3E81
Complementary color
Monochromatic Colors of #9A3E81
Black with #9A3E81
Text Example
Text Example
White with #9A3E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A3E81; }
p { color: rgb(154,62,129); }
H1.HeaderClassName
{
color: #9A3E81;
}
.AnyTagClassName
{
color: #9A3E81;
}
</style>
background-color css
<style>
a { background-color: #9A3E81; }
a { background-color: rgb(154,62,129); }
div.DivClassName
{
background-color: #9A3E81;
}
.BgClassName
{
background-color: #9A3E81;
}
</style>
border-color css
<style>
span { border-color: #9A3E81; }
span { border-color: rgb(154,62,129); }
td.TdClassName
{
border-color: #9A3E81;
}
.TagClassName
{
border-color: #9A3E81;
}
</style>