Shades of Vivid Violet #802495
Tints of Vivid Violet #802495
RGB
CMYK
RGB Variations
Color information
#802495 (or 0x802495) is known color: Vivid Violet. HEX triplet: 80, 24 and 95. RGB value is (128,36,149). Sum of RGB (Red+Green+Blue) = 128+36+149=313 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.89% from 313); Green value is 36 (14.45% from 255 or 11.50% from 313); Blue value is 149 (58.59% from 255 or 47.60% from 313); Max value from RGB is 149 - color contains mainly: blue. Hex color #802495 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802495 is #7FDB6A. Grayscale: #4C4C4C. Windows color (decimal): -8379243 or 9774208. OLE color: 9774208.
HSL color Cylindrical-coordinate representation of color #802495: hue angle of 288.85º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #802495 is Cyan = 0.14, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 128 | 36 | 149 | - |
| CMYK | 0.14 | 0.76 | 0 | 0.42 |
| HSL | 288.85º | 0.61% | 0.36% | - |
| HSV(B) | 288.85º | 0.76% | 0.58% | - |
| XYZ | 14.96 | 8.02 | 29.19 | - |
| YUV | 76.39 | 168.98 | 164.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 36 | 149 | 0.14 | 0.76 | 0 | 0.42 | 288.85 | 0.61 | 0.36 |
| Hex | 80 | 24 | 95 | E | 4C | 0 | 2A | 121 | 3D | 24 |
| Octal | 200 | 44 | 225 | 16 | 114 | 0 | 52 | 441 | 75 | 44 |
| Binary | 10000000 | 100100 | 10010101 | 1110 | 1001100 | 0 | 101010 | 100100001 | 111101 | 100100 |
Color Harmonies of #802495
Complementary color
Monochromatic Colors of #802495
Black with #802495
Text Example
Text Example
White with #802495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802495; }
p { color: rgb(128,36,149); }
H1.HeaderClassName
{
color: #802495;
}
.AnyTagClassName
{
color: #802495;
}
</style>
background-color css
<style>
a { background-color: #802495; }
a { background-color: rgb(128,36,149); }
div.DivClassName
{
background-color: #802495;
}
.BgClassName
{
background-color: #802495;
}
</style>
border-color css
<style>
span { border-color: #802495; }
span { border-color: rgb(128,36,149); }
td.TdClassName
{
border-color: #802495;
}
.TagClassName
{
border-color: #802495;
}
</style>