Shades of Vivid Violet #802E90
Tints of Vivid Violet #802E90
RGB
CMYK
RGB Variations
Color information
#802E90 (or 0x802E90) is known color: Vivid Violet. HEX triplet: 80, 2E and 90. RGB value is (128,46,144). Sum of RGB (Red+Green+Blue) = 128+46+144=318 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40.25% from 318); Green value is 46 (18.36% from 255 or 14.47% from 318); Blue value is 144 (56.64% from 255 or 45.28% from 318); Max value from RGB is 144 - color contains mainly: blue. Hex color #802E90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802E90 is #7FD16F. Grayscale: #515151. Windows color (decimal): -8376688 or 9449088. OLE color: 9449088.
HSL color Cylindrical-coordinate representation of color #802E90: hue angle of 290.2º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #802E90 is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 128 | 46 | 144 | - |
| CMYK | 0.11 | 0.68 | 0 | 0.44 |
| HSL | 290.2º | 0.52% | 0.37% | - |
| HSV(B) | 290.2º | 0.68% | 0.56% | - |
| XYZ | 14.91 | 8.56 | 27.25 | - |
| YUV | 81.69 | 163.17 | 161.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 46 | 144 | 0.11 | 0.68 | 0 | 0.44 | 290.2 | 0.52 | 0.37 |
| Hex | 80 | 2E | 90 | B | 44 | 0 | 2C | 122 | 34 | 25 |
| Octal | 200 | 56 | 220 | 13 | 104 | 0 | 54 | 442 | 64 | 45 |
| Binary | 10000000 | 101110 | 10010000 | 1011 | 1000100 | 0 | 101100 | 100100010 | 110100 | 100101 |
Color Harmonies of #802E90
Complementary color
Monochromatic Colors of #802E90
Black with #802E90
Text Example
Text Example
White with #802E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802E90; }
p { color: rgb(128,46,144); }
H1.HeaderClassName
{
color: #802E90;
}
.AnyTagClassName
{
color: #802E90;
}
</style>
background-color css
<style>
a { background-color: #802E90; }
a { background-color: rgb(128,46,144); }
div.DivClassName
{
background-color: #802E90;
}
.BgClassName
{
background-color: #802E90;
}
</style>
border-color css
<style>
span { border-color: #802E90; }
span { border-color: rgb(128,46,144); }
td.TdClassName
{
border-color: #802E90;
}
.TagClassName
{
border-color: #802E90;
}
</style>