Shades of Blue Violet #801BFC
Tints of Blue Violet #801BFC
RGB
CMYK
RGB Variations
Color information
#801BFC (or 0x801BFC) is known color: Blue Violet. HEX triplet: 80, 1B and FC. RGB value is (128,27,252). Sum of RGB (Red+Green+Blue) = 128+27+252=407 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.45% from 407); Green value is 27 (10.94% from 255 or 6.63% from 407); Blue value is 252 (98.83% from 255 or 61.92% from 407); Max value from RGB is 252 - color contains mainly: blue. Hex color #801BFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #801BFC is #7FE403. Grayscale: #525252. Windows color (decimal): -8381444 or 16522112. OLE color: 16522112.
HSL color Cylindrical-coordinate representation of color #801BFC: hue angle of 266.93º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #801BFC is Cyan = 0.49, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 128 | 27 | 252 | - |
| CMYK | 0.49 | 0.89 | 0 | 0.01 |
| HSL | 266.93º | 0.97% | 0.55% | - |
| HSV(B) | 266.93º | 0.89% | 0.99% | - |
| XYZ | 26.86 | 12.4 | 93.07 | - |
| YUV | 82.85 | 223.46 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 27 | 252 | 0.49 | 0.89 | 0 | 0.01 | 266.93 | 0.97 | 0.55 |
| Hex | 80 | 1B | FC | 31 | 59 | 0 | 1 | 10B | 61 | 37 |
| Octal | 200 | 33 | 374 | 61 | 131 | 0 | 1 | 413 | 141 | 67 |
| Binary | 10000000 | 11011 | 11111100 | 110001 | 1011001 | 0 | 1 | 100001011 | 1100001 | 110111 |
Color Harmonies of #801BFC
Complementary color
Monochromatic Colors of #801BFC
Black with #801BFC
Text Example
Text Example
White with #801BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801BFC; }
p { color: rgb(128,27,252); }
H1.HeaderClassName
{
color: #801BFC;
}
.AnyTagClassName
{
color: #801BFC;
}
</style>
background-color css
<style>
a { background-color: #801BFC; }
a { background-color: rgb(128,27,252); }
div.DivClassName
{
background-color: #801BFC;
}
.BgClassName
{
background-color: #801BFC;
}
</style>
border-color css
<style>
span { border-color: #801BFC; }
span { border-color: rgb(128,27,252); }
td.TdClassName
{
border-color: #801BFC;
}
.TagClassName
{
border-color: #801BFC;
}
</style>