Shades of Vivid Violet #803691
Tints of Vivid Violet #803691
RGB
CMYK
RGB Variations
Color information
#803691 (or 0x803691) is known color: Vivid Violet. HEX triplet: 80, 36 and 91. RGB value is (128,54,145). Sum of RGB (Red+Green+Blue) = 128+54+145=327 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.14% from 327); Green value is 54 (21.48% from 255 or 16.51% from 327); Blue value is 145 (57.03% from 255 or 44.34% from 327); Max value from RGB is 145 - color contains mainly: blue. Hex color #803691 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803691 is #7FC96E. Grayscale: #565656. Windows color (decimal): -8374639 or 9516672. OLE color: 9516672.
HSL color Cylindrical-coordinate representation of color #803691: hue angle of 288.79º 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 #803691 is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 128 | 54 | 145 | - |
| CMYK | 0.12 | 0.63 | 0 | 0.43 |
| HSL | 288.79º | 0.46% | 0.39% | - |
| HSV(B) | 288.79º | 0.63% | 0.57% | - |
| XYZ | 15.33 | 9.27 | 27.77 | - |
| YUV | 86.5 | 161.02 | 157.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 54 | 145 | 0.12 | 0.63 | 0 | 0.43 | 288.79 | 0.46 | 0.39 |
| Hex | 80 | 36 | 91 | C | 3F | 0 | 2B | 121 | 2E | 27 |
| Octal | 200 | 66 | 221 | 14 | 77 | 0 | 53 | 441 | 56 | 47 |
| Binary | 10000000 | 110110 | 10010001 | 1100 | 111111 | 0 | 101011 | 100100001 | 101110 | 100111 |
Color Harmonies of #803691
Complementary color
Monochromatic Colors of #803691
Black with #803691
Text Example
Text Example
White with #803691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803691; }
p { color: rgb(128,54,145); }
H1.HeaderClassName
{
color: #803691;
}
.AnyTagClassName
{
color: #803691;
}
</style>
background-color css
<style>
a { background-color: #803691; }
a { background-color: rgb(128,54,145); }
div.DivClassName
{
background-color: #803691;
}
.BgClassName
{
background-color: #803691;
}
</style>
border-color css
<style>
span { border-color: #803691; }
span { border-color: rgb(128,54,145); }
td.TdClassName
{
border-color: #803691;
}
.TagClassName
{
border-color: #803691;
}
</style>