Shades of Blue Violet #803EFE
Tints of Blue Violet #803EFE
RGB
CMYK
RGB Variations
Color information
#803EFE (or 0x803EFE) is known color: Blue Violet. HEX triplet: 80, 3E and FE. RGB value is (128,62,254). Sum of RGB (Red+Green+Blue) = 128+62+254=444 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.83% from 444); Green value is 62 (24.61% from 255 or 13.96% from 444); Blue value is 254 (99.61% from 255 or 57.21% from 444); Max value from RGB is 254 - color contains mainly: blue. Hex color #803EFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #803EFE is #7FC101. Grayscale: #666666. Windows color (decimal): -8372482 or 16662144. OLE color: 16662144.
HSL color Cylindrical-coordinate representation of color #803EFE: hue angle of 260.62º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #803EFE is Cyan = 0.50, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 128 | 62 | 254 | - |
| CMYK | 0.50 | 0.76 | 0 | 0.00 |
| HSL | 260.63º | 0.99% | 0.62% | - |
| HSV(B) | 260.63º | 0.76% | 1% | - |
| XYZ | 28.51 | 15.19 | 95.2 | - |
| YUV | 103.62 | 212.87 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 62 | 254 | 0.50 | 0.76 | 0 | 0.00 | 260.63 | 0.99 | 0.62 |
| Hex | 80 | 3E | FE | 32 | 4C | 0 | 0 | 105 | 63 | 3E |
| Octal | 200 | 76 | 376 | 62 | 114 | 0 | 0 | 405 | 143 | 76 |
| Binary | 10000000 | 111110 | 11111110 | 110010 | 1001100 | 0 | 0 | 100000101 | 1100011 | 111110 |
Color Harmonies of #803EFE
Complementary color
Monochromatic Colors of #803EFE
Black with #803EFE
Text Example
Text Example
White with #803EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803EFE; }
p { color: rgb(128,62,254); }
H1.HeaderClassName
{
color: #803EFE;
}
.AnyTagClassName
{
color: #803EFE;
}
</style>
background-color css
<style>
a { background-color: #803EFE; }
a { background-color: rgb(128,62,254); }
div.DivClassName
{
background-color: #803EFE;
}
.BgClassName
{
background-color: #803EFE;
}
</style>
border-color css
<style>
span { border-color: #803EFE; }
span { border-color: rgb(128,62,254); }
td.TdClassName
{
border-color: #803EFE;
}
.TagClassName
{
border-color: #803EFE;
}
</style>