Shades of Vivid Violet #803591
Tints of Vivid Violet #803591
RGB
CMYK
RGB Variations
Color information
#803591 (or 0x803591) is known color: Vivid Violet. HEX triplet: 80, 35 and 91. RGB value is (128,53,145). Sum of RGB (Red+Green+Blue) = 128+53+145=326 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.26% from 326); Green value is 53 (21.09% from 255 or 16.26% from 326); Blue value is 145 (57.03% from 255 or 44.48% from 326); Max value from RGB is 145 - color contains mainly: blue. Hex color #803591 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803591 is #7FCA6E. Grayscale: #555555. Windows color (decimal): -8374895 or 9516416. OLE color: 9516416.
HSL color Cylindrical-coordinate representation of color #803591: hue angle of 288.91º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #803591 is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 128 | 53 | 145 | - |
| CMYK | 0.12 | 0.63 | 0 | 0.43 |
| HSL | 288.91º | 0.46% | 0.39% | - |
| HSV(B) | 288.91º | 0.63% | 0.57% | - |
| XYZ | 15.29 | 9.18 | 27.75 | - |
| YUV | 85.91 | 161.35 | 158.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 53 | 145 | 0.12 | 0.63 | 0 | 0.43 | 288.91 | 0.46 | 0.39 |
| Hex | 80 | 35 | 91 | C | 3F | 0 | 2B | 121 | 2E | 27 |
| Octal | 200 | 65 | 221 | 14 | 77 | 0 | 53 | 441 | 56 | 47 |
| Binary | 10000000 | 110101 | 10010001 | 1100 | 111111 | 0 | 101011 | 100100001 | 101110 | 100111 |
Color Harmonies of #803591
Complementary color
Monochromatic Colors of #803591
Black with #803591
Text Example
Text Example
White with #803591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803591; }
p { color: rgb(128,53,145); }
H1.HeaderClassName
{
color: #803591;
}
.AnyTagClassName
{
color: #803591;
}
</style>
background-color css
<style>
a { background-color: #803591; }
a { background-color: rgb(128,53,145); }
div.DivClassName
{
background-color: #803591;
}
.BgClassName
{
background-color: #803591;
}
</style>
border-color css
<style>
span { border-color: #803591; }
span { border-color: rgb(128,53,145); }
td.TdClassName
{
border-color: #803591;
}
.TagClassName
{
border-color: #803591;
}
</style>