Shades of Blue Violet #803EFD
Tints of Blue Violet #803EFD
RGB
CMYK
RGB Variations
Color information
#803EFD (or 0x803EFD) is known color: Blue Violet. HEX triplet: 80, 3E and FD. RGB value is (128,62,253). Sum of RGB (Red+Green+Blue) = 128+62+253=443 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.89% from 443); Green value is 62 (24.61% from 255 or 14.00% from 443); Blue value is 253 (99.22% from 255 or 57.11% from 443); Max value from RGB is 253 - color contains mainly: blue. Hex color #803EFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #803EFD is #7FC102. Grayscale: #666666. Windows color (decimal): -8372483 or 16596608. OLE color: 16596608.
HSL color Cylindrical-coordinate representation of color #803EFD: hue angle of 260.73º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #803EFD is Cyan = 0.49, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 128 | 62 | 253 | - |
| CMYK | 0.49 | 0.75 | 0 | 0.01 |
| HSL | 260.73º | 0.98% | 0.62% | - |
| HSV(B) | 260.73º | 0.75% | 0.99% | - |
| XYZ | 28.35 | 15.13 | 94.35 | - |
| YUV | 103.51 | 212.37 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 62 | 253 | 0.49 | 0.75 | 0 | 0.01 | 260.73 | 0.98 | 0.62 |
| Hex | 80 | 3E | FD | 31 | 4B | 0 | 1 | 105 | 62 | 3E |
| Octal | 200 | 76 | 375 | 61 | 113 | 0 | 1 | 405 | 142 | 76 |
| Binary | 10000000 | 111110 | 11111101 | 110001 | 1001011 | 0 | 1 | 100000101 | 1100010 | 111110 |
Color Harmonies of #803EFD
Complementary color
Monochromatic Colors of #803EFD
Black with #803EFD
Text Example
Text Example
White with #803EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803EFD; }
p { color: rgb(128,62,253); }
H1.HeaderClassName
{
color: #803EFD;
}
.AnyTagClassName
{
color: #803EFD;
}
</style>
background-color css
<style>
a { background-color: #803EFD; }
a { background-color: rgb(128,62,253); }
div.DivClassName
{
background-color: #803EFD;
}
.BgClassName
{
background-color: #803EFD;
}
</style>
border-color css
<style>
span { border-color: #803EFD; }
span { border-color: rgb(128,62,253); }
td.TdClassName
{
border-color: #803EFD;
}
.TagClassName
{
border-color: #803EFD;
}
</style>