Shades of Medium Red Violet #9A3C7B
Tints of Medium Red Violet #9A3C7B
RGB
CMYK
RGB Variations
Color information
#9A3C7B (or 0x9A3C7B) is known color: Medium Red Violet. HEX triplet: 9A, 3C and 7B. RGB value is (154,60,123). Sum of RGB (Red+Green+Blue) = 154+60+123=337 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.70% from 337); Green value is 60 (23.83% from 255 or 17.80% from 337); Blue value is 123 (48.44% from 255 or 36.50% from 337); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3C7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A3C7B is #65C384. Grayscale: #5F5F5F. Windows color (decimal): -6669189 or 8076442. OLE color: 8076442.
HSL color Cylindrical-coordinate representation of color #9A3C7B: hue angle of 319.79º 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 #9A3C7B is Cyan = 0, Magento = 0.61, Yellow = 0.20 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 60 | 123 | - |
| CMYK | 0 | 0.61 | 0.20 | 0.40 |
| HSL | 319.79º | 0.44% | 0.42% | - |
| HSV(B) | 319.79º | 0.61% | 0.6% | - |
| XYZ | 18.52 | 11.53 | 19.99 | - |
| YUV | 95.29 | 143.64 | 169.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 60 | 123 | 0 | 0.61 | 0.20 | 0.40 | 319.79 | 0.44 | 0.42 |
| Hex | 9A | 3C | 7B | 0 | 3D | 14 | 28 | 140 | 2C | 2A |
| Octal | 232 | 74 | 173 | 0 | 75 | 24 | 50 | 500 | 54 | 52 |
| Binary | 10011010 | 111100 | 1111011 | 0 | 111101 | 10100 | 101000 | 101000000 | 101100 | 101010 |
Color Harmonies of #9A3C7B
Complementary color
Monochromatic Colors of #9A3C7B
Black with #9A3C7B
Text Example
Text Example
White with #9A3C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A3C7B; }
p { color: rgb(154,60,123); }
H1.HeaderClassName
{
color: #9A3C7B;
}
.AnyTagClassName
{
color: #9A3C7B;
}
</style>
background-color css
<style>
a { background-color: #9A3C7B; }
a { background-color: rgb(154,60,123); }
div.DivClassName
{
background-color: #9A3C7B;
}
.BgClassName
{
background-color: #9A3C7B;
}
</style>
border-color css
<style>
span { border-color: #9A3C7B; }
span { border-color: rgb(154,60,123); }
td.TdClassName
{
border-color: #9A3C7B;
}
.TagClassName
{
border-color: #9A3C7B;
}
</style>