Shades of Medium Red Violet #9B4581
Tints of Medium Red Violet #9B4581
RGB
CMYK
RGB Variations
Color information
#9B4581 (or 0x9B4581) is known color: Medium Red Violet. HEX triplet: 9B, 45 and 81. RGB value is (155,69,129). Sum of RGB (Red+Green+Blue) = 155+69+129=353 (46% of max value = 765). Red value is 155 (60.94% from 255 or 43.91% from 353); Green value is 69 (27.34% from 255 or 19.55% from 353); Blue value is 129 (50.78% from 255 or 36.54% from 353); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4581 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B4581 is #64BA7E. Grayscale: #656565. Windows color (decimal): -6601343 or 8471963. OLE color: 8471963.
HSL color Cylindrical-coordinate representation of color #9B4581: hue angle of 318.14º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9B4581 is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 69 | 129 | - |
| CMYK | 0 | 0.55 | 0.17 | 0.39 |
| HSL | 318.14º | 0.38% | 0.44% | - |
| HSV(B) | 318.14º | 0.55% | 0.61% | - |
| XYZ | 19.61 | 12.81 | 22.21 | - |
| YUV | 101.55 | 143.49 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 69 | 129 | 0 | 0.55 | 0.17 | 0.39 | 318.14 | 0.38 | 0.44 |
| Hex | 9B | 45 | 81 | 0 | 37 | 11 | 27 | 13E | 26 | 2C |
| Octal | 233 | 105 | 201 | 0 | 67 | 21 | 47 | 476 | 46 | 54 |
| Binary | 10011011 | 1000101 | 10000001 | 0 | 110111 | 10001 | 100111 | 100111110 | 100110 | 101100 |
Color Harmonies of #9B4581
Complementary color
Monochromatic Colors of #9B4581
Black with #9B4581
Text Example
Text Example
White with #9B4581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4581; }
p { color: rgb(155,69,129); }
H1.HeaderClassName
{
color: #9B4581;
}
.AnyTagClassName
{
color: #9B4581;
}
</style>
background-color css
<style>
a { background-color: #9B4581; }
a { background-color: rgb(155,69,129); }
div.DivClassName
{
background-color: #9B4581;
}
.BgClassName
{
background-color: #9B4581;
}
</style>
border-color css
<style>
span { border-color: #9B4581; }
span { border-color: rgb(155,69,129); }
td.TdClassName
{
border-color: #9B4581;
}
.TagClassName
{
border-color: #9B4581;
}
</style>