Shades of Medium Red Violet #9B3B85
Tints of Medium Red Violet #9B3B85
RGB
CMYK
RGB Variations
Color information
#9B3B85 (or 0x9B3B85) is known color: Medium Red Violet. HEX triplet: 9B, 3B and 85. RGB value is (155,59,133). Sum of RGB (Red+Green+Blue) = 155+59+133=347 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.67% from 347); Green value is 59 (23.44% from 255 or 17.00% from 347); Blue value is 133 (52.34% from 255 or 38.33% from 347); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3B85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B3B85 is #64C47A. Grayscale: #5F5F5F. Windows color (decimal): -6603899 or 8731547. OLE color: 8731547.
HSL color Cylindrical-coordinate representation of color #9B3B85: hue angle of 313.75º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9B3B85 is Cyan = 0, Magento = 0.62, Yellow = 0.14 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 59 | 133 | - |
| CMYK | 0 | 0.62 | 0.14 | 0.39 |
| HSL | 313.75º | 0.45% | 0.42% | - |
| HSV(B) | 313.75º | 0.62% | 0.61% | - |
| XYZ | 19.32 | 11.79 | 23.45 | - |
| YUV | 96.14 | 148.8 | 169.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 59 | 133 | 0 | 0.62 | 0.14 | 0.39 | 313.75 | 0.45 | 0.42 |
| Hex | 9B | 3B | 85 | 0 | 3E | E | 27 | 13A | 2D | 2A |
| Octal | 233 | 73 | 205 | 0 | 76 | 16 | 47 | 472 | 55 | 52 |
| Binary | 10011011 | 111011 | 10000101 | 0 | 111110 | 1110 | 100111 | 100111010 | 101101 | 101010 |
Color Harmonies of #9B3B85
Complementary color
Monochromatic Colors of #9B3B85
Black with #9B3B85
Text Example
Text Example
White with #9B3B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3B85; }
p { color: rgb(155,59,133); }
H1.HeaderClassName
{
color: #9B3B85;
}
.AnyTagClassName
{
color: #9B3B85;
}
</style>
background-color css
<style>
a { background-color: #9B3B85; }
a { background-color: rgb(155,59,133); }
div.DivClassName
{
background-color: #9B3B85;
}
.BgClassName
{
background-color: #9B3B85;
}
</style>
border-color css
<style>
span { border-color: #9B3B85; }
span { border-color: rgb(155,59,133); }
td.TdClassName
{
border-color: #9B3B85;
}
.TagClassName
{
border-color: #9B3B85;
}
</style>