Shades of Vivid Violet #803C94
Tints of Vivid Violet #803C94
RGB
CMYK
RGB Variations
Color information
#803C94 (or 0x803C94) is known color: Vivid Violet. HEX triplet: 80, 3C and 94. RGB value is (128,60,148). Sum of RGB (Red+Green+Blue) = 128+60+148=336 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.10% from 336); Green value is 60 (23.83% from 255 or 17.86% from 336); Blue value is 148 (58.20% from 255 or 44.05% from 336); Max value from RGB is 148 - color contains mainly: blue. Hex color #803C94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803C94 is #7FC36B. Grayscale: #5A5A5A. Windows color (decimal): -8373100 or 9714816. OLE color: 9714816.
HSL color Cylindrical-coordinate representation of color #803C94: hue angle of 286.36º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #803C94 is Cyan = 0.14, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 128 | 60 | 148 | - |
| CMYK | 0.14 | 0.59 | 0 | 0.42 |
| HSL | 286.36º | 0.42% | 0.41% | - |
| HSV(B) | 286.36º | 0.59% | 0.58% | - |
| XYZ | 15.86 | 9.96 | 29.1 | - |
| YUV | 90.36 | 160.53 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 60 | 148 | 0.14 | 0.59 | 0 | 0.42 | 286.36 | 0.42 | 0.41 |
| Hex | 80 | 3C | 94 | E | 3B | 0 | 2A | 11E | 2A | 29 |
| Octal | 200 | 74 | 224 | 16 | 73 | 0 | 52 | 436 | 52 | 51 |
| Binary | 10000000 | 111100 | 10010100 | 1110 | 111011 | 0 | 101010 | 100011110 | 101010 | 101001 |
Color Harmonies of #803C94
Complementary color
Monochromatic Colors of #803C94
Black with #803C94
Text Example
Text Example
White with #803C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803C94; }
p { color: rgb(128,60,148); }
H1.HeaderClassName
{
color: #803C94;
}
.AnyTagClassName
{
color: #803C94;
}
</style>
background-color css
<style>
a { background-color: #803C94; }
a { background-color: rgb(128,60,148); }
div.DivClassName
{
background-color: #803C94;
}
.BgClassName
{
background-color: #803C94;
}
</style>
border-color css
<style>
span { border-color: #803C94; }
span { border-color: rgb(128,60,148); }
td.TdClassName
{
border-color: #803C94;
}
.TagClassName
{
border-color: #803C94;
}
</style>