Shades of Vivid Violet #973C8C
Tints of Vivid Violet #973C8C
RGB
CMYK
RGB Variations
Color information
#973C8C (or 0x973C8C) is known color: Vivid Violet. HEX triplet: 97, 3C and 8C. RGB value is (151,60,140). Sum of RGB (Red+Green+Blue) = 151+60+140=351 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.02% from 351); Green value is 60 (23.83% from 255 or 17.09% from 351); Blue value is 140 (55.08% from 255 or 39.89% from 351); Max value from RGB is 151 - color contains mainly: red. Hex color #973C8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #973C8C is #68C373. Grayscale: #606060. Windows color (decimal): -6865780 or 9190551. OLE color: 9190551.
HSL color Cylindrical-coordinate representation of color #973C8C: hue angle of 307.25º 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 #973C8C is Cyan = 0, Magento = 0.60, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 60 | 140 | - |
| CMYK | 0 | 0.60 | 0.07 | 0.41 |
| HSL | 307.25º | 0.43% | 0.41% | - |
| HSV(B) | 307.25º | 0.6% | 0.59% | - |
| XYZ | 19.11 | 11.7 | 26.06 | - |
| YUV | 96.33 | 152.65 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 60 | 140 | 0 | 0.60 | 0.07 | 0.41 | 307.25 | 0.43 | 0.41 |
| Hex | 97 | 3C | 8C | 0 | 3C | 7 | 29 | 133 | 2B | 29 |
| Octal | 227 | 74 | 214 | 0 | 74 | 7 | 51 | 463 | 53 | 51 |
| Binary | 10010111 | 111100 | 10001100 | 0 | 111100 | 111 | 101001 | 100110011 | 101011 | 101001 |
Color Harmonies of #973C8C
Complementary color
Monochromatic Colors of #973C8C
Black with #973C8C
Text Example
Text Example
White with #973C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973C8C; }
p { color: rgb(151,60,140); }
H1.HeaderClassName
{
color: #973C8C;
}
.AnyTagClassName
{
color: #973C8C;
}
</style>
background-color css
<style>
a { background-color: #973C8C; }
a { background-color: rgb(151,60,140); }
div.DivClassName
{
background-color: #973C8C;
}
.BgClassName
{
background-color: #973C8C;
}
</style>
border-color css
<style>
span { border-color: #973C8C; }
span { border-color: rgb(151,60,140); }
td.TdClassName
{
border-color: #973C8C;
}
.TagClassName
{
border-color: #973C8C;
}
</style>