Shades of Medium Red Violet #9A3E85
Tints of Medium Red Violet #9A3E85
RGB
CMYK
RGB Variations
Color information
#9A3E85 (or 0x9A3E85) is known color: Medium Red Violet. HEX triplet: 9A, 3E and 85. RGB value is (154,62,133). Sum of RGB (Red+Green+Blue) = 154+62+133=349 (46% of max value = 765). Red value is 154 (60.55% from 255 or 44.13% from 349); Green value is 62 (24.61% from 255 or 17.77% from 349); Blue value is 133 (52.34% from 255 or 38.11% from 349); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3E85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A3E85 is #65C17A. Grayscale: #616161. Windows color (decimal): -6668667 or 8732314. OLE color: 8732314.
HSL color Cylindrical-coordinate representation of color #9A3E85: hue angle of 313.7º 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 #9A3E85 is Cyan = 0, Magento = 0.60, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 62 | 133 | - |
| CMYK | 0 | 0.60 | 0.14 | 0.40 |
| HSL | 313.7º | 0.43% | 0.42% | - |
| HSV(B) | 313.7º | 0.6% | 0.6% | - |
| XYZ | 19.28 | 12.01 | 23.49 | - |
| YUV | 97.6 | 147.98 | 168.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 62 | 133 | 0 | 0.60 | 0.14 | 0.40 | 313.7 | 0.43 | 0.42 |
| Hex | 9A | 3E | 85 | 0 | 3C | E | 28 | 13A | 2B | 2A |
| Octal | 232 | 76 | 205 | 0 | 74 | 16 | 50 | 472 | 53 | 52 |
| Binary | 10011010 | 111110 | 10000101 | 0 | 111100 | 1110 | 101000 | 100111010 | 101011 | 101010 |
Color Harmonies of #9A3E85
Complementary color
Monochromatic Colors of #9A3E85
Black with #9A3E85
Text Example
Text Example
White with #9A3E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A3E85; }
p { color: rgb(154,62,133); }
H1.HeaderClassName
{
color: #9A3E85;
}
.AnyTagClassName
{
color: #9A3E85;
}
</style>
background-color css
<style>
a { background-color: #9A3E85; }
a { background-color: rgb(154,62,133); }
div.DivClassName
{
background-color: #9A3E85;
}
.BgClassName
{
background-color: #9A3E85;
}
</style>
border-color css
<style>
span { border-color: #9A3E85; }
span { border-color: rgb(154,62,133); }
td.TdClassName
{
border-color: #9A3E85;
}
.TagClassName
{
border-color: #9A3E85;
}
</style>