Shades of Vivid Violet #802490
Tints of Vivid Violet #802490
RGB
CMYK
RGB Variations
Color information
#802490 (or 0x802490) is known color: Vivid Violet. HEX triplet: 80, 24 and 90. RGB value is (128,36,144). Sum of RGB (Red+Green+Blue) = 128+36+144=308 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.56% from 308); Green value is 36 (14.45% from 255 or 11.69% from 308); Blue value is 144 (56.64% from 255 or 46.75% from 308); Max value from RGB is 144 - color contains mainly: blue. Hex color #802490 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802490 is #7FDB6F. Grayscale: #4B4B4B. Windows color (decimal): -8379248 or 9446528. OLE color: 9446528.
HSL color Cylindrical-coordinate representation of color #802490: hue angle of 291.11º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #802490 is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 128 | 36 | 144 | - |
| CMYK | 0.11 | 0.75 | 0 | 0.44 |
| HSL | 291.11º | 0.6% | 0.35% | - |
| HSV(B) | 291.11º | 0.75% | 0.56% | - |
| XYZ | 14.57 | 7.86 | 27.14 | - |
| YUV | 75.82 | 166.48 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 36 | 144 | 0.11 | 0.75 | 0 | 0.44 | 291.11 | 0.6 | 0.35 |
| Hex | 80 | 24 | 90 | B | 4B | 0 | 2C | 123 | 3C | 23 |
| Octal | 200 | 44 | 220 | 13 | 113 | 0 | 54 | 443 | 74 | 43 |
| Binary | 10000000 | 100100 | 10010000 | 1011 | 1001011 | 0 | 101100 | 100100011 | 111100 | 100011 |
Color Harmonies of #802490
Complementary color
Monochromatic Colors of #802490
Black with #802490
Text Example
Text Example
White with #802490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802490; }
p { color: rgb(128,36,144); }
H1.HeaderClassName
{
color: #802490;
}
.AnyTagClassName
{
color: #802490;
}
</style>
background-color css
<style>
a { background-color: #802490; }
a { background-color: rgb(128,36,144); }
div.DivClassName
{
background-color: #802490;
}
.BgClassName
{
background-color: #802490;
}
</style>
border-color css
<style>
span { border-color: #802490; }
span { border-color: rgb(128,36,144); }
td.TdClassName
{
border-color: #802490;
}
.TagClassName
{
border-color: #802490;
}
</style>