Shades of Medium Red Violet #993C7B
Tints of Medium Red Violet #993C7B
RGB
CMYK
RGB Variations
Color information
#993C7B (or 0x993C7B) is known color: Medium Red Violet. HEX triplet: 99, 3C and 7B. RGB value is (153,60,123). Sum of RGB (Red+Green+Blue) = 153+60+123=336 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.54% from 336); Green value is 60 (23.83% from 255 or 17.86% from 336); Blue value is 123 (48.44% from 255 or 36.61% from 336); Max value from RGB is 153 - color contains mainly: red. Hex color #993C7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993C7B is #66C384. Grayscale: #5E5E5E. Windows color (decimal): -6734725 or 8076441. OLE color: 8076441.
HSL color Cylindrical-coordinate representation of color #993C7B: hue angle of 319.35º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #993C7B is Cyan = 0, Magento = 0.61, Yellow = 0.20 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 60 | 123 | - |
| CMYK | 0 | 0.61 | 0.20 | 0.4 |
| HSL | 319.35º | 0.44% | 0.42% | - |
| HSV(B) | 319.35º | 0.61% | 0.6% | - |
| XYZ | 18.33 | 11.43 | 19.98 | - |
| YUV | 94.99 | 143.81 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 60 | 123 | 0 | 0.61 | 0.20 | 0.4 | 319.35 | 0.44 | 0.42 |
| Hex | 99 | 3C | 7B | 0 | 3D | 14 | 28 | 13F | 2C | 2A |
| Octal | 231 | 74 | 173 | 0 | 75 | 24 | 50 | 477 | 54 | 52 |
| Binary | 10011001 | 111100 | 1111011 | 0 | 111101 | 10100 | 101000 | 100111111 | 101100 | 101010 |
Color Harmonies of #993C7B
Complementary color
Monochromatic Colors of #993C7B
Black with #993C7B
Text Example
Text Example
White with #993C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993C7B; }
p { color: rgb(153,60,123); }
H1.HeaderClassName
{
color: #993C7B;
}
.AnyTagClassName
{
color: #993C7B;
}
</style>
background-color css
<style>
a { background-color: #993C7B; }
a { background-color: rgb(153,60,123); }
div.DivClassName
{
background-color: #993C7B;
}
.BgClassName
{
background-color: #993C7B;
}
</style>
border-color css
<style>
span { border-color: #993C7B; }
span { border-color: rgb(153,60,123); }
td.TdClassName
{
border-color: #993C7B;
}
.TagClassName
{
border-color: #993C7B;
}
</style>