Shades of Vivid Violet #803B87
Tints of Vivid Violet #803B87
RGB
CMYK
RGB Variations
Color information
#803B87 (or 0x803B87) is known color: Vivid Violet. HEX triplet: 80, 3B and 87. RGB value is (128,59,135). Sum of RGB (Red+Green+Blue) = 128+59+135=322 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.75% from 322); Green value is 59 (23.44% from 255 or 18.32% from 322); Blue value is 135 (53.12% from 255 or 41.93% from 322); Max value from RGB is 135 - color contains mainly: blue. Hex color #803B87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803B87 is #7FC478. Grayscale: #585858. Windows color (decimal): -8373369 or 8862592. OLE color: 8862592.
HSL color Cylindrical-coordinate representation of color #803B87: hue angle of 294.47º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #803B87 is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 128 | 59 | 135 | - |
| CMYK | 0.05 | 0.56 | 0 | 0.47 |
| HSL | 294.47º | 0.39% | 0.38% | - |
| HSV(B) | 294.47º | 0.56% | 0.53% | - |
| XYZ | 14.84 | 9.47 | 23.97 | - |
| YUV | 88.3 | 154.36 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 59 | 135 | 0.05 | 0.56 | 0 | 0.47 | 294.47 | 0.39 | 0.38 |
| Hex | 80 | 3B | 87 | 5 | 38 | 0 | 2F | 126 | 27 | 26 |
| Octal | 200 | 73 | 207 | 5 | 70 | 0 | 57 | 446 | 47 | 46 |
| Binary | 10000000 | 111011 | 10000111 | 101 | 111000 | 0 | 101111 | 100100110 | 100111 | 100110 |
Color Harmonies of #803B87
Complementary color
Monochromatic Colors of #803B87
Black with #803B87
Text Example
Text Example
White with #803B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803B87; }
p { color: rgb(128,59,135); }
H1.HeaderClassName
{
color: #803B87;
}
.AnyTagClassName
{
color: #803B87;
}
</style>
background-color css
<style>
a { background-color: #803B87; }
a { background-color: rgb(128,59,135); }
div.DivClassName
{
background-color: #803B87;
}
.BgClassName
{
background-color: #803B87;
}
</style>
border-color css
<style>
span { border-color: #803B87; }
span { border-color: rgb(128,59,135); }
td.TdClassName
{
border-color: #803B87;
}
.TagClassName
{
border-color: #803B87;
}
</style>