Shades of Vivid Violet #801A9E
Tints of Vivid Violet #801A9E
RGB
CMYK
RGB Variations
Color information
#801A9E (or 0x801A9E) is known color: Vivid Violet. HEX triplet: 80, 1A and 9E. RGB value is (128,26,158). Sum of RGB (Red+Green+Blue) = 128+26+158=312 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.03% from 312); Green value is 26 (10.55% from 255 or 8.33% from 312); Blue value is 158 (62.11% from 255 or 50.64% from 312); Max value from RGB is 158 - color contains mainly: blue. Hex color #801A9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #801A9E is #7FE561. Grayscale: #474747. Windows color (decimal): -8381794 or 10361472. OLE color: 10361472.
HSL color Cylindrical-coordinate representation of color #801A9E: hue angle of 286.36º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #801A9E is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 128 | 26 | 158 | - |
| CMYK | 0.19 | 0.84 | 0 | 0.38 |
| HSL | 286.36º | 0.72% | 0.36% | - |
| HSV(B) | 286.36º | 0.84% | 0.62% | - |
| XYZ | 15.44 | 7.8 | 33.04 | - |
| YUV | 71.55 | 176.79 | 168.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 26 | 158 | 0.19 | 0.84 | 0 | 0.38 | 286.36 | 0.72 | 0.36 |
| Hex | 80 | 1A | 9E | 13 | 54 | 0 | 26 | 11E | 48 | 24 |
| Octal | 200 | 32 | 236 | 23 | 124 | 0 | 46 | 436 | 110 | 44 |
| Binary | 10000000 | 11010 | 10011110 | 10011 | 1010100 | 0 | 100110 | 100011110 | 1001000 | 100100 |
Color Harmonies of #801A9E
Complementary color
Monochromatic Colors of #801A9E
Black with #801A9E
Text Example
Text Example
White with #801A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801A9E; }
p { color: rgb(128,26,158); }
H1.HeaderClassName
{
color: #801A9E;
}
.AnyTagClassName
{
color: #801A9E;
}
</style>
background-color css
<style>
a { background-color: #801A9E; }
a { background-color: rgb(128,26,158); }
div.DivClassName
{
background-color: #801A9E;
}
.BgClassName
{
background-color: #801A9E;
}
</style>
border-color css
<style>
span { border-color: #801A9E; }
span { border-color: rgb(128,26,158); }
td.TdClassName
{
border-color: #801A9E;
}
.TagClassName
{
border-color: #801A9E;
}
</style>