Shades of Vivid Violet #803B8E
Tints of Vivid Violet #803B8E
RGB
CMYK
RGB Variations
Color information
#803B8E (or 0x803B8E) is known color: Vivid Violet. HEX triplet: 80, 3B and 8E. RGB value is (128,59,142). Sum of RGB (Red+Green+Blue) = 128+59+142=329 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.91% from 329); Green value is 59 (23.44% from 255 or 17.93% from 329); Blue value is 142 (55.86% from 255 or 43.16% from 329); Max value from RGB is 142 - color contains mainly: blue. Hex color #803B8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803B8E is #7FC471. Grayscale: #585858. Windows color (decimal): -8373362 or 9321344. OLE color: 9321344.
HSL color Cylindrical-coordinate representation of color #803B8E: hue angle of 289.88º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #803B8E is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 128 | 59 | 142 | - |
| CMYK | 0.10 | 0.58 | 0 | 0.44 |
| HSL | 289.88º | 0.41% | 0.39% | - |
| HSV(B) | 289.88º | 0.58% | 0.56% | - |
| XYZ | 15.35 | 9.67 | 26.65 | - |
| YUV | 89.09 | 157.86 | 155.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 59 | 142 | 0.10 | 0.58 | 0 | 0.44 | 289.88 | 0.41 | 0.39 |
| Hex | 80 | 3B | 8E | A | 3A | 0 | 2C | 122 | 29 | 27 |
| Octal | 200 | 73 | 216 | 12 | 72 | 0 | 54 | 442 | 51 | 47 |
| Binary | 10000000 | 111011 | 10001110 | 1010 | 111010 | 0 | 101100 | 100100010 | 101001 | 100111 |
Color Harmonies of #803B8E
Complementary color
Monochromatic Colors of #803B8E
Black with #803B8E
Text Example
Text Example
White with #803B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803B8E; }
p { color: rgb(128,59,142); }
H1.HeaderClassName
{
color: #803B8E;
}
.AnyTagClassName
{
color: #803B8E;
}
</style>
background-color css
<style>
a { background-color: #803B8E; }
a { background-color: rgb(128,59,142); }
div.DivClassName
{
background-color: #803B8E;
}
.BgClassName
{
background-color: #803B8E;
}
</style>
border-color css
<style>
span { border-color: #803B8E; }
span { border-color: rgb(128,59,142); }
td.TdClassName
{
border-color: #803B8E;
}
.TagClassName
{
border-color: #803B8E;
}
</style>