Shades of Medium Red Violet #9B377D
Tints of Medium Red Violet #9B377D
RGB
CMYK
RGB Variations
Color information
#9B377D (or 0x9B377D) is known color: Medium Red Violet. HEX triplet: 9B, 37 and 7D. RGB value is (155,55,125). Sum of RGB (Red+Green+Blue) = 155+55+125=335 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.27% from 335); Green value is 55 (21.88% from 255 or 16.42% from 335); Blue value is 125 (49.22% from 255 or 37.31% from 335); Max value from RGB is 155 - color contains mainly: red. Hex color #9B377D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B377D is #64C882. Grayscale: #5C5C5C. Windows color (decimal): -6604931 or 8206235. OLE color: 8206235.
HSL color Cylindrical-coordinate representation of color #9B377D: hue angle of 318º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9B377D is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 55 | 125 | - |
| CMYK | 0 | 0.65 | 0.19 | 0.39 |
| HSL | 318º | 0.48% | 0.41% | - |
| HSV(B) | 318º | 0.65% | 0.61% | - |
| XYZ | 18.59 | 11.18 | 20.58 | - |
| YUV | 92.88 | 146.13 | 172.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 55 | 125 | 0 | 0.65 | 0.19 | 0.39 | 318 | 0.48 | 0.41 |
| Hex | 9B | 37 | 7D | 0 | 41 | 13 | 27 | 13E | 30 | 29 |
| Octal | 233 | 67 | 175 | 0 | 101 | 23 | 47 | 476 | 60 | 51 |
| Binary | 10011011 | 110111 | 1111101 | 0 | 1000001 | 10011 | 100111 | 100111110 | 110000 | 101001 |
Color Harmonies of #9B377D
Complementary color
Monochromatic Colors of #9B377D
Black with #9B377D
Text Example
Text Example
White with #9B377D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B377D; }
p { color: rgb(155,55,125); }
H1.HeaderClassName
{
color: #9B377D;
}
.AnyTagClassName
{
color: #9B377D;
}
</style>
background-color css
<style>
a { background-color: #9B377D; }
a { background-color: rgb(155,55,125); }
div.DivClassName
{
background-color: #9B377D;
}
.BgClassName
{
background-color: #9B377D;
}
</style>
border-color css
<style>
span { border-color: #9B377D; }
span { border-color: rgb(155,55,125); }
td.TdClassName
{
border-color: #9B377D;
}
.TagClassName
{
border-color: #9B377D;
}
</style>