Shades of Vivid Violet #973A90
Tints of Vivid Violet #973A90
RGB
CMYK
RGB Variations
Color information
#973A90 (or 0x973A90) is known color: Vivid Violet. HEX triplet: 97, 3A and 90. RGB value is (151,58,144). Sum of RGB (Red+Green+Blue) = 151+58+144=353 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.78% from 353); Green value is 58 (23.05% from 255 or 16.43% from 353); Blue value is 144 (56.64% from 255 or 40.79% from 353); Max value from RGB is 151 - color contains mainly: red. Hex color #973A90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #973A90 is #68C56F. Grayscale: #5F5F5F. Windows color (decimal): -6866288 or 9452183. OLE color: 9452183.
HSL color Cylindrical-coordinate representation of color #973A90: hue angle of 304.52º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #973A90 is Cyan = 0, Magento = 0.62, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 58 | 144 | - |
| CMYK | 0 | 0.62 | 0.05 | 0.41 |
| HSL | 304.52º | 0.44% | 0.41% | - |
| HSV(B) | 304.52º | 0.62% | 0.59% | - |
| XYZ | 19.31 | 11.62 | 27.61 | - |
| YUV | 95.61 | 155.31 | 167.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 58 | 144 | 0 | 0.62 | 0.05 | 0.41 | 304.52 | 0.44 | 0.41 |
| Hex | 97 | 3A | 90 | 0 | 3E | 5 | 29 | 131 | 2C | 29 |
| Octal | 227 | 72 | 220 | 0 | 76 | 5 | 51 | 461 | 54 | 51 |
| Binary | 10010111 | 111010 | 10010000 | 0 | 111110 | 101 | 101001 | 100110001 | 101100 | 101001 |
Color Harmonies of #973A90
Complementary color
Monochromatic Colors of #973A90
Black with #973A90
Text Example
Text Example
White with #973A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973A90; }
p { color: rgb(151,58,144); }
H1.HeaderClassName
{
color: #973A90;
}
.AnyTagClassName
{
color: #973A90;
}
</style>
background-color css
<style>
a { background-color: #973A90; }
a { background-color: rgb(151,58,144); }
div.DivClassName
{
background-color: #973A90;
}
.BgClassName
{
background-color: #973A90;
}
</style>
border-color css
<style>
span { border-color: #973A90; }
span { border-color: rgb(151,58,144); }
td.TdClassName
{
border-color: #973A90;
}
.TagClassName
{
border-color: #973A90;
}
</style>