Shades of Vivid Violet #802C90
Tints of Vivid Violet #802C90
RGB
CMYK
RGB Variations
Color information
#802C90 (or 0x802C90) is known color: Vivid Violet. HEX triplet: 80, 2C and 90. RGB value is (128,44,144). Sum of RGB (Red+Green+Blue) = 128+44+144=316 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.51% from 316); Green value is 44 (17.58% from 255 or 13.92% from 316); Blue value is 144 (56.64% from 255 or 45.57% from 316); Max value from RGB is 144 - color contains mainly: blue. Hex color #802C90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802C90 is #7FD36F. Grayscale: #505050. Windows color (decimal): -8377200 or 9448576. OLE color: 9448576.
HSL color Cylindrical-coordinate representation of color #802C90: hue angle of 290.4º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #802C90 is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 128 | 44 | 144 | - |
| CMYK | 0.11 | 0.69 | 0 | 0.44 |
| HSL | 290.4º | 0.53% | 0.37% | - |
| HSV(B) | 290.4º | 0.69% | 0.56% | - |
| XYZ | 14.84 | 8.4 | 27.23 | - |
| YUV | 80.52 | 163.83 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 44 | 144 | 0.11 | 0.69 | 0 | 0.44 | 290.4 | 0.53 | 0.37 |
| Hex | 80 | 2C | 90 | B | 45 | 0 | 2C | 122 | 35 | 25 |
| Octal | 200 | 54 | 220 | 13 | 105 | 0 | 54 | 442 | 65 | 45 |
| Binary | 10000000 | 101100 | 10010000 | 1011 | 1000101 | 0 | 101100 | 100100010 | 110101 | 100101 |
Color Harmonies of #802C90
Complementary color
Monochromatic Colors of #802C90
Black with #802C90
Text Example
Text Example
White with #802C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802C90; }
p { color: rgb(128,44,144); }
H1.HeaderClassName
{
color: #802C90;
}
.AnyTagClassName
{
color: #802C90;
}
</style>
background-color css
<style>
a { background-color: #802C90; }
a { background-color: rgb(128,44,144); }
div.DivClassName
{
background-color: #802C90;
}
.BgClassName
{
background-color: #802C90;
}
</style>
border-color css
<style>
span { border-color: #802C90; }
span { border-color: rgb(128,44,144); }
td.TdClassName
{
border-color: #802C90;
}
.TagClassName
{
border-color: #802C90;
}
</style>