Shades of Vivid Violet #803686
Tints of Vivid Violet #803686
RGB
CMYK
RGB Variations
Color information
#803686 (or 0x803686) is known color: Vivid Violet. HEX triplet: 80, 36 and 86. RGB value is (128,54,134). Sum of RGB (Red+Green+Blue) = 128+54+134=316 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.51% from 316); Green value is 54 (21.48% from 255 or 17.09% from 316); Blue value is 134 (52.73% from 255 or 42.41% from 316); Max value from RGB is 134 - color contains mainly: blue. Hex color #803686 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803686 is #7FC979. Grayscale: #545454. Windows color (decimal): -8374650 or 8795776. OLE color: 8795776.
HSL color Cylindrical-coordinate representation of color #803686: hue angle of 295.5º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #803686 is Cyan = 0.04, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 128 | 54 | 134 | - |
| CMYK | 0.04 | 0.60 | 0 | 0.47 |
| HSL | 295.5º | 0.43% | 0.37% | - |
| HSV(B) | 295.5º | 0.6% | 0.53% | - |
| XYZ | 14.52 | 8.95 | 23.52 | - |
| YUV | 85.25 | 155.52 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 54 | 134 | 0.04 | 0.60 | 0 | 0.47 | 295.5 | 0.43 | 0.37 |
| Hex | 80 | 36 | 86 | 4 | 3C | 0 | 2F | 128 | 2B | 25 |
| Octal | 200 | 66 | 206 | 4 | 74 | 0 | 57 | 450 | 53 | 45 |
| Binary | 10000000 | 110110 | 10000110 | 100 | 111100 | 0 | 101111 | 100101000 | 101011 | 100101 |
Color Harmonies of #803686
Complementary color
Monochromatic Colors of #803686
Black with #803686
Text Example
Text Example
White with #803686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803686; }
p { color: rgb(128,54,134); }
H1.HeaderClassName
{
color: #803686;
}
.AnyTagClassName
{
color: #803686;
}
</style>
background-color css
<style>
a { background-color: #803686; }
a { background-color: rgb(128,54,134); }
div.DivClassName
{
background-color: #803686;
}
.BgClassName
{
background-color: #803686;
}
</style>
border-color css
<style>
span { border-color: #803686; }
span { border-color: rgb(128,54,134); }
td.TdClassName
{
border-color: #803686;
}
.TagClassName
{
border-color: #803686;
}
</style>