Shades of Vivid Violet #803F85
Tints of Vivid Violet #803F85
RGB
CMYK
RGB Variations
Color information
#803F85 (or 0x803F85) is known color: Vivid Violet. HEX triplet: 80, 3F and 85. RGB value is (128,63,133). Sum of RGB (Red+Green+Blue) = 128+63+133=324 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.51% from 324); Green value is 63 (25% from 255 or 19.44% from 324); Blue value is 133 (52.34% from 255 or 41.05% from 324); Max value from RGB is 133 - color contains mainly: blue. Hex color #803F85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803F85 is #7FC07A. Grayscale: #5A5A5A. Windows color (decimal): -8372347 or 8732544. OLE color: 8732544.
HSL color Cylindrical-coordinate representation of color #803F85: hue angle of 295.71º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #803F85 is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 128 | 63 | 133 | - |
| CMYK | 0.04 | 0.53 | 0 | 0.48 |
| HSL | 295.71º | 0.36% | 0.38% | - |
| HSV(B) | 295.71º | 0.53% | 0.52% | - |
| XYZ | 14.91 | 9.84 | 23.3 | - |
| YUV | 90.42 | 152.03 | 154.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 63 | 133 | 0.04 | 0.53 | 0 | 0.48 | 295.71 | 0.36 | 0.38 |
| Hex | 80 | 3F | 85 | 4 | 35 | 0 | 30 | 128 | 24 | 26 |
| Octal | 200 | 77 | 205 | 4 | 65 | 0 | 60 | 450 | 44 | 46 |
| Binary | 10000000 | 111111 | 10000101 | 100 | 110101 | 0 | 110000 | 100101000 | 100100 | 100110 |
Color Harmonies of #803F85
Complementary color
Monochromatic Colors of #803F85
Black with #803F85
Text Example
Text Example
White with #803F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803F85; }
p { color: rgb(128,63,133); }
H1.HeaderClassName
{
color: #803F85;
}
.AnyTagClassName
{
color: #803F85;
}
</style>
background-color css
<style>
a { background-color: #803F85; }
a { background-color: rgb(128,63,133); }
div.DivClassName
{
background-color: #803F85;
}
.BgClassName
{
background-color: #803F85;
}
</style>
border-color css
<style>
span { border-color: #803F85; }
span { border-color: rgb(128,63,133); }
td.TdClassName
{
border-color: #803F85;
}
.TagClassName
{
border-color: #803F85;
}
</style>