Shades of Blue Violet #803FFB
Tints of Blue Violet #803FFB
RGB
CMYK
RGB Variations
Color information
#803FFB (or 0x803FFB) is known color: Blue Violet. HEX triplet: 80, 3F and FB. RGB value is (128,63,251). Sum of RGB (Red+Green+Blue) = 128+63+251=442 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.96% from 442); Green value is 63 (25% from 255 or 14.25% from 442); Blue value is 251 (98.44% from 255 or 56.79% from 442); Max value from RGB is 251 - color contains mainly: blue. Hex color #803FFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #803FFB is #7FC004. Grayscale: #676767. Windows color (decimal): -8372229 or 16465792. OLE color: 16465792.
HSL color Cylindrical-coordinate representation of color #803FFB: hue angle of 260.74º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #803FFB is Cyan = 0.49, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 63 | 251 | - |
| CMYK | 0.49 | 0.75 | 0 | 0.02 |
| HSL | 260.74º | 0.96% | 0.62% | - |
| HSV(B) | 260.74º | 0.75% | 0.98% | - |
| XYZ | 28.09 | 15.11 | 92.7 | - |
| YUV | 103.87 | 211.03 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 63 | 251 | 0.49 | 0.75 | 0 | 0.02 | 260.74 | 0.96 | 0.62 |
| Hex | 80 | 3F | FB | 31 | 4B | 0 | 2 | 105 | 60 | 3E |
| Octal | 200 | 77 | 373 | 61 | 113 | 0 | 2 | 405 | 140 | 76 |
| Binary | 10000000 | 111111 | 11111011 | 110001 | 1001011 | 0 | 10 | 100000101 | 1100000 | 111110 |
Color Harmonies of #803FFB
Complementary color
Monochromatic Colors of #803FFB
Black with #803FFB
Text Example
Text Example
White with #803FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803FFB; }
p { color: rgb(128,63,251); }
H1.HeaderClassName
{
color: #803FFB;
}
.AnyTagClassName
{
color: #803FFB;
}
</style>
background-color css
<style>
a { background-color: #803FFB; }
a { background-color: rgb(128,63,251); }
div.DivClassName
{
background-color: #803FFB;
}
.BgClassName
{
background-color: #803FFB;
}
</style>
border-color css
<style>
span { border-color: #803FFB; }
span { border-color: rgb(128,63,251); }
td.TdClassName
{
border-color: #803FFB;
}
.TagClassName
{
border-color: #803FFB;
}
</style>