Shades of Vivid Violet #972896
Tints of Vivid Violet #972896
RGB
CMYK
RGB Variations
Color information
#972896 (or 0x972896) is known color: Vivid Violet. HEX triplet: 97, 28 and 96. RGB value is (151,40,150). Sum of RGB (Red+Green+Blue) = 151+40+150=341 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.28% from 341); Green value is 40 (16.02% from 255 or 11.73% from 341); Blue value is 150 (58.98% from 255 or 43.99% from 341); Max value from RGB is 151 - color contains mainly: red. Hex color #972896 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #972896 is #68D769. Grayscale: #555555. Windows color (decimal): -6870890 or 9840791. OLE color: 9840791.
HSL color Cylindrical-coordinate representation of color #972896: hue angle of 300.54º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #972896 is Cyan = 0, Magento = 0.74, Yellow = 0.01 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 40 | 150 | - |
| CMYK | 0 | 0.74 | 0.01 | 0.41 |
| HSL | 300.54º | 0.58% | 0.37% | - |
| HSV(B) | 300.54º | 0.74% | 0.59% | - |
| XYZ | 19.03 | 10.3 | 29.84 | - |
| YUV | 85.73 | 164.27 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 40 | 150 | 0 | 0.74 | 0.01 | 0.41 | 300.54 | 0.58 | 0.37 |
| Hex | 97 | 28 | 96 | 0 | 4A | 1 | 29 | 12D | 3A | 25 |
| Octal | 227 | 50 | 226 | 0 | 112 | 1 | 51 | 455 | 72 | 45 |
| Binary | 10010111 | 101000 | 10010110 | 0 | 1001010 | 1 | 101001 | 100101101 | 111010 | 100101 |
Color Harmonies of #972896
Complementary color
Monochromatic Colors of #972896
Black with #972896
Text Example
Text Example
White with #972896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972896; }
p { color: rgb(151,40,150); }
H1.HeaderClassName
{
color: #972896;
}
.AnyTagClassName
{
color: #972896;
}
</style>
background-color css
<style>
a { background-color: #972896; }
a { background-color: rgb(151,40,150); }
div.DivClassName
{
background-color: #972896;
}
.BgClassName
{
background-color: #972896;
}
</style>
border-color css
<style>
span { border-color: #972896; }
span { border-color: rgb(151,40,150); }
td.TdClassName
{
border-color: #972896;
}
.TagClassName
{
border-color: #972896;
}
</style>