Shades of Vivid Violet #973C8B
Tints of Vivid Violet #973C8B
RGB
CMYK
RGB Variations
Color information
#973C8B (or 0x973C8B) is known color: Vivid Violet. HEX triplet: 97, 3C and 8B. RGB value is (151,60,139). Sum of RGB (Red+Green+Blue) = 151+60+139=350 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.14% from 350); Green value is 60 (23.83% from 255 or 17.14% from 350); Blue value is 139 (54.69% from 255 or 39.71% from 350); Max value from RGB is 151 - color contains mainly: red. Hex color #973C8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #973C8B is #68C374. Grayscale: #5F5F5F. Windows color (decimal): -6865781 or 9125015. OLE color: 9125015.
HSL color Cylindrical-coordinate representation of color #973C8B: hue angle of 307.91º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #973C8B is Cyan = 0, Magento = 0.60, Yellow = 0.08 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 60 | 139 | - |
| CMYK | 0 | 0.60 | 0.08 | 0.41 |
| HSL | 307.91º | 0.43% | 0.41% | - |
| HSV(B) | 307.91º | 0.6% | 0.59% | - |
| XYZ | 19.04 | 11.68 | 25.68 | - |
| YUV | 96.22 | 152.15 | 167.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 60 | 139 | 0 | 0.60 | 0.08 | 0.41 | 307.91 | 0.43 | 0.41 |
| Hex | 97 | 3C | 8B | 0 | 3C | 8 | 29 | 134 | 2B | 29 |
| Octal | 227 | 74 | 213 | 0 | 74 | 10 | 51 | 464 | 53 | 51 |
| Binary | 10010111 | 111100 | 10001011 | 0 | 111100 | 1000 | 101001 | 100110100 | 101011 | 101001 |
Color Harmonies of #973C8B
Complementary color
Monochromatic Colors of #973C8B
Black with #973C8B
Text Example
Text Example
White with #973C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973C8B; }
p { color: rgb(151,60,139); }
H1.HeaderClassName
{
color: #973C8B;
}
.AnyTagClassName
{
color: #973C8B;
}
</style>
background-color css
<style>
a { background-color: #973C8B; }
a { background-color: rgb(151,60,139); }
div.DivClassName
{
background-color: #973C8B;
}
.BgClassName
{
background-color: #973C8B;
}
</style>
border-color css
<style>
span { border-color: #973C8B; }
span { border-color: rgb(151,60,139); }
td.TdClassName
{
border-color: #973C8B;
}
.TagClassName
{
border-color: #973C8B;
}
</style>