Shades of Vivid Violet #803E81
Tints of Vivid Violet #803E81
RGB
CMYK
RGB Variations
Color information
#803E81 (or 0x803E81) is known color: Vivid Violet. HEX triplet: 80, 3E and 81. RGB value is (128,62,129). Sum of RGB (Red+Green+Blue) = 128+62+129=319 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40.13% from 319); Green value is 62 (24.61% from 255 or 19.44% from 319); Blue value is 129 (50.78% from 255 or 40.44% from 319); Max value from RGB is 129 - color contains mainly: blue. Hex color #803E81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803E81 is #7FC17E. Grayscale: #595959. Windows color (decimal): -8372607 or 8470144. OLE color: 8470144.
HSL color Cylindrical-coordinate representation of color #803E81: hue angle of 299.1º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #803E81 is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 128 | 62 | 129 | - |
| CMYK | 0.01 | 0.52 | 0 | 0.49 |
| HSL | 299.1º | 0.35% | 0.37% | - |
| HSV(B) | 299.1º | 0.52% | 0.51% | - |
| XYZ | 14.59 | 9.62 | 21.86 | - |
| YUV | 89.37 | 150.37 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 62 | 129 | 0.01 | 0.52 | 0 | 0.49 | 299.1 | 0.35 | 0.37 |
| Hex | 80 | 3E | 81 | 1 | 34 | 0 | 31 | 12B | 23 | 25 |
| Octal | 200 | 76 | 201 | 1 | 64 | 0 | 61 | 453 | 43 | 45 |
| Binary | 10000000 | 111110 | 10000001 | 1 | 110100 | 0 | 110001 | 100101011 | 100011 | 100101 |
Color Harmonies of #803E81
Complementary color
Monochromatic Colors of #803E81
Black with #803E81
Text Example
Text Example
White with #803E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803E81; }
p { color: rgb(128,62,129); }
H1.HeaderClassName
{
color: #803E81;
}
.AnyTagClassName
{
color: #803E81;
}
</style>
background-color css
<style>
a { background-color: #803E81; }
a { background-color: rgb(128,62,129); }
div.DivClassName
{
background-color: #803E81;
}
.BgClassName
{
background-color: #803E81;
}
</style>
border-color css
<style>
span { border-color: #803E81; }
span { border-color: rgb(128,62,129); }
td.TdClassName
{
border-color: #803E81;
}
.TagClassName
{
border-color: #803E81;
}
</style>