Shades of Vivid Violet #803991
Tints of Vivid Violet #803991
RGB
CMYK
RGB Variations
Color information
#803991 (or 0x803991) is known color: Vivid Violet. HEX triplet: 80, 39 and 91. RGB value is (128,57,145). Sum of RGB (Red+Green+Blue) = 128+57+145=330 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.79% from 330); Green value is 57 (22.66% from 255 or 17.27% from 330); Blue value is 145 (57.03% from 255 or 43.94% from 330); Max value from RGB is 145 - color contains mainly: blue. Hex color #803991 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803991 is #7FC66E. Grayscale: #575757. Windows color (decimal): -8373871 or 9517440. OLE color: 9517440.
HSL color Cylindrical-coordinate representation of color #803991: hue angle of 288.41º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #803991 is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 128 | 57 | 145 | - |
| CMYK | 0.12 | 0.61 | 0 | 0.43 |
| HSL | 288.41º | 0.44% | 0.4% | - |
| HSV(B) | 288.41º | 0.61% | 0.57% | - |
| XYZ | 15.48 | 9.56 | 27.82 | - |
| YUV | 88.26 | 160.02 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 57 | 145 | 0.12 | 0.61 | 0 | 0.43 | 288.41 | 0.44 | 0.4 |
| Hex | 80 | 39 | 91 | C | 3D | 0 | 2B | 120 | 2C | 28 |
| Octal | 200 | 71 | 221 | 14 | 75 | 0 | 53 | 440 | 54 | 50 |
| Binary | 10000000 | 111001 | 10010001 | 1100 | 111101 | 0 | 101011 | 100100000 | 101100 | 101000 |
Color Harmonies of #803991
Complementary color
Monochromatic Colors of #803991
Black with #803991
Text Example
Text Example
White with #803991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803991; }
p { color: rgb(128,57,145); }
H1.HeaderClassName
{
color: #803991;
}
.AnyTagClassName
{
color: #803991;
}
</style>
background-color css
<style>
a { background-color: #803991; }
a { background-color: rgb(128,57,145); }
div.DivClassName
{
background-color: #803991;
}
.BgClassName
{
background-color: #803991;
}
</style>
border-color css
<style>
span { border-color: #803991; }
span { border-color: rgb(128,57,145); }
td.TdClassName
{
border-color: #803991;
}
.TagClassName
{
border-color: #803991;
}
</style>