Shades of Vivid Violet #803497
Tints of Vivid Violet #803497
RGB
CMYK
RGB Variations
Color information
#803497 (or 0x803497) is known color: Vivid Violet. HEX triplet: 80, 34 and 97. RGB value is (128,52,151). Sum of RGB (Red+Green+Blue) = 128+52+151=331 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.67% from 331); Green value is 52 (20.70% from 255 or 15.71% from 331); Blue value is 151 (59.38% from 255 or 45.62% from 331); Max value from RGB is 151 - color contains mainly: blue. Hex color #803497 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803497 is #7FCB68. Grayscale: #555555. Windows color (decimal): -8375145 or 9909376. OLE color: 9909376.
HSL color Cylindrical-coordinate representation of color #803497: hue angle of 286.06º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #803497 is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 128 | 52 | 151 | - |
| CMYK | 0.15 | 0.66 | 0 | 0.41 |
| HSL | 286.06º | 0.49% | 0.4% | - |
| HSV(B) | 286.06º | 0.66% | 0.59% | - |
| XYZ | 15.72 | 9.28 | 30.24 | - |
| YUV | 86.01 | 164.68 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 52 | 151 | 0.15 | 0.66 | 0 | 0.41 | 286.06 | 0.49 | 0.4 |
| Hex | 80 | 34 | 97 | F | 42 | 0 | 29 | 11E | 31 | 28 |
| Octal | 200 | 64 | 227 | 17 | 102 | 0 | 51 | 436 | 61 | 50 |
| Binary | 10000000 | 110100 | 10010111 | 1111 | 1000010 | 0 | 101001 | 100011110 | 110001 | 101000 |
Color Harmonies of #803497
Complementary color
Monochromatic Colors of #803497
Black with #803497
Text Example
Text Example
White with #803497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803497; }
p { color: rgb(128,52,151); }
H1.HeaderClassName
{
color: #803497;
}
.AnyTagClassName
{
color: #803497;
}
</style>
background-color css
<style>
a { background-color: #803497; }
a { background-color: rgb(128,52,151); }
div.DivClassName
{
background-color: #803497;
}
.BgClassName
{
background-color: #803497;
}
</style>
border-color css
<style>
span { border-color: #803497; }
span { border-color: rgb(128,52,151); }
td.TdClassName
{
border-color: #803497;
}
.TagClassName
{
border-color: #803497;
}
</style>