Shades of Vivid Violet #803187
Tints of Vivid Violet #803187
RGB
CMYK
RGB Variations
Color information
#803187 (or 0x803187) is known color: Vivid Violet. HEX triplet: 80, 31 and 87. RGB value is (128,49,135). Sum of RGB (Red+Green+Blue) = 128+49+135=312 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.03% from 312); Green value is 49 (19.53% from 255 or 15.71% from 312); Blue value is 135 (53.12% from 255 or 43.27% from 312); Max value from RGB is 135 - color contains mainly: blue. Hex color #803187 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803187 is #7FCE78. Grayscale: #525252. Windows color (decimal): -8375929 or 8860032. OLE color: 8860032.
HSL color Cylindrical-coordinate representation of color #803187: hue angle of 295.12º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #803187 is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 128 | 49 | 135 | - |
| CMYK | 0.05 | 0.64 | 0 | 0.47 |
| HSL | 295.12º | 0.47% | 0.36% | - |
| HSV(B) | 295.12º | 0.64% | 0.53% | - |
| XYZ | 14.37 | 8.54 | 23.81 | - |
| YUV | 82.43 | 157.67 | 160.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 49 | 135 | 0.05 | 0.64 | 0 | 0.47 | 295.12 | 0.47 | 0.36 |
| Hex | 80 | 31 | 87 | 5 | 40 | 0 | 2F | 127 | 2F | 24 |
| Octal | 200 | 61 | 207 | 5 | 100 | 0 | 57 | 447 | 57 | 44 |
| Binary | 10000000 | 110001 | 10000111 | 101 | 1000000 | 0 | 101111 | 100100111 | 101111 | 100100 |
Color Harmonies of #803187
Complementary color
Monochromatic Colors of #803187
Black with #803187
Text Example
Text Example
White with #803187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803187; }
p { color: rgb(128,49,135); }
H1.HeaderClassName
{
color: #803187;
}
.AnyTagClassName
{
color: #803187;
}
</style>
background-color css
<style>
a { background-color: #803187; }
a { background-color: rgb(128,49,135); }
div.DivClassName
{
background-color: #803187;
}
.BgClassName
{
background-color: #803187;
}
</style>
border-color css
<style>
span { border-color: #803187; }
span { border-color: rgb(128,49,135); }
td.TdClassName
{
border-color: #803187;
}
.TagClassName
{
border-color: #803187;
}
</style>