Shades of Blue Violet #801FFB
Tints of Blue Violet #801FFB
RGB
CMYK
RGB Variations
Color information
#801FFB (or 0x801FFB) is known color: Blue Violet. HEX triplet: 80, 1F and FB. RGB value is (128,31,251). Sum of RGB (Red+Green+Blue) = 128+31+251=410 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.22% from 410); Green value is 31 (12.5% from 255 or 7.56% from 410); Blue value is 251 (98.44% from 255 or 61.22% from 410); Max value from RGB is 251 - color contains mainly: blue. Hex color #801FFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #801FFB is #7FE004. Grayscale: #545454. Windows color (decimal): -8380421 or 16457600. OLE color: 16457600.
HSL color Cylindrical-coordinate representation of color #801FFB: hue angle of 266.45º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #801FFB is Cyan = 0.49, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 31 | 251 | - |
| CMYK | 0.49 | 0.88 | 0 | 0.02 |
| HSL | 266.45º | 0.96% | 0.55% | - |
| HSV(B) | 266.45º | 0.88% | 0.98% | - |
| XYZ | 26.8 | 12.53 | 92.27 | - |
| YUV | 85.08 | 221.64 | 158.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 31 | 251 | 0.49 | 0.88 | 0 | 0.02 | 266.45 | 0.96 | 0.55 |
| Hex | 80 | 1F | FB | 31 | 58 | 0 | 2 | 10A | 60 | 37 |
| Octal | 200 | 37 | 373 | 61 | 130 | 0 | 2 | 412 | 140 | 67 |
| Binary | 10000000 | 11111 | 11111011 | 110001 | 1011000 | 0 | 10 | 100001010 | 1100000 | 110111 |
Color Harmonies of #801FFB
Complementary color
Monochromatic Colors of #801FFB
Black with #801FFB
Text Example
Text Example
White with #801FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801FFB; }
p { color: rgb(128,31,251); }
H1.HeaderClassName
{
color: #801FFB;
}
.AnyTagClassName
{
color: #801FFB;
}
</style>
background-color css
<style>
a { background-color: #801FFB; }
a { background-color: rgb(128,31,251); }
div.DivClassName
{
background-color: #801FFB;
}
.BgClassName
{
background-color: #801FFB;
}
</style>
border-color css
<style>
span { border-color: #801FFB; }
span { border-color: rgb(128,31,251); }
td.TdClassName
{
border-color: #801FFB;
}
.TagClassName
{
border-color: #801FFB;
}
</style>