Shades of Medium Red Violet #9B427C
Tints of Medium Red Violet #9B427C
RGB
CMYK
RGB Variations
Color information
#9B427C (or 0x9B427C) is known color: Medium Red Violet. HEX triplet: 9B, 42 and 7C. RGB value is (155,66,124). Sum of RGB (Red+Green+Blue) = 155+66+124=345 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.93% from 345); Green value is 66 (26.17% from 255 or 19.13% from 345); Blue value is 124 (48.83% from 255 or 35.94% from 345); Max value from RGB is 155 - color contains mainly: red. Hex color #9B427C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B427C is #64BD83. Grayscale: #636363. Windows color (decimal): -6602116 or 8143515. OLE color: 8143515.
HSL color Cylindrical-coordinate representation of color #9B427C: hue angle of 320.9º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9B427C is Cyan = 0, Magento = 0.57, Yellow = 0.2 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 66 | 124 | - |
| CMYK | 0 | 0.57 | 0.2 | 0.39 |
| HSL | 320.9º | 0.4% | 0.43% | - |
| HSV(B) | 320.9º | 0.57% | 0.61% | - |
| XYZ | 19.1 | 12.32 | 20.44 | - |
| YUV | 99.22 | 141.99 | 167.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 66 | 124 | 0 | 0.57 | 0.2 | 0.39 | 320.9 | 0.4 | 0.43 |
| Hex | 9B | 42 | 7C | 0 | 39 | 14 | 27 | 141 | 28 | 2B |
| Octal | 233 | 102 | 174 | 0 | 71 | 24 | 47 | 501 | 50 | 53 |
| Binary | 10011011 | 1000010 | 1111100 | 0 | 111001 | 10100 | 100111 | 101000001 | 101000 | 101011 |
Color Harmonies of #9B427C
Complementary color
Monochromatic Colors of #9B427C
Black with #9B427C
Text Example
Text Example
White with #9B427C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B427C; }
p { color: rgb(155,66,124); }
H1.HeaderClassName
{
color: #9B427C;
}
.AnyTagClassName
{
color: #9B427C;
}
</style>
background-color css
<style>
a { background-color: #9B427C; }
a { background-color: rgb(155,66,124); }
div.DivClassName
{
background-color: #9B427C;
}
.BgClassName
{
background-color: #9B427C;
}
</style>
border-color css
<style>
span { border-color: #9B427C; }
span { border-color: rgb(155,66,124); }
td.TdClassName
{
border-color: #9B427C;
}
.TagClassName
{
border-color: #9B427C;
}
</style>