Shades of Vivid Violet #973E93
Tints of Vivid Violet #973E93
RGB
CMYK
RGB Variations
Color information
#973E93 (or 0x973E93) is known color: Vivid Violet. HEX triplet: 97, 3E and 93. RGB value is (151,62,147). Sum of RGB (Red+Green+Blue) = 151+62+147=360 (47% of max value = 765). Red value is 151 (59.38% from 255 or 41.94% from 360); Green value is 62 (24.61% from 255 or 17.22% from 360); Blue value is 147 (57.81% from 255 or 40.83% from 360); Max value from RGB is 151 - color contains mainly: red. Hex color #973E93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #973E93 is #68C16C. Grayscale: #626262. Windows color (decimal): -6865261 or 9649815. OLE color: 9649815.
HSL color Cylindrical-coordinate representation of color #973E93: hue angle of 302.7º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #973E93 is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 62 | 147 | - |
| CMYK | 0 | 0.59 | 0.03 | 0.41 |
| HSL | 302.7º | 0.42% | 0.42% | - |
| HSV(B) | 302.7º | 0.59% | 0.59% | - |
| XYZ | 19.75 | 12.13 | 28.9 | - |
| YUV | 98.3 | 155.49 | 165.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 62 | 147 | 0 | 0.59 | 0.03 | 0.41 | 302.7 | 0.42 | 0.42 |
| Hex | 97 | 3E | 93 | 0 | 3B | 3 | 29 | 12F | 2A | 2A |
| Octal | 227 | 76 | 223 | 0 | 73 | 3 | 51 | 457 | 52 | 52 |
| Binary | 10010111 | 111110 | 10010011 | 0 | 111011 | 11 | 101001 | 100101111 | 101010 | 101010 |
Color Harmonies of #973E93
Complementary color
Monochromatic Colors of #973E93
Black with #973E93
Text Example
Text Example
White with #973E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973E93; }
p { color: rgb(151,62,147); }
H1.HeaderClassName
{
color: #973E93;
}
.AnyTagClassName
{
color: #973E93;
}
</style>
background-color css
<style>
a { background-color: #973E93; }
a { background-color: rgb(151,62,147); }
div.DivClassName
{
background-color: #973E93;
}
.BgClassName
{
background-color: #973E93;
}
</style>
border-color css
<style>
span { border-color: #973E93; }
span { border-color: rgb(151,62,147); }
td.TdClassName
{
border-color: #973E93;
}
.TagClassName
{
border-color: #973E93;
}
</style>