Shades of Vivid Violet #803986
Tints of Vivid Violet #803986
RGB
CMYK
RGB Variations
Color information
#803986 (or 0x803986) is known color: Vivid Violet. HEX triplet: 80, 39 and 86. RGB value is (128,57,134). Sum of RGB (Red+Green+Blue) = 128+57+134=319 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40.13% from 319); Green value is 57 (22.66% from 255 or 17.87% from 319); Blue value is 134 (52.73% from 255 or 42.01% from 319); Max value from RGB is 134 - color contains mainly: blue. Hex color #803986 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803986 is #7FC679. Grayscale: #565656. Windows color (decimal): -8373882 or 8796544. OLE color: 8796544.
HSL color Cylindrical-coordinate representation of color #803986: hue angle of 295.32º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #803986 is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 128 | 57 | 134 | - |
| CMYK | 0.04 | 0.57 | 0 | 0.47 |
| HSL | 295.32º | 0.4% | 0.37% | - |
| HSV(B) | 295.32º | 0.57% | 0.53% | - |
| XYZ | 14.67 | 9.24 | 23.56 | - |
| YUV | 87.01 | 154.52 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 57 | 134 | 0.04 | 0.57 | 0 | 0.47 | 295.32 | 0.4 | 0.37 |
| Hex | 80 | 39 | 86 | 4 | 39 | 0 | 2F | 127 | 28 | 25 |
| Octal | 200 | 71 | 206 | 4 | 71 | 0 | 57 | 447 | 50 | 45 |
| Binary | 10000000 | 111001 | 10000110 | 100 | 111001 | 0 | 101111 | 100100111 | 101000 | 100101 |
Color Harmonies of #803986
Complementary color
Monochromatic Colors of #803986
Black with #803986
Text Example
Text Example
White with #803986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803986; }
p { color: rgb(128,57,134); }
H1.HeaderClassName
{
color: #803986;
}
.AnyTagClassName
{
color: #803986;
}
</style>
background-color css
<style>
a { background-color: #803986; }
a { background-color: rgb(128,57,134); }
div.DivClassName
{
background-color: #803986;
}
.BgClassName
{
background-color: #803986;
}
</style>
border-color css
<style>
span { border-color: #803986; }
span { border-color: rgb(128,57,134); }
td.TdClassName
{
border-color: #803986;
}
.TagClassName
{
border-color: #803986;
}
</style>