Shades of Medium Red Violet #9B387E
Tints of Medium Red Violet #9B387E
RGB
CMYK
RGB Variations
Color information
#9B387E (or 0x9B387E) is known color: Medium Red Violet. HEX triplet: 9B, 38 and 7E. RGB value is (155,56,126). Sum of RGB (Red+Green+Blue) = 155+56+126=337 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.99% from 337); Green value is 56 (22.27% from 255 or 16.62% from 337); Blue value is 126 (49.61% from 255 or 37.39% from 337); Max value from RGB is 155 - color contains mainly: red. Hex color #9B387E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B387E is #64C781. Grayscale: #5D5D5D. Windows color (decimal): -6604674 or 8272027. OLE color: 8272027.
HSL color Cylindrical-coordinate representation of color #9B387E: hue angle of 317.58º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9B387E is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 56 | 126 | - |
| CMYK | 0 | 0.64 | 0.19 | 0.39 |
| HSL | 317.58º | 0.47% | 0.41% | - |
| HSV(B) | 317.58º | 0.64% | 0.61% | - |
| XYZ | 18.7 | 11.3 | 20.93 | - |
| YUV | 93.58 | 146.3 | 171.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 56 | 126 | 0 | 0.64 | 0.19 | 0.39 | 317.58 | 0.47 | 0.41 |
| Hex | 9B | 38 | 7E | 0 | 40 | 13 | 27 | 13E | 2F | 29 |
| Octal | 233 | 70 | 176 | 0 | 100 | 23 | 47 | 476 | 57 | 51 |
| Binary | 10011011 | 111000 | 1111110 | 0 | 1000000 | 10011 | 100111 | 100111110 | 101111 | 101001 |
Color Harmonies of #9B387E
Complementary color
Monochromatic Colors of #9B387E
Black with #9B387E
Text Example
Text Example
White with #9B387E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B387E; }
p { color: rgb(155,56,126); }
H1.HeaderClassName
{
color: #9B387E;
}
.AnyTagClassName
{
color: #9B387E;
}
</style>
background-color css
<style>
a { background-color: #9B387E; }
a { background-color: rgb(155,56,126); }
div.DivClassName
{
background-color: #9B387E;
}
.BgClassName
{
background-color: #9B387E;
}
</style>
border-color css
<style>
span { border-color: #9B387E; }
span { border-color: rgb(155,56,126); }
td.TdClassName
{
border-color: #9B387E;
}
.TagClassName
{
border-color: #9B387E;
}
</style>