Shades of Vivid Violet #803590
Tints of Vivid Violet #803590
RGB
CMYK
RGB Variations
Color information
#803590 (or 0x803590) is known color: Vivid Violet. HEX triplet: 80, 35 and 90. RGB value is (128,53,144). Sum of RGB (Red+Green+Blue) = 128+53+144=325 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.38% from 325); Green value is 53 (21.09% from 255 or 16.31% from 325); Blue value is 144 (56.64% from 255 or 44.31% from 325); Max value from RGB is 144 - color contains mainly: blue. Hex color #803590 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803590 is #7FCA6F. Grayscale: #555555. Windows color (decimal): -8374896 or 9450880. OLE color: 9450880.
HSL color Cylindrical-coordinate representation of color #803590: hue angle of 289.45º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #803590 is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 128 | 53 | 144 | - |
| CMYK | 0.11 | 0.63 | 0 | 0.44 |
| HSL | 289.45º | 0.46% | 0.39% | - |
| HSV(B) | 289.45º | 0.63% | 0.56% | - |
| XYZ | 15.21 | 9.15 | 27.35 | - |
| YUV | 85.8 | 160.85 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 53 | 144 | 0.11 | 0.63 | 0 | 0.44 | 289.45 | 0.46 | 0.39 |
| Hex | 80 | 35 | 90 | B | 3F | 0 | 2C | 121 | 2E | 27 |
| Octal | 200 | 65 | 220 | 13 | 77 | 0 | 54 | 441 | 56 | 47 |
| Binary | 10000000 | 110101 | 10010000 | 1011 | 111111 | 0 | 101100 | 100100001 | 101110 | 100111 |
Color Harmonies of #803590
Complementary color
Monochromatic Colors of #803590
Black with #803590
Text Example
Text Example
White with #803590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803590; }
p { color: rgb(128,53,144); }
H1.HeaderClassName
{
color: #803590;
}
.AnyTagClassName
{
color: #803590;
}
</style>
background-color css
<style>
a { background-color: #803590; }
a { background-color: rgb(128,53,144); }
div.DivClassName
{
background-color: #803590;
}
.BgClassName
{
background-color: #803590;
}
</style>
border-color css
<style>
span { border-color: #803590; }
span { border-color: rgb(128,53,144); }
td.TdClassName
{
border-color: #803590;
}
.TagClassName
{
border-color: #803590;
}
</style>