Shades of Vivid Violet #803C90
Tints of Vivid Violet #803C90
RGB
CMYK
RGB Variations
Color information
#803C90 (or 0x803C90) is known color: Vivid Violet. HEX triplet: 80, 3C and 90. RGB value is (128,60,144). Sum of RGB (Red+Green+Blue) = 128+60+144=332 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.55% from 332); Green value is 60 (23.83% from 255 or 18.07% from 332); Blue value is 144 (56.64% from 255 or 43.37% from 332); Max value from RGB is 144 - color contains mainly: blue. Hex color #803C90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803C90 is #7FC36F. Grayscale: #595959. Windows color (decimal): -8373104 or 9452672. OLE color: 9452672.
HSL color Cylindrical-coordinate representation of color #803C90: hue angle of 288.57º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #803C90 is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 128 | 60 | 144 | - |
| CMYK | 0.11 | 0.58 | 0 | 0.44 |
| HSL | 288.57º | 0.41% | 0.4% | - |
| HSV(B) | 288.57º | 0.58% | 0.56% | - |
| XYZ | 15.55 | 9.83 | 27.46 | - |
| YUV | 89.91 | 158.53 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 60 | 144 | 0.11 | 0.58 | 0 | 0.44 | 288.57 | 0.41 | 0.4 |
| Hex | 80 | 3C | 90 | B | 3A | 0 | 2C | 121 | 29 | 28 |
| Octal | 200 | 74 | 220 | 13 | 72 | 0 | 54 | 441 | 51 | 50 |
| Binary | 10000000 | 111100 | 10010000 | 1011 | 111010 | 0 | 101100 | 100100001 | 101001 | 101000 |
Color Harmonies of #803C90
Complementary color
Monochromatic Colors of #803C90
Black with #803C90
Text Example
Text Example
White with #803C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803C90; }
p { color: rgb(128,60,144); }
H1.HeaderClassName
{
color: #803C90;
}
.AnyTagClassName
{
color: #803C90;
}
</style>
background-color css
<style>
a { background-color: #803C90; }
a { background-color: rgb(128,60,144); }
div.DivClassName
{
background-color: #803C90;
}
.BgClassName
{
background-color: #803C90;
}
</style>
border-color css
<style>
span { border-color: #803C90; }
span { border-color: rgb(128,60,144); }
td.TdClassName
{
border-color: #803C90;
}
.TagClassName
{
border-color: #803C90;
}
</style>