Shades of Vivid Violet #803C95
Tints of Vivid Violet #803C95
RGB
CMYK
RGB Variations
Color information
#803C95 (or 0x803C95) is known color: Vivid Violet. HEX triplet: 80, 3C and 95. RGB value is (128,60,149). Sum of RGB (Red+Green+Blue) = 128+60+149=337 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.98% from 337); Green value is 60 (23.83% from 255 or 17.80% from 337); Blue value is 149 (58.59% from 255 or 44.21% from 337); Max value from RGB is 149 - color contains mainly: blue. Hex color #803C95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803C95 is #7FC36A. Grayscale: #5A5A5A. Windows color (decimal): -8373099 or 9780352. OLE color: 9780352.
HSL color Cylindrical-coordinate representation of color #803C95: hue angle of 285.84º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #803C95 is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 128 | 60 | 149 | - |
| CMYK | 0.14 | 0.60 | 0 | 0.42 |
| HSL | 285.84º | 0.43% | 0.41% | - |
| HSV(B) | 285.84º | 0.6% | 0.58% | - |
| XYZ | 15.94 | 9.99 | 29.52 | - |
| YUV | 90.48 | 161.03 | 154.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 60 | 149 | 0.14 | 0.60 | 0 | 0.42 | 285.84 | 0.43 | 0.41 |
| Hex | 80 | 3C | 95 | E | 3C | 0 | 2A | 11E | 2B | 29 |
| Octal | 200 | 74 | 225 | 16 | 74 | 0 | 52 | 436 | 53 | 51 |
| Binary | 10000000 | 111100 | 10010101 | 1110 | 111100 | 0 | 101010 | 100011110 | 101011 | 101001 |
Color Harmonies of #803C95
Complementary color
Monochromatic Colors of #803C95
Black with #803C95
Text Example
Text Example
White with #803C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803C95; }
p { color: rgb(128,60,149); }
H1.HeaderClassName
{
color: #803C95;
}
.AnyTagClassName
{
color: #803C95;
}
</style>
background-color css
<style>
a { background-color: #803C95; }
a { background-color: rgb(128,60,149); }
div.DivClassName
{
background-color: #803C95;
}
.BgClassName
{
background-color: #803C95;
}
</style>
border-color css
<style>
span { border-color: #803C95; }
span { border-color: rgb(128,60,149); }
td.TdClassName
{
border-color: #803C95;
}
.TagClassName
{
border-color: #803C95;
}
</style>