Shades of Vivid Violet #803599
Tints of Vivid Violet #803599
RGB
CMYK
RGB Variations
Color information
#803599 (or 0x803599) is known color: Vivid Violet. HEX triplet: 80, 35 and 99. RGB value is (128,53,153). Sum of RGB (Red+Green+Blue) = 128+53+153=334 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.32% from 334); Green value is 53 (21.09% from 255 or 15.87% from 334); Blue value is 153 (60.16% from 255 or 45.81% from 334); Max value from RGB is 153 - color contains mainly: blue. Hex color #803599 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803599 is #7FCA66. Grayscale: #565656. Windows color (decimal): -8374887 or 10040704. OLE color: 10040704.
HSL color Cylindrical-coordinate representation of color #803599: hue angle of 285º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #803599 is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 128 | 53 | 153 | - |
| CMYK | 0.16 | 0.65 | 0 | 0.4 |
| HSL | 285º | 0.49% | 0.4% | - |
| HSV(B) | 285º | 0.65% | 0.6% | - |
| XYZ | 15.92 | 9.44 | 31.12 | - |
| YUV | 86.83 | 165.35 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 53 | 153 | 0.16 | 0.65 | 0 | 0.4 | 285 | 0.49 | 0.4 |
| Hex | 80 | 35 | 99 | 10 | 41 | 0 | 28 | 11D | 31 | 28 |
| Octal | 200 | 65 | 231 | 20 | 101 | 0 | 50 | 435 | 61 | 50 |
| Binary | 10000000 | 110101 | 10011001 | 10000 | 1000001 | 0 | 101000 | 100011101 | 110001 | 101000 |
Color Harmonies of #803599
Complementary color
Monochromatic Colors of #803599
Black with #803599
Text Example
Text Example
White with #803599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803599; }
p { color: rgb(128,53,153); }
H1.HeaderClassName
{
color: #803599;
}
.AnyTagClassName
{
color: #803599;
}
</style>
background-color css
<style>
a { background-color: #803599; }
a { background-color: rgb(128,53,153); }
div.DivClassName
{
background-color: #803599;
}
.BgClassName
{
background-color: #803599;
}
</style>
border-color css
<style>
span { border-color: #803599; }
span { border-color: rgb(128,53,153); }
td.TdClassName
{
border-color: #803599;
}
.TagClassName
{
border-color: #803599;
}
</style>