Shades of Medium Red Violet #9B3D84
Tints of Medium Red Violet #9B3D84
RGB
CMYK
RGB Variations
Color information
#9B3D84 (or 0x9B3D84) is known color: Medium Red Violet. HEX triplet: 9B, 3D and 84. RGB value is (155,61,132). Sum of RGB (Red+Green+Blue) = 155+61+132=348 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.54% from 348); Green value is 61 (24.22% from 255 or 17.53% from 348); Blue value is 132 (51.95% from 255 or 37.93% from 348); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3D84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B3D84 is #64C27B. Grayscale: #616161. Windows color (decimal): -6603388 or 8666523. OLE color: 8666523.
HSL color Cylindrical-coordinate representation of color #9B3D84: hue angle of 314.68º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9B3D84 is Cyan = 0, Magento = 0.61, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 61 | 132 | - |
| CMYK | 0 | 0.61 | 0.15 | 0.39 |
| HSL | 314.68º | 0.44% | 0.42% | - |
| HSV(B) | 314.68º | 0.61% | 0.61% | - |
| XYZ | 19.35 | 11.97 | 23.12 | - |
| YUV | 97.2 | 147.64 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 61 | 132 | 0 | 0.61 | 0.15 | 0.39 | 314.68 | 0.44 | 0.42 |
| Hex | 9B | 3D | 84 | 0 | 3D | F | 27 | 13B | 2C | 2A |
| Octal | 233 | 75 | 204 | 0 | 75 | 17 | 47 | 473 | 54 | 52 |
| Binary | 10011011 | 111101 | 10000100 | 0 | 111101 | 1111 | 100111 | 100111011 | 101100 | 101010 |
Color Harmonies of #9B3D84
Complementary color
Monochromatic Colors of #9B3D84
Black with #9B3D84
Text Example
Text Example
White with #9B3D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3D84; }
p { color: rgb(155,61,132); }
H1.HeaderClassName
{
color: #9B3D84;
}
.AnyTagClassName
{
color: #9B3D84;
}
</style>
background-color css
<style>
a { background-color: #9B3D84; }
a { background-color: rgb(155,61,132); }
div.DivClassName
{
background-color: #9B3D84;
}
.BgClassName
{
background-color: #9B3D84;
}
</style>
border-color css
<style>
span { border-color: #9B3D84; }
span { border-color: rgb(155,61,132); }
td.TdClassName
{
border-color: #9B3D84;
}
.TagClassName
{
border-color: #9B3D84;
}
</style>