Shades of Medium Red Violet #993D7B
Tints of Medium Red Violet #993D7B
RGB
CMYK
RGB Variations
Color information
#993D7B (or 0x993D7B) is known color: Medium Red Violet. HEX triplet: 99, 3D and 7B. RGB value is (153,61,123). Sum of RGB (Red+Green+Blue) = 153+61+123=337 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.40% from 337); Green value is 61 (24.22% from 255 or 18.10% from 337); Blue value is 123 (48.44% from 255 or 36.50% from 337); Max value from RGB is 153 - color contains mainly: red. Hex color #993D7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993D7B is #66C284. Grayscale: #5F5F5F. Windows color (decimal): -6734469 or 8076697. OLE color: 8076697.
HSL color Cylindrical-coordinate representation of color #993D7B: hue angle of 319.57º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #993D7B is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 61 | 123 | - |
| CMYK | 0 | 0.60 | 0.20 | 0.4 |
| HSL | 319.57º | 0.43% | 0.42% | - |
| HSV(B) | 319.57º | 0.6% | 0.6% | - |
| XYZ | 18.38 | 11.54 | 20 | - |
| YUV | 95.58 | 143.48 | 168.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 61 | 123 | 0 | 0.60 | 0.20 | 0.4 | 319.57 | 0.43 | 0.42 |
| Hex | 99 | 3D | 7B | 0 | 3C | 14 | 28 | 140 | 2B | 2A |
| Octal | 231 | 75 | 173 | 0 | 74 | 24 | 50 | 500 | 53 | 52 |
| Binary | 10011001 | 111101 | 1111011 | 0 | 111100 | 10100 | 101000 | 101000000 | 101011 | 101010 |
Color Harmonies of #993D7B
Complementary color
Monochromatic Colors of #993D7B
Black with #993D7B
Text Example
Text Example
White with #993D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993D7B; }
p { color: rgb(153,61,123); }
H1.HeaderClassName
{
color: #993D7B;
}
.AnyTagClassName
{
color: #993D7B;
}
</style>
background-color css
<style>
a { background-color: #993D7B; }
a { background-color: rgb(153,61,123); }
div.DivClassName
{
background-color: #993D7B;
}
.BgClassName
{
background-color: #993D7B;
}
</style>
border-color css
<style>
span { border-color: #993D7B; }
span { border-color: rgb(153,61,123); }
td.TdClassName
{
border-color: #993D7B;
}
.TagClassName
{
border-color: #993D7B;
}
</style>