Shades of Medium Red Violet #9A3E7D
Tints of Medium Red Violet #9A3E7D
RGB
CMYK
RGB Variations
Color information
#9A3E7D (or 0x9A3E7D) is known color: Medium Red Violet. HEX triplet: 9A, 3E and 7D. RGB value is (154,62,125). Sum of RGB (Red+Green+Blue) = 154+62+125=341 (45% of max value = 765). Red value is 154 (60.55% from 255 or 45.16% from 341); Green value is 62 (24.61% from 255 or 18.18% from 341); Blue value is 125 (49.22% from 255 or 36.66% from 341); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3E7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A3E7D is #65C182. Grayscale: #606060. Windows color (decimal): -6668675 or 8208026. OLE color: 8208026.
HSL color Cylindrical-coordinate representation of color #9A3E7D: hue angle of 318.91º 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 #9A3E7D is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 62 | 125 | - |
| CMYK | 0 | 0.60 | 0.19 | 0.40 |
| HSL | 318.91º | 0.43% | 0.42% | - |
| HSV(B) | 318.91º | 0.6% | 0.6% | - |
| XYZ | 18.75 | 11.8 | 20.69 | - |
| YUV | 96.69 | 143.98 | 168.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 62 | 125 | 0 | 0.60 | 0.19 | 0.40 | 318.91 | 0.43 | 0.42 |
| Hex | 9A | 3E | 7D | 0 | 3C | 13 | 28 | 13F | 2B | 2A |
| Octal | 232 | 76 | 175 | 0 | 74 | 23 | 50 | 477 | 53 | 52 |
| Binary | 10011010 | 111110 | 1111101 | 0 | 111100 | 10011 | 101000 | 100111111 | 101011 | 101010 |
Color Harmonies of #9A3E7D
Complementary color
Monochromatic Colors of #9A3E7D
Black with #9A3E7D
Text Example
Text Example
White with #9A3E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A3E7D; }
p { color: rgb(154,62,125); }
H1.HeaderClassName
{
color: #9A3E7D;
}
.AnyTagClassName
{
color: #9A3E7D;
}
</style>
background-color css
<style>
a { background-color: #9A3E7D; }
a { background-color: rgb(154,62,125); }
div.DivClassName
{
background-color: #9A3E7D;
}
.BgClassName
{
background-color: #9A3E7D;
}
</style>
border-color css
<style>
span { border-color: #9A3E7D; }
span { border-color: rgb(154,62,125); }
td.TdClassName
{
border-color: #9A3E7D;
}
.TagClassName
{
border-color: #9A3E7D;
}
</style>