Shades of Vivid Violet #803494
Tints of Vivid Violet #803494
RGB
CMYK
RGB Variations
Color information
#803494 (or 0x803494) is known color: Vivid Violet. HEX triplet: 80, 34 and 94. RGB value is (128,52,148). Sum of RGB (Red+Green+Blue) = 128+52+148=328 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.02% from 328); Green value is 52 (20.70% from 255 or 15.85% from 328); Blue value is 148 (58.20% from 255 or 45.12% from 328); Max value from RGB is 148 - color contains mainly: blue. Hex color #803494 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803494 is #7FCB6B. Grayscale: #555555. Windows color (decimal): -8375148 or 9712768. OLE color: 9712768.
HSL color Cylindrical-coordinate representation of color #803494: hue angle of 287.5º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #803494 is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 128 | 52 | 148 | - |
| CMYK | 0.14 | 0.65 | 0 | 0.42 |
| HSL | 287.5º | 0.48% | 0.39% | - |
| HSV(B) | 287.5º | 0.65% | 0.58% | - |
| XYZ | 15.48 | 9.18 | 28.97 | - |
| YUV | 85.67 | 163.18 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 52 | 148 | 0.14 | 0.65 | 0 | 0.42 | 287.5 | 0.48 | 0.39 |
| Hex | 80 | 34 | 94 | E | 41 | 0 | 2A | 120 | 30 | 27 |
| Octal | 200 | 64 | 224 | 16 | 101 | 0 | 52 | 440 | 60 | 47 |
| Binary | 10000000 | 110100 | 10010100 | 1110 | 1000001 | 0 | 101010 | 100100000 | 110000 | 100111 |
Color Harmonies of #803494
Complementary color
Monochromatic Colors of #803494
Black with #803494
Text Example
Text Example
White with #803494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803494; }
p { color: rgb(128,52,148); }
H1.HeaderClassName
{
color: #803494;
}
.AnyTagClassName
{
color: #803494;
}
</style>
background-color css
<style>
a { background-color: #803494; }
a { background-color: rgb(128,52,148); }
div.DivClassName
{
background-color: #803494;
}
.BgClassName
{
background-color: #803494;
}
</style>
border-color css
<style>
span { border-color: #803494; }
span { border-color: rgb(128,52,148); }
td.TdClassName
{
border-color: #803494;
}
.TagClassName
{
border-color: #803494;
}
</style>