Shades of Medium Red Violet #9A4683
Tints of Medium Red Violet #9A4683
RGB
CMYK
RGB Variations
Color information
#9A4683 (or 0x9A4683) is known color: Medium Red Violet. HEX triplet: 9A, 46 and 83. RGB value is (154,70,131). Sum of RGB (Red+Green+Blue) = 154+70+131=355 (47% of max value = 765). Red value is 154 (60.55% from 255 or 43.38% from 355); Green value is 70 (27.73% from 255 or 19.72% from 355); Blue value is 131 (51.56% from 255 or 36.90% from 355); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4683 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A4683 is #65B97C. Grayscale: #656565. Windows color (decimal): -6666621 or 8603290. OLE color: 8603290.
HSL color Cylindrical-coordinate representation of color #9A4683: hue angle of 316.43º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9A4683 is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 70 | 131 | - |
| CMYK | 0 | 0.55 | 0.15 | 0.40 |
| HSL | 316.43º | 0.38% | 0.44% | - |
| HSV(B) | 316.43º | 0.55% | 0.6% | - |
| XYZ | 19.61 | 12.89 | 22.93 | - |
| YUV | 102.07 | 144.33 | 165.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 70 | 131 | 0 | 0.55 | 0.15 | 0.40 | 316.43 | 0.38 | 0.44 |
| Hex | 9A | 46 | 83 | 0 | 37 | F | 28 | 13C | 26 | 2C |
| Octal | 232 | 106 | 203 | 0 | 67 | 17 | 50 | 474 | 46 | 54 |
| Binary | 10011010 | 1000110 | 10000011 | 0 | 110111 | 1111 | 101000 | 100111100 | 100110 | 101100 |
Color Harmonies of #9A4683
Complementary color
Monochromatic Colors of #9A4683
Black with #9A4683
Text Example
Text Example
White with #9A4683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A4683; }
p { color: rgb(154,70,131); }
H1.HeaderClassName
{
color: #9A4683;
}
.AnyTagClassName
{
color: #9A4683;
}
</style>
background-color css
<style>
a { background-color: #9A4683; }
a { background-color: rgb(154,70,131); }
div.DivClassName
{
background-color: #9A4683;
}
.BgClassName
{
background-color: #9A4683;
}
</style>
border-color css
<style>
span { border-color: #9A4683; }
span { border-color: rgb(154,70,131); }
td.TdClassName
{
border-color: #9A4683;
}
.TagClassName
{
border-color: #9A4683;
}
</style>