Shades of Vivid Violet #801BAC
Tints of Vivid Violet #801BAC
RGB
CMYK
RGB Variations
Color information
#801BAC (or 0x801BAC) is known color: Vivid Violet. HEX triplet: 80, 1B and AC. RGB value is (128,27,172). Sum of RGB (Red+Green+Blue) = 128+27+172=327 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.14% from 327); Green value is 27 (10.94% from 255 or 8.26% from 327); Blue value is 172 (67.58% from 255 or 52.60% from 327); Max value from RGB is 172 - color contains mainly: blue. Hex color #801BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #801BAC is #7FE453. Grayscale: #494949. Windows color (decimal): -8381524 or 11279232. OLE color: 11279232.
HSL color Cylindrical-coordinate representation of color #801BAC: hue angle of 281.79º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #801BAC is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 27 | 172 | - |
| CMYK | 0.26 | 0.84 | 0 | 0.33 |
| HSL | 281.79º | 0.73% | 0.39% | - |
| HSV(B) | 281.79º | 0.84% | 0.67% | - |
| XYZ | 16.74 | 8.35 | 39.76 | - |
| YUV | 73.73 | 183.46 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 27 | 172 | 0.26 | 0.84 | 0 | 0.33 | 281.79 | 0.73 | 0.39 |
| Hex | 80 | 1B | AC | 1A | 54 | 0 | 21 | 11A | 49 | 27 |
| Octal | 200 | 33 | 254 | 32 | 124 | 0 | 41 | 432 | 111 | 47 |
| Binary | 10000000 | 11011 | 10101100 | 11010 | 1010100 | 0 | 100001 | 100011010 | 1001001 | 100111 |
Color Harmonies of #801BAC
Complementary color
Monochromatic Colors of #801BAC
Black with #801BAC
Text Example
Text Example
White with #801BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801BAC; }
p { color: rgb(128,27,172); }
H1.HeaderClassName
{
color: #801BAC;
}
.AnyTagClassName
{
color: #801BAC;
}
</style>
background-color css
<style>
a { background-color: #801BAC; }
a { background-color: rgb(128,27,172); }
div.DivClassName
{
background-color: #801BAC;
}
.BgClassName
{
background-color: #801BAC;
}
</style>
border-color css
<style>
span { border-color: #801BAC; }
span { border-color: rgb(128,27,172); }
td.TdClassName
{
border-color: #801BAC;
}
.TagClassName
{
border-color: #801BAC;
}
</style>