Shades of Vivid Violet #803197
Tints of Vivid Violet #803197
RGB
CMYK
RGB Variations
Color information
#803197 (or 0x803197) is known color: Vivid Violet. HEX triplet: 80, 31 and 97. RGB value is (128,49,151). Sum of RGB (Red+Green+Blue) = 128+49+151=328 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.02% from 328); Green value is 49 (19.53% from 255 or 14.94% from 328); Blue value is 151 (59.38% from 255 or 46.04% from 328); Max value from RGB is 151 - color contains mainly: blue. Hex color #803197 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803197 is #7FCE68. Grayscale: #535353. Windows color (decimal): -8375913 or 9908608. OLE color: 9908608.
HSL color Cylindrical-coordinate representation of color #803197: hue angle of 286.47º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #803197 is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 128 | 49 | 151 | - |
| CMYK | 0.15 | 0.68 | 0 | 0.41 |
| HSL | 286.47º | 0.51% | 0.39% | - |
| HSV(B) | 286.47º | 0.68% | 0.59% | - |
| XYZ | 15.59 | 9.02 | 30.2 | - |
| YUV | 84.25 | 165.67 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 49 | 151 | 0.15 | 0.68 | 0 | 0.41 | 286.47 | 0.51 | 0.39 |
| Hex | 80 | 31 | 97 | F | 44 | 0 | 29 | 11E | 33 | 27 |
| Octal | 200 | 61 | 227 | 17 | 104 | 0 | 51 | 436 | 63 | 47 |
| Binary | 10000000 | 110001 | 10010111 | 1111 | 1000100 | 0 | 101001 | 100011110 | 110011 | 100111 |
Color Harmonies of #803197
Complementary color
Monochromatic Colors of #803197
Black with #803197
Text Example
Text Example
White with #803197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803197; }
p { color: rgb(128,49,151); }
H1.HeaderClassName
{
color: #803197;
}
.AnyTagClassName
{
color: #803197;
}
</style>
background-color css
<style>
a { background-color: #803197; }
a { background-color: rgb(128,49,151); }
div.DivClassName
{
background-color: #803197;
}
.BgClassName
{
background-color: #803197;
}
</style>
border-color css
<style>
span { border-color: #803197; }
span { border-color: rgb(128,49,151); }
td.TdClassName
{
border-color: #803197;
}
.TagClassName
{
border-color: #803197;
}
</style>