Shades of Vivid Violet #972799
Tints of Vivid Violet #972799
RGB
CMYK
RGB Variations
Color information
#972799 (or 0x972799) is known color: Vivid Violet. HEX triplet: 97, 27 and 99. RGB value is (151,39,153). Sum of RGB (Red+Green+Blue) = 151+39+153=343 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.02% from 343); Green value is 39 (15.62% from 255 or 11.37% from 343); Blue value is 153 (60.16% from 255 or 44.61% from 343); Max value from RGB is 153 - color contains mainly: blue. Hex color #972799 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #972799 is #68D866. Grayscale: #555555. Windows color (decimal): -6871143 or 10037143. OLE color: 10037143.
HSL color Cylindrical-coordinate representation of color #972799: hue angle of 298.95º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #972799 is Cyan = 0.01, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 151 | 39 | 153 | - |
| CMYK | 0.01 | 0.75 | 0 | 0.4 |
| HSL | 298.95º | 0.59% | 0.38% | - |
| HSV(B) | 298.95º | 0.75% | 0.6% | - |
| XYZ | 19.24 | 10.33 | 31.12 | - |
| YUV | 85.48 | 166.11 | 174.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 39 | 153 | 0.01 | 0.75 | 0 | 0.4 | 298.95 | 0.59 | 0.38 |
| Hex | 97 | 27 | 99 | 1 | 4B | 0 | 28 | 12B | 3B | 26 |
| Octal | 227 | 47 | 231 | 1 | 113 | 0 | 50 | 453 | 73 | 46 |
| Binary | 10010111 | 100111 | 10011001 | 1 | 1001011 | 0 | 101000 | 100101011 | 111011 | 100110 |
Color Harmonies of #972799
Complementary color
Monochromatic Colors of #972799
Black with #972799
Text Example
Text Example
White with #972799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972799; }
p { color: rgb(151,39,153); }
H1.HeaderClassName
{
color: #972799;
}
.AnyTagClassName
{
color: #972799;
}
</style>
background-color css
<style>
a { background-color: #972799; }
a { background-color: rgb(151,39,153); }
div.DivClassName
{
background-color: #972799;
}
.BgClassName
{
background-color: #972799;
}
</style>
border-color css
<style>
span { border-color: #972799; }
span { border-color: rgb(151,39,153); }
td.TdClassName
{
border-color: #972799;
}
.TagClassName
{
border-color: #972799;
}
</style>