Shades of Vivid Violet #973993
Tints of Vivid Violet #973993
RGB
CMYK
RGB Variations
Color information
#973993 (or 0x973993) is known color: Vivid Violet. HEX triplet: 97, 39 and 93. RGB value is (151,57,147). Sum of RGB (Red+Green+Blue) = 151+57+147=355 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.54% from 355); Green value is 57 (22.66% from 255 or 16.06% from 355); Blue value is 147 (57.81% from 255 or 41.41% from 355); Max value from RGB is 151 - color contains mainly: red. Hex color #973993 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #973993 is #68C66C. Grayscale: #5F5F5F. Windows color (decimal): -6866541 or 9648535. OLE color: 9648535.
HSL color Cylindrical-coordinate representation of color #973993: hue angle of 302.55º degrees, saturation: 0.45, 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 #973993 is Cyan = 0, Magento = 0.62, Yellow = 0.03 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 57 | 147 | - |
| CMYK | 0 | 0.62 | 0.03 | 0.41 |
| HSL | 302.55º | 0.45% | 0.41% | - |
| HSV(B) | 302.55º | 0.62% | 0.59% | - |
| XYZ | 19.49 | 11.61 | 28.82 | - |
| YUV | 95.37 | 157.14 | 167.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 57 | 147 | 0 | 0.62 | 0.03 | 0.41 | 302.55 | 0.45 | 0.41 |
| Hex | 97 | 39 | 93 | 0 | 3E | 3 | 29 | 12F | 2D | 29 |
| Octal | 227 | 71 | 223 | 0 | 76 | 3 | 51 | 457 | 55 | 51 |
| Binary | 10010111 | 111001 | 10010011 | 0 | 111110 | 11 | 101001 | 100101111 | 101101 | 101001 |
Color Harmonies of #973993
Complementary color
Monochromatic Colors of #973993
Black with #973993
Text Example
Text Example
White with #973993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973993; }
p { color: rgb(151,57,147); }
H1.HeaderClassName
{
color: #973993;
}
.AnyTagClassName
{
color: #973993;
}
</style>
background-color css
<style>
a { background-color: #973993; }
a { background-color: rgb(151,57,147); }
div.DivClassName
{
background-color: #973993;
}
.BgClassName
{
background-color: #973993;
}
</style>
border-color css
<style>
span { border-color: #973993; }
span { border-color: rgb(151,57,147); }
td.TdClassName
{
border-color: #973993;
}
.TagClassName
{
border-color: #973993;
}
</style>