Shades of Medium Red Violet #9B3C7B
Tints of Medium Red Violet #9B3C7B
RGB
CMYK
RGB Variations
Color information
#9B3C7B (or 0x9B3C7B) is known color: Medium Red Violet. HEX triplet: 9B, 3C and 7B. RGB value is (155,60,123). Sum of RGB (Red+Green+Blue) = 155+60+123=338 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.86% from 338); Green value is 60 (23.83% from 255 or 17.75% from 338); Blue value is 123 (48.44% from 255 or 36.39% from 338); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3C7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B3C7B is #64C384. Grayscale: #5F5F5F. Windows color (decimal): -6603653 or 8076443. OLE color: 8076443.
HSL color Cylindrical-coordinate representation of color #9B3C7B: hue angle of 320.21º 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 #9B3C7B is Cyan = 0, Magento = 0.61, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 60 | 123 | - |
| CMYK | 0 | 0.61 | 0.21 | 0.39 |
| HSL | 320.21º | 0.44% | 0.42% | - |
| HSV(B) | 320.21º | 0.61% | 0.61% | - |
| XYZ | 18.71 | 11.63 | 20 | - |
| YUV | 95.59 | 143.47 | 170.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 60 | 123 | 0 | 0.61 | 0.21 | 0.39 | 320.21 | 0.44 | 0.42 |
| Hex | 9B | 3C | 7B | 0 | 3D | 15 | 27 | 140 | 2C | 2A |
| Octal | 233 | 74 | 173 | 0 | 75 | 25 | 47 | 500 | 54 | 52 |
| Binary | 10011011 | 111100 | 1111011 | 0 | 111101 | 10101 | 100111 | 101000000 | 101100 | 101010 |
Color Harmonies of #9B3C7B
Complementary color
Monochromatic Colors of #9B3C7B
Black with #9B3C7B
Text Example
Text Example
White with #9B3C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3C7B; }
p { color: rgb(155,60,123); }
H1.HeaderClassName
{
color: #9B3C7B;
}
.AnyTagClassName
{
color: #9B3C7B;
}
</style>
background-color css
<style>
a { background-color: #9B3C7B; }
a { background-color: rgb(155,60,123); }
div.DivClassName
{
background-color: #9B3C7B;
}
.BgClassName
{
background-color: #9B3C7B;
}
</style>
border-color css
<style>
span { border-color: #9B3C7B; }
span { border-color: rgb(155,60,123); }
td.TdClassName
{
border-color: #9B3C7B;
}
.TagClassName
{
border-color: #9B3C7B;
}
</style>