Shades of Blue Violet #801AFF
Tints of Blue Violet #801AFF
RGB
CMYK
RGB Variations
Color information
#801AFF (or 0x801AFF) is known color: Blue Violet. HEX triplet: 80, 1A and FF. RGB value is (128,26,255). Sum of RGB (Red+Green+Blue) = 128+26+255=409 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.30% from 409); Green value is 26 (10.55% from 255 or 6.36% from 409); Blue value is 255 (100% from 255 or 62.35% from 409); Max value from RGB is 255 - color contains mainly: blue. Hex color #801AFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #801AFF is #7FE500. Grayscale: #515151. Windows color (decimal): -8381697 or 16718464. OLE color: 16718464.
HSL color Cylindrical-coordinate representation of color #801AFF: hue angle of 266.72º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #801AFF is Cyan = 0.50, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 128 | 26 | 255 | - |
| CMYK | 0.50 | 0.90 | 0 | 0 |
| HSL | 266.72º | 1% | 0.55% | - |
| HSV(B) | 266.72º | 0.9% | 1% | - |
| XYZ | 27.32 | 12.55 | 95.59 | - |
| YUV | 82.6 | 225.29 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 26 | 255 | 0.50 | 0.90 | 0 | 0 | 266.72 | 1 | 0.55 |
| Hex | 80 | 1A | FF | 32 | 5A | 0 | 0 | 10B | 64 | 37 |
| Octal | 200 | 32 | 377 | 62 | 132 | 0 | 0 | 413 | 144 | 67 |
| Binary | 10000000 | 11010 | 11111111 | 110010 | 1011010 | 0 | 0 | 100001011 | 1100100 | 110111 |
Color Harmonies of #801AFF
Complementary color
Monochromatic Colors of #801AFF
Black with #801AFF
Text Example
Text Example
White with #801AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801AFF; }
p { color: rgb(128,26,255); }
H1.HeaderClassName
{
color: #801AFF;
}
.AnyTagClassName
{
color: #801AFF;
}
</style>
background-color css
<style>
a { background-color: #801AFF; }
a { background-color: rgb(128,26,255); }
div.DivClassName
{
background-color: #801AFF;
}
.BgClassName
{
background-color: #801AFF;
}
</style>
border-color css
<style>
span { border-color: #801AFF; }
span { border-color: rgb(128,26,255); }
td.TdClassName
{
border-color: #801AFF;
}
.TagClassName
{
border-color: #801AFF;
}
</style>