Shades of Medium Red Violet #9C3B85
Tints of Medium Red Violet #9C3B85
RGB
CMYK
RGB Variations
Color information
#9C3B85 (or 0x9C3B85) is known color: Medium Red Violet. HEX triplet: 9C, 3B and 85. RGB value is (156,59,133). Sum of RGB (Red+Green+Blue) = 156+59+133=348 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.83% from 348); Green value is 59 (23.44% from 255 or 16.95% from 348); Blue value is 133 (52.34% from 255 or 38.22% from 348); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3B85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C3B85 is #63C47A. Grayscale: #606060. Windows color (decimal): -6538363 or 8731548. OLE color: 8731548.
HSL color Cylindrical-coordinate representation of color #9C3B85: hue angle of 314.23º 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 #9C3B85 is Cyan = 0, Magento = 0.62, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 59 | 133 | - |
| CMYK | 0 | 0.62 | 0.15 | 0.39 |
| HSL | 314.23º | 0.45% | 0.42% | - |
| HSV(B) | 314.23º | 0.62% | 0.61% | - |
| XYZ | 19.51 | 11.89 | 23.46 | - |
| YUV | 96.44 | 148.64 | 170.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 59 | 133 | 0 | 0.62 | 0.15 | 0.39 | 314.23 | 0.45 | 0.42 |
| Hex | 9C | 3B | 85 | 0 | 3E | F | 27 | 13A | 2D | 2A |
| Octal | 234 | 73 | 205 | 0 | 76 | 17 | 47 | 472 | 55 | 52 |
| Binary | 10011100 | 111011 | 10000101 | 0 | 111110 | 1111 | 100111 | 100111010 | 101101 | 101010 |
Color Harmonies of #9C3B85
Complementary color
Monochromatic Colors of #9C3B85
Black with #9C3B85
Text Example
Text Example
White with #9C3B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C3B85; }
p { color: rgb(156,59,133); }
H1.HeaderClassName
{
color: #9C3B85;
}
.AnyTagClassName
{
color: #9C3B85;
}
</style>
background-color css
<style>
a { background-color: #9C3B85; }
a { background-color: rgb(156,59,133); }
div.DivClassName
{
background-color: #9C3B85;
}
.BgClassName
{
background-color: #9C3B85;
}
</style>
border-color css
<style>
span { border-color: #9C3B85; }
span { border-color: rgb(156,59,133); }
td.TdClassName
{
border-color: #9C3B85;
}
.TagClassName
{
border-color: #9C3B85;
}
</style>