Shades of Medium Red Violet #9B3D87
Tints of Medium Red Violet #9B3D87
RGB
CMYK
RGB Variations
Color information
#9B3D87 (or 0x9B3D87) is known color: Medium Red Violet. HEX triplet: 9B, 3D and 87. RGB value is (155,61,135). Sum of RGB (Red+Green+Blue) = 155+61+135=351 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.16% from 351); Green value is 61 (24.22% from 255 or 17.38% from 351); Blue value is 135 (53.12% from 255 or 38.46% from 351); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3D87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B3D87 is #64C278. Grayscale: #616161. Windows color (decimal): -6603385 or 8863131. OLE color: 8863131.
HSL color Cylindrical-coordinate representation of color #9B3D87: hue angle of 312.77º 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 #9B3D87 is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 61 | 135 | - |
| CMYK | 0 | 0.61 | 0.13 | 0.39 |
| HSL | 312.77º | 0.44% | 0.42% | - |
| HSV(B) | 312.77º | 0.61% | 0.61% | - |
| XYZ | 19.56 | 12.06 | 24.22 | - |
| YUV | 97.54 | 149.14 | 168.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 61 | 135 | 0 | 0.61 | 0.13 | 0.39 | 312.77 | 0.44 | 0.42 |
| Hex | 9B | 3D | 87 | 0 | 3D | D | 27 | 139 | 2C | 2A |
| Octal | 233 | 75 | 207 | 0 | 75 | 15 | 47 | 471 | 54 | 52 |
| Binary | 10011011 | 111101 | 10000111 | 0 | 111101 | 1101 | 100111 | 100111001 | 101100 | 101010 |
Color Harmonies of #9B3D87
Complementary color
Monochromatic Colors of #9B3D87
Black with #9B3D87
Text Example
Text Example
White with #9B3D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3D87; }
p { color: rgb(155,61,135); }
H1.HeaderClassName
{
color: #9B3D87;
}
.AnyTagClassName
{
color: #9B3D87;
}
</style>
background-color css
<style>
a { background-color: #9B3D87; }
a { background-color: rgb(155,61,135); }
div.DivClassName
{
background-color: #9B3D87;
}
.BgClassName
{
background-color: #9B3D87;
}
</style>
border-color css
<style>
span { border-color: #9B3D87; }
span { border-color: rgb(155,61,135); }
td.TdClassName
{
border-color: #9B3D87;
}
.TagClassName
{
border-color: #9B3D87;
}
</style>