Shades of Vivid Violet #801CAC
Tints of Vivid Violet #801CAC
RGB
CMYK
RGB Variations
Color information
#801CAC (or 0x801CAC) is known color: Vivid Violet. HEX triplet: 80, 1C and AC. RGB value is (128,28,172). Sum of RGB (Red+Green+Blue) = 128+28+172=328 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.02% from 328); Green value is 28 (11.33% from 255 or 8.54% from 328); Blue value is 172 (67.58% from 255 or 52.44% from 328); Max value from RGB is 172 - color contains mainly: blue. Hex color #801CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #801CAC is #7FE353. Grayscale: #494949. Windows color (decimal): -8381268 or 11279488. OLE color: 11279488.
HSL color Cylindrical-coordinate representation of color #801CAC: hue angle of 281.67º degrees, saturation: 0.72, 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 #801CAC is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 28 | 172 | - |
| CMYK | 0.26 | 0.84 | 0 | 0.33 |
| HSL | 281.67º | 0.72% | 0.39% | - |
| HSV(B) | 281.67º | 0.84% | 0.67% | - |
| XYZ | 16.76 | 8.4 | 39.77 | - |
| YUV | 74.32 | 183.13 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 28 | 172 | 0.26 | 0.84 | 0 | 0.33 | 281.67 | 0.72 | 0.39 |
| Hex | 80 | 1C | AC | 1A | 54 | 0 | 21 | 11A | 48 | 27 |
| Octal | 200 | 34 | 254 | 32 | 124 | 0 | 41 | 432 | 110 | 47 |
| Binary | 10000000 | 11100 | 10101100 | 11010 | 1010100 | 0 | 100001 | 100011010 | 1001000 | 100111 |
Color Harmonies of #801CAC
Complementary color
Monochromatic Colors of #801CAC
Black with #801CAC
Text Example
Text Example
White with #801CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801CAC; }
p { color: rgb(128,28,172); }
H1.HeaderClassName
{
color: #801CAC;
}
.AnyTagClassName
{
color: #801CAC;
}
</style>
background-color css
<style>
a { background-color: #801CAC; }
a { background-color: rgb(128,28,172); }
div.DivClassName
{
background-color: #801CAC;
}
.BgClassName
{
background-color: #801CAC;
}
</style>
border-color css
<style>
span { border-color: #801CAC; }
span { border-color: rgb(128,28,172); }
td.TdClassName
{
border-color: #801CAC;
}
.TagClassName
{
border-color: #801CAC;
}
</style>