Shades of Vivid Violet #801AAB
Tints of Vivid Violet #801AAB
RGB
CMYK
RGB Variations
Color information
#801AAB (or 0x801AAB) is known color: Vivid Violet. HEX triplet: 80, 1A and AB. RGB value is (128,26,171). Sum of RGB (Red+Green+Blue) = 128+26+171=325 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.38% from 325); Green value is 26 (10.55% from 255 or 8% from 325); Blue value is 171 (67.19% from 255 or 52.62% from 325); Max value from RGB is 171 - color contains mainly: blue. Hex color #801AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #801AAB is #7FE554. Grayscale: #484848. Windows color (decimal): -8381781 or 11213440. OLE color: 11213440.
HSL color Cylindrical-coordinate representation of color #801AAB: hue angle of 282.21º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #801AAB is Cyan = 0.25, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 26 | 171 | - |
| CMYK | 0.25 | 0.85 | 0 | 0.33 |
| HSL | 282.21º | 0.74% | 0.39% | - |
| HSV(B) | 282.21º | 0.85% | 0.67% | - |
| XYZ | 16.62 | 8.27 | 39.25 | - |
| YUV | 73.03 | 183.29 | 167.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 26 | 171 | 0.25 | 0.85 | 0 | 0.33 | 282.21 | 0.74 | 0.39 |
| Hex | 80 | 1A | AB | 19 | 55 | 0 | 21 | 11A | 4A | 27 |
| Octal | 200 | 32 | 253 | 31 | 125 | 0 | 41 | 432 | 112 | 47 |
| Binary | 10000000 | 11010 | 10101011 | 11001 | 1010101 | 0 | 100001 | 100011010 | 1001010 | 100111 |
Color Harmonies of #801AAB
Complementary color
Monochromatic Colors of #801AAB
Black with #801AAB
Text Example
Text Example
White with #801AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801AAB; }
p { color: rgb(128,26,171); }
H1.HeaderClassName
{
color: #801AAB;
}
.AnyTagClassName
{
color: #801AAB;
}
</style>
background-color css
<style>
a { background-color: #801AAB; }
a { background-color: rgb(128,26,171); }
div.DivClassName
{
background-color: #801AAB;
}
.BgClassName
{
background-color: #801AAB;
}
</style>
border-color css
<style>
span { border-color: #801AAB; }
span { border-color: rgb(128,26,171); }
td.TdClassName
{
border-color: #801AAB;
}
.TagClassName
{
border-color: #801AAB;
}
</style>