Shades of Blue Violet #801CFB
Tints of Blue Violet #801CFB
RGB
CMYK
RGB Variations
Color information
#801CFB (or 0x801CFB) is known color: Blue Violet. HEX triplet: 80, 1C and FB. RGB value is (128,28,251). Sum of RGB (Red+Green+Blue) = 128+28+251=407 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.45% from 407); Green value is 28 (11.33% from 255 or 6.88% from 407); Blue value is 251 (98.44% from 255 or 61.67% from 407); Max value from RGB is 251 - color contains mainly: blue. Hex color #801CFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #801CFB is #7FE304. Grayscale: #525252. Windows color (decimal): -8381189 or 16456832. OLE color: 16456832.
HSL color Cylindrical-coordinate representation of color #801CFB: hue angle of 266.91º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #801CFB is Cyan = 0.49, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 28 | 251 | - |
| CMYK | 0.49 | 0.89 | 0 | 0.02 |
| HSL | 266.91º | 0.97% | 0.55% | - |
| HSV(B) | 266.91º | 0.89% | 0.98% | - |
| XYZ | 26.73 | 12.38 | 92.25 | - |
| YUV | 83.32 | 222.63 | 159.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 28 | 251 | 0.49 | 0.89 | 0 | 0.02 | 266.91 | 0.97 | 0.55 |
| Hex | 80 | 1C | FB | 31 | 59 | 0 | 2 | 10B | 61 | 37 |
| Octal | 200 | 34 | 373 | 61 | 131 | 0 | 2 | 413 | 141 | 67 |
| Binary | 10000000 | 11100 | 11111011 | 110001 | 1011001 | 0 | 10 | 100001011 | 1100001 | 110111 |
Color Harmonies of #801CFB
Complementary color
Monochromatic Colors of #801CFB
Black with #801CFB
Text Example
Text Example
White with #801CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801CFB; }
p { color: rgb(128,28,251); }
H1.HeaderClassName
{
color: #801CFB;
}
.AnyTagClassName
{
color: #801CFB;
}
</style>
background-color css
<style>
a { background-color: #801CFB; }
a { background-color: rgb(128,28,251); }
div.DivClassName
{
background-color: #801CFB;
}
.BgClassName
{
background-color: #801CFB;
}
</style>
border-color css
<style>
span { border-color: #801CFB; }
span { border-color: rgb(128,28,251); }
td.TdClassName
{
border-color: #801CFB;
}
.TagClassName
{
border-color: #801CFB;
}
</style>