Shades of Vivid Violet #801FAC
Tints of Vivid Violet #801FAC
RGB
CMYK
RGB Variations
Color information
#801FAC (or 0x801FAC) is known color: Vivid Violet. HEX triplet: 80, 1F and AC. RGB value is (128,31,172). Sum of RGB (Red+Green+Blue) = 128+31+172=331 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.67% from 331); Green value is 31 (12.5% from 255 or 9.37% from 331); Blue value is 172 (67.58% from 255 or 51.96% from 331); Max value from RGB is 172 - color contains mainly: blue. Hex color #801FAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #801FAC is #7FE053. Grayscale: #4B4B4B. Windows color (decimal): -8380500 or 11280256. OLE color: 11280256.
HSL color Cylindrical-coordinate representation of color #801FAC: hue angle of 281.28º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #801FAC is Cyan = 0.26, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 31 | 172 | - |
| CMYK | 0.26 | 0.82 | 0 | 0.33 |
| HSL | 281.28º | 0.69% | 0.4% | - |
| HSV(B) | 281.28º | 0.82% | 0.67% | - |
| XYZ | 16.84 | 8.55 | 39.79 | - |
| YUV | 76.08 | 182.14 | 165.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 31 | 172 | 0.26 | 0.82 | 0 | 0.33 | 281.28 | 0.69 | 0.4 |
| Hex | 80 | 1F | AC | 1A | 52 | 0 | 21 | 119 | 45 | 28 |
| Octal | 200 | 37 | 254 | 32 | 122 | 0 | 41 | 431 | 105 | 50 |
| Binary | 10000000 | 11111 | 10101100 | 11010 | 1010010 | 0 | 100001 | 100011001 | 1000101 | 101000 |
Color Harmonies of #801FAC
Complementary color
Monochromatic Colors of #801FAC
Black with #801FAC
Text Example
Text Example
White with #801FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801FAC; }
p { color: rgb(128,31,172); }
H1.HeaderClassName
{
color: #801FAC;
}
.AnyTagClassName
{
color: #801FAC;
}
</style>
background-color css
<style>
a { background-color: #801FAC; }
a { background-color: rgb(128,31,172); }
div.DivClassName
{
background-color: #801FAC;
}
.BgClassName
{
background-color: #801FAC;
}
</style>
border-color css
<style>
span { border-color: #801FAC; }
span { border-color: rgb(128,31,172); }
td.TdClassName
{
border-color: #801FAC;
}
.TagClassName
{
border-color: #801FAC;
}
</style>