Shades of Medium Red Violet #9B407F
Tints of Medium Red Violet #9B407F
RGB
CMYK
RGB Variations
Color information
#9B407F (or 0x9B407F) is known color: Medium Red Violet. HEX triplet: 9B, 40 and 7F. RGB value is (155,64,127). Sum of RGB (Red+Green+Blue) = 155+64+127=346 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.80% from 346); Green value is 64 (25.39% from 255 or 18.50% from 346); Blue value is 127 (50% from 255 or 36.71% from 346); Max value from RGB is 155 - color contains mainly: red. Hex color #9B407F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B407F is #64BF80. Grayscale: #626262. Windows color (decimal): -6602625 or 8339611. OLE color: 8339611.
HSL color Cylindrical-coordinate representation of color #9B407F: hue angle of 318.46º 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 #9B407F is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 64 | 127 | - |
| CMYK | 0 | 0.59 | 0.18 | 0.39 |
| HSL | 318.46º | 0.42% | 0.43% | - |
| HSV(B) | 318.46º | 0.59% | 0.61% | - |
| XYZ | 19.18 | 12.17 | 21.42 | - |
| YUV | 98.39 | 144.15 | 168.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 64 | 127 | 0 | 0.59 | 0.18 | 0.39 | 318.46 | 0.42 | 0.43 |
| Hex | 9B | 40 | 7F | 0 | 3B | 12 | 27 | 13E | 2A | 2B |
| Octal | 233 | 100 | 177 | 0 | 73 | 22 | 47 | 476 | 52 | 53 |
| Binary | 10011011 | 1000000 | 1111111 | 0 | 111011 | 10010 | 100111 | 100111110 | 101010 | 101011 |
Color Harmonies of #9B407F
Complementary color
Monochromatic Colors of #9B407F
Black with #9B407F
Text Example
Text Example
White with #9B407F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B407F; }
p { color: rgb(155,64,127); }
H1.HeaderClassName
{
color: #9B407F;
}
.AnyTagClassName
{
color: #9B407F;
}
</style>
background-color css
<style>
a { background-color: #9B407F; }
a { background-color: rgb(155,64,127); }
div.DivClassName
{
background-color: #9B407F;
}
.BgClassName
{
background-color: #9B407F;
}
</style>
border-color css
<style>
span { border-color: #9B407F; }
span { border-color: rgb(155,64,127); }
td.TdClassName
{
border-color: #9B407F;
}
.TagClassName
{
border-color: #9B407F;
}
</style>