Shades of Medium Red Violet #9A3C86
Tints of Medium Red Violet #9A3C86
RGB
CMYK
RGB Variations
Color information
#9A3C86 (or 0x9A3C86) is known color: Medium Red Violet. HEX triplet: 9A, 3C and 86. RGB value is (154,60,134). Sum of RGB (Red+Green+Blue) = 154+60+134=348 (46% of max value = 765). Red value is 154 (60.55% from 255 or 44.25% from 348); Green value is 60 (23.83% from 255 or 17.24% from 348); Blue value is 134 (52.73% from 255 or 38.51% from 348); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3C86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A3C86 is #65C379. Grayscale: #606060. Windows color (decimal): -6669178 or 8797338. OLE color: 8797338.
HSL color Cylindrical-coordinate representation of color #9A3C86: hue angle of 312.77º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9A3C86 is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 60 | 134 | - |
| CMYK | 0 | 0.61 | 0.13 | 0.40 |
| HSL | 312.77º | 0.44% | 0.42% | - |
| HSV(B) | 312.77º | 0.61% | 0.6% | - |
| XYZ | 19.25 | 11.82 | 23.82 | - |
| YUV | 96.54 | 149.14 | 168.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 60 | 134 | 0 | 0.61 | 0.13 | 0.40 | 312.77 | 0.44 | 0.42 |
| Hex | 9A | 3C | 86 | 0 | 3D | D | 28 | 139 | 2C | 2A |
| Octal | 232 | 74 | 206 | 0 | 75 | 15 | 50 | 471 | 54 | 52 |
| Binary | 10011010 | 111100 | 10000110 | 0 | 111101 | 1101 | 101000 | 100111001 | 101100 | 101010 |
Color Harmonies of #9A3C86
Complementary color
Monochromatic Colors of #9A3C86
Black with #9A3C86
Text Example
Text Example
White with #9A3C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A3C86; }
p { color: rgb(154,60,134); }
H1.HeaderClassName
{
color: #9A3C86;
}
.AnyTagClassName
{
color: #9A3C86;
}
</style>
background-color css
<style>
a { background-color: #9A3C86; }
a { background-color: rgb(154,60,134); }
div.DivClassName
{
background-color: #9A3C86;
}
.BgClassName
{
background-color: #9A3C86;
}
</style>
border-color css
<style>
span { border-color: #9A3C86; }
span { border-color: rgb(154,60,134); }
td.TdClassName
{
border-color: #9A3C86;
}
.TagClassName
{
border-color: #9A3C86;
}
</style>