Shades of Medium Red Violet #9B3C7E
Tints of Medium Red Violet #9B3C7E
RGB
CMYK
RGB Variations
Color information
#9B3C7E (or 0x9B3C7E) is known color: Medium Red Violet. HEX triplet: 9B, 3C and 7E. RGB value is (155,60,126). Sum of RGB (Red+Green+Blue) = 155+60+126=341 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.45% from 341); Green value is 60 (23.83% from 255 or 17.60% from 341); Blue value is 126 (49.61% from 255 or 36.95% from 341); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3C7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B3C7E is #64C381. Grayscale: #5F5F5F. Windows color (decimal): -6603650 or 8273051. OLE color: 8273051.
HSL color Cylindrical-coordinate representation of color #9B3C7E: hue angle of 318.32º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9B3C7E is Cyan = 0, Magento = 0.61, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 60 | 126 | - |
| CMYK | 0 | 0.61 | 0.19 | 0.39 |
| HSL | 318.32º | 0.44% | 0.42% | - |
| HSV(B) | 318.32º | 0.61% | 0.61% | - |
| XYZ | 18.9 | 11.71 | 21 | - |
| YUV | 95.93 | 144.97 | 170.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 60 | 126 | 0 | 0.61 | 0.19 | 0.39 | 318.32 | 0.44 | 0.42 |
| Hex | 9B | 3C | 7E | 0 | 3D | 13 | 27 | 13E | 2C | 2A |
| Octal | 233 | 74 | 176 | 0 | 75 | 23 | 47 | 476 | 54 | 52 |
| Binary | 10011011 | 111100 | 1111110 | 0 | 111101 | 10011 | 100111 | 100111110 | 101100 | 101010 |
Color Harmonies of #9B3C7E
Complementary color
Monochromatic Colors of #9B3C7E
Black with #9B3C7E
Text Example
Text Example
White with #9B3C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3C7E; }
p { color: rgb(155,60,126); }
H1.HeaderClassName
{
color: #9B3C7E;
}
.AnyTagClassName
{
color: #9B3C7E;
}
</style>
background-color css
<style>
a { background-color: #9B3C7E; }
a { background-color: rgb(155,60,126); }
div.DivClassName
{
background-color: #9B3C7E;
}
.BgClassName
{
background-color: #9B3C7E;
}
</style>
border-color css
<style>
span { border-color: #9B3C7E; }
span { border-color: rgb(155,60,126); }
td.TdClassName
{
border-color: #9B3C7E;
}
.TagClassName
{
border-color: #9B3C7E;
}
</style>