Shades of Medium Red Violet #993F7C
Tints of Medium Red Violet #993F7C
RGB
CMYK
RGB Variations
Color information
#993F7C (or 0x993F7C) is known color: Medium Red Violet. HEX triplet: 99, 3F and 7C. RGB value is (153,63,124). Sum of RGB (Red+Green+Blue) = 153+63+124=340 (45% of max value = 765). Red value is 153 (60.16% from 255 or 45% from 340); Green value is 63 (25% from 255 or 18.53% from 340); Blue value is 124 (48.83% from 255 or 36.47% from 340); Max value from RGB is 153 - color contains mainly: red. Hex color #993F7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993F7C is #66C083. Grayscale: #606060. Windows color (decimal): -6733956 or 8142745. OLE color: 8142745.
HSL color Cylindrical-coordinate representation of color #993F7C: hue angle of 319.33º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #993F7C is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 63 | 124 | - |
| CMYK | 0 | 0.59 | 0.19 | 0.4 |
| HSL | 319.33º | 0.42% | 0.42% | - |
| HSV(B) | 319.33º | 0.59% | 0.6% | - |
| XYZ | 18.55 | 11.78 | 20.37 | - |
| YUV | 96.86 | 143.32 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 63 | 124 | 0 | 0.59 | 0.19 | 0.4 | 319.33 | 0.42 | 0.42 |
| Hex | 99 | 3F | 7C | 0 | 3B | 13 | 28 | 13F | 2A | 2A |
| Octal | 231 | 77 | 174 | 0 | 73 | 23 | 50 | 477 | 52 | 52 |
| Binary | 10011001 | 111111 | 1111100 | 0 | 111011 | 10011 | 101000 | 100111111 | 101010 | 101010 |
Color Harmonies of #993F7C
Complementary color
Monochromatic Colors of #993F7C
Black with #993F7C
Text Example
Text Example
White with #993F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993F7C; }
p { color: rgb(153,63,124); }
H1.HeaderClassName
{
color: #993F7C;
}
.AnyTagClassName
{
color: #993F7C;
}
</style>
background-color css
<style>
a { background-color: #993F7C; }
a { background-color: rgb(153,63,124); }
div.DivClassName
{
background-color: #993F7C;
}
.BgClassName
{
background-color: #993F7C;
}
</style>
border-color css
<style>
span { border-color: #993F7C; }
span { border-color: rgb(153,63,124); }
td.TdClassName
{
border-color: #993F7C;
}
.TagClassName
{
border-color: #993F7C;
}
</style>