Shades of Medium Red Violet #993F7B
Tints of Medium Red Violet #993F7B
RGB
CMYK
RGB Variations
Color information
#993F7B (or 0x993F7B) is known color: Medium Red Violet. HEX triplet: 99, 3F and 7B. RGB value is (153,63,123). Sum of RGB (Red+Green+Blue) = 153+63+123=339 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.13% from 339); Green value is 63 (25% from 255 or 18.58% from 339); Blue value is 123 (48.44% from 255 or 36.28% from 339); Max value from RGB is 153 - color contains mainly: red. Hex color #993F7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993F7B is #66C084. Grayscale: #606060. Windows color (decimal): -6733957 or 8077209. OLE color: 8077209.
HSL color Cylindrical-coordinate representation of color #993F7B: hue angle of 320º 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 #993F7B is Cyan = 0, Magento = 0.59, Yellow = 0.20 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 63 | 123 | - |
| CMYK | 0 | 0.59 | 0.20 | 0.4 |
| HSL | 320º | 0.42% | 0.42% | - |
| HSV(B) | 320º | 0.59% | 0.6% | - |
| XYZ | 18.49 | 11.76 | 20.03 | - |
| YUV | 96.75 | 142.82 | 168.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 63 | 123 | 0 | 0.59 | 0.20 | 0.4 | 320 | 0.42 | 0.42 |
| Hex | 99 | 3F | 7B | 0 | 3B | 14 | 28 | 140 | 2A | 2A |
| Octal | 231 | 77 | 173 | 0 | 73 | 24 | 50 | 500 | 52 | 52 |
| Binary | 10011001 | 111111 | 1111011 | 0 | 111011 | 10100 | 101000 | 101000000 | 101010 | 101010 |
Color Harmonies of #993F7B
Complementary color
Monochromatic Colors of #993F7B
Black with #993F7B
Text Example
Text Example
White with #993F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993F7B; }
p { color: rgb(153,63,123); }
H1.HeaderClassName
{
color: #993F7B;
}
.AnyTagClassName
{
color: #993F7B;
}
</style>
background-color css
<style>
a { background-color: #993F7B; }
a { background-color: rgb(153,63,123); }
div.DivClassName
{
background-color: #993F7B;
}
.BgClassName
{
background-color: #993F7B;
}
</style>
border-color css
<style>
span { border-color: #993F7B; }
span { border-color: rgb(153,63,123); }
td.TdClassName
{
border-color: #993F7B;
}
.TagClassName
{
border-color: #993F7B;
}
</style>