Shades of Vivid Violet #803F91
Tints of Vivid Violet #803F91
RGB
CMYK
RGB Variations
Color information
#803F91 (or 0x803F91) is known color: Vivid Violet. HEX triplet: 80, 3F and 91. RGB value is (128,63,145). Sum of RGB (Red+Green+Blue) = 128+63+145=336 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.10% from 336); Green value is 63 (25% from 255 or 18.75% from 336); Blue value is 145 (57.03% from 255 or 43.15% from 336); Max value from RGB is 145 - color contains mainly: blue. Hex color #803F91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803F91 is #7FC06E. Grayscale: #5B5B5B. Windows color (decimal): -8372335 or 9518976. OLE color: 9518976.
HSL color Cylindrical-coordinate representation of color #803F91: hue angle of 287.56º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #803F91 is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 128 | 63 | 145 | - |
| CMYK | 0.12 | 0.57 | 0 | 0.43 |
| HSL | 287.56º | 0.39% | 0.41% | - |
| HSV(B) | 287.56º | 0.57% | 0.57% | - |
| XYZ | 15.79 | 10.19 | 27.92 | - |
| YUV | 91.78 | 158.03 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 63 | 145 | 0.12 | 0.57 | 0 | 0.43 | 287.56 | 0.39 | 0.41 |
| Hex | 80 | 3F | 91 | C | 39 | 0 | 2B | 120 | 27 | 29 |
| Octal | 200 | 77 | 221 | 14 | 71 | 0 | 53 | 440 | 47 | 51 |
| Binary | 10000000 | 111111 | 10010001 | 1100 | 111001 | 0 | 101011 | 100100000 | 100111 | 101001 |
Color Harmonies of #803F91
Complementary color
Monochromatic Colors of #803F91
Black with #803F91
Text Example
Text Example
White with #803F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803F91; }
p { color: rgb(128,63,145); }
H1.HeaderClassName
{
color: #803F91;
}
.AnyTagClassName
{
color: #803F91;
}
</style>
background-color css
<style>
a { background-color: #803F91; }
a { background-color: rgb(128,63,145); }
div.DivClassName
{
background-color: #803F91;
}
.BgClassName
{
background-color: #803F91;
}
</style>
border-color css
<style>
span { border-color: #803F91; }
span { border-color: rgb(128,63,145); }
td.TdClassName
{
border-color: #803F91;
}
.TagClassName
{
border-color: #803F91;
}
</style>