Shades of Vivid Violet #803E8D
Tints of Vivid Violet #803E8D
RGB
CMYK
RGB Variations
Color information
#803E8D (or 0x803E8D) is known color: Vivid Violet. HEX triplet: 80, 3E and 8D. RGB value is (128,62,141). Sum of RGB (Red+Green+Blue) = 128+62+141=331 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.67% from 331); Green value is 62 (24.61% from 255 or 18.73% from 331); Blue value is 141 (55.47% from 255 or 42.60% from 331); Max value from RGB is 141 - color contains mainly: blue. Hex color #803E8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803E8D is #7FC172. Grayscale: #5A5A5A. Windows color (decimal): -8372595 or 9256576. OLE color: 9256576.
HSL color Cylindrical-coordinate representation of color #803E8D: hue angle of 290.13º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #803E8D is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 128 | 62 | 141 | - |
| CMYK | 0.09 | 0.56 | 0 | 0.45 |
| HSL | 290.13º | 0.39% | 0.4% | - |
| HSV(B) | 290.13º | 0.56% | 0.55% | - |
| XYZ | 15.43 | 9.96 | 26.31 | - |
| YUV | 90.74 | 156.37 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 62 | 141 | 0.09 | 0.56 | 0 | 0.45 | 290.13 | 0.39 | 0.4 |
| Hex | 80 | 3E | 8D | 9 | 38 | 0 | 2D | 122 | 27 | 28 |
| Octal | 200 | 76 | 215 | 11 | 70 | 0 | 55 | 442 | 47 | 50 |
| Binary | 10000000 | 111110 | 10001101 | 1001 | 111000 | 0 | 101101 | 100100010 | 100111 | 101000 |
Color Harmonies of #803E8D
Complementary color
Monochromatic Colors of #803E8D
Black with #803E8D
Text Example
Text Example
White with #803E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803E8D; }
p { color: rgb(128,62,141); }
H1.HeaderClassName
{
color: #803E8D;
}
.AnyTagClassName
{
color: #803E8D;
}
</style>
background-color css
<style>
a { background-color: #803E8D; }
a { background-color: rgb(128,62,141); }
div.DivClassName
{
background-color: #803E8D;
}
.BgClassName
{
background-color: #803E8D;
}
</style>
border-color css
<style>
span { border-color: #803E8D; }
span { border-color: rgb(128,62,141); }
td.TdClassName
{
border-color: #803E8D;
}
.TagClassName
{
border-color: #803E8D;
}
</style>