Shades of Vivid Violet #803386
Tints of Vivid Violet #803386
RGB
CMYK
RGB Variations
Color information
#803386 (or 0x803386) is known color: Vivid Violet. HEX triplet: 80, 33 and 86. RGB value is (128,51,134). Sum of RGB (Red+Green+Blue) = 128+51+134=313 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.89% from 313); Green value is 51 (20.31% from 255 or 16.29% from 313); Blue value is 134 (52.73% from 255 or 42.81% from 313); Max value from RGB is 134 - color contains mainly: blue. Hex color #803386 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803386 is #7FCC79. Grayscale: #535353. Windows color (decimal): -8375418 or 8795008. OLE color: 8795008.
HSL color Cylindrical-coordinate representation of color #803386: hue angle of 295.66º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #803386 is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 128 | 51 | 134 | - |
| CMYK | 0.04 | 0.62 | 0 | 0.47 |
| HSL | 295.66º | 0.45% | 0.36% | - |
| HSV(B) | 295.66º | 0.62% | 0.53% | - |
| XYZ | 14.39 | 8.68 | 23.47 | - |
| YUV | 83.49 | 156.51 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 51 | 134 | 0.04 | 0.62 | 0 | 0.47 | 295.66 | 0.45 | 0.36 |
| Hex | 80 | 33 | 86 | 4 | 3E | 0 | 2F | 128 | 2D | 24 |
| Octal | 200 | 63 | 206 | 4 | 76 | 0 | 57 | 450 | 55 | 44 |
| Binary | 10000000 | 110011 | 10000110 | 100 | 111110 | 0 | 101111 | 100101000 | 101101 | 100100 |
Color Harmonies of #803386
Complementary color
Monochromatic Colors of #803386
Black with #803386
Text Example
Text Example
White with #803386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803386; }
p { color: rgb(128,51,134); }
H1.HeaderClassName
{
color: #803386;
}
.AnyTagClassName
{
color: #803386;
}
</style>
background-color css
<style>
a { background-color: #803386; }
a { background-color: rgb(128,51,134); }
div.DivClassName
{
background-color: #803386;
}
.BgClassName
{
background-color: #803386;
}
</style>
border-color css
<style>
span { border-color: #803386; }
span { border-color: rgb(128,51,134); }
td.TdClassName
{
border-color: #803386;
}
.TagClassName
{
border-color: #803386;
}
</style>