Shades of Medium Red Violet #9B3F89
Tints of Medium Red Violet #9B3F89
RGB
CMYK
RGB Variations
Color information
#9B3F89 (or 0x9B3F89) is known color: Medium Red Violet. HEX triplet: 9B, 3F and 89. RGB value is (155,63,137). Sum of RGB (Red+Green+Blue) = 155+63+137=355 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.66% from 355); Green value is 63 (25% from 255 or 17.75% from 355); Blue value is 137 (53.91% from 255 or 38.59% from 355); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3F89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B3F89 is #64C076. Grayscale: #626262. Windows color (decimal): -6602871 or 8994715. OLE color: 8994715.
HSL color Cylindrical-coordinate representation of color #9B3F89: hue angle of 311.74º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9B3F89 is Cyan = 0, Magento = 0.59, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 63 | 137 | - |
| CMYK | 0 | 0.59 | 0.12 | 0.39 |
| HSL | 311.74º | 0.42% | 0.43% | - |
| HSV(B) | 311.74º | 0.59% | 0.61% | - |
| XYZ | 19.81 | 12.33 | 25 | - |
| YUV | 98.94 | 149.48 | 167.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 63 | 137 | 0 | 0.59 | 0.12 | 0.39 | 311.74 | 0.42 | 0.43 |
| Hex | 9B | 3F | 89 | 0 | 3B | C | 27 | 138 | 2A | 2B |
| Octal | 233 | 77 | 211 | 0 | 73 | 14 | 47 | 470 | 52 | 53 |
| Binary | 10011011 | 111111 | 10001001 | 0 | 111011 | 1100 | 100111 | 100111000 | 101010 | 101011 |
Color Harmonies of #9B3F89
Complementary color
Monochromatic Colors of #9B3F89
Black with #9B3F89
Text Example
Text Example
White with #9B3F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3F89; }
p { color: rgb(155,63,137); }
H1.HeaderClassName
{
color: #9B3F89;
}
.AnyTagClassName
{
color: #9B3F89;
}
</style>
background-color css
<style>
a { background-color: #9B3F89; }
a { background-color: rgb(155,63,137); }
div.DivClassName
{
background-color: #9B3F89;
}
.BgClassName
{
background-color: #9B3F89;
}
</style>
border-color css
<style>
span { border-color: #9B3F89; }
span { border-color: rgb(155,63,137); }
td.TdClassName
{
border-color: #9B3F89;
}
.TagClassName
{
border-color: #9B3F89;
}
</style>