Shades of Medium Red Violet #974380
Tints of Medium Red Violet #974380
RGB
CMYK
RGB Variations
Color information
#974380 (or 0x974380) is known color: Medium Red Violet. HEX triplet: 97, 43 and 80. RGB value is (151,67,128). Sum of RGB (Red+Green+Blue) = 151+67+128=346 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.64% from 346); Green value is 67 (26.56% from 255 or 19.36% from 346); Blue value is 128 (50.39% from 255 or 36.99% from 346); Max value from RGB is 151 - color contains mainly: red. Hex color #974380 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #974380 is #68BC7F. Grayscale: #626262. Windows color (decimal): -6864000 or 8405911. OLE color: 8405911.
HSL color Cylindrical-coordinate representation of color #974380: hue angle of 316.43º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #974380 is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 67 | 128 | - |
| CMYK | 0 | 0.56 | 0.15 | 0.41 |
| HSL | 316.43º | 0.39% | 0.43% | - |
| HSV(B) | 316.43º | 0.56% | 0.59% | - |
| XYZ | 18.67 | 12.15 | 21.78 | - |
| YUV | 99.07 | 144.33 | 165.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 67 | 128 | 0 | 0.56 | 0.15 | 0.41 | 316.43 | 0.39 | 0.43 |
| Hex | 97 | 43 | 80 | 0 | 38 | F | 29 | 13C | 27 | 2B |
| Octal | 227 | 103 | 200 | 0 | 70 | 17 | 51 | 474 | 47 | 53 |
| Binary | 10010111 | 1000011 | 10000000 | 0 | 111000 | 1111 | 101001 | 100111100 | 100111 | 101011 |
Color Harmonies of #974380
Complementary color
Monochromatic Colors of #974380
Black with #974380
Text Example
Text Example
White with #974380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974380; }
p { color: rgb(151,67,128); }
H1.HeaderClassName
{
color: #974380;
}
.AnyTagClassName
{
color: #974380;
}
</style>
background-color css
<style>
a { background-color: #974380; }
a { background-color: rgb(151,67,128); }
div.DivClassName
{
background-color: #974380;
}
.BgClassName
{
background-color: #974380;
}
</style>
border-color css
<style>
span { border-color: #974380; }
span { border-color: rgb(151,67,128); }
td.TdClassName
{
border-color: #974380;
}
.TagClassName
{
border-color: #974380;
}
</style>