Shades of Blue Violet #803EFC
Tints of Blue Violet #803EFC
RGB
CMYK
RGB Variations
Color information
#803EFC (or 0x803EFC) is known color: Blue Violet. HEX triplet: 80, 3E and FC. RGB value is (128,62,252). Sum of RGB (Red+Green+Blue) = 128+62+252=442 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.96% from 442); Green value is 62 (24.61% from 255 or 14.03% from 442); Blue value is 252 (98.83% from 255 or 57.01% from 442); Max value from RGB is 252 - color contains mainly: blue. Hex color #803EFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #803EFC is #7FC103. Grayscale: #666666. Windows color (decimal): -8372484 or 16531072. OLE color: 16531072.
HSL color Cylindrical-coordinate representation of color #803EFC: hue angle of 260.84º degrees, saturation: 0.97, 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 #803EFC is Cyan = 0.49, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 128 | 62 | 252 | - |
| CMYK | 0.49 | 0.75 | 0 | 0.01 |
| HSL | 260.84º | 0.97% | 0.62% | - |
| HSV(B) | 260.84º | 0.75% | 0.99% | - |
| XYZ | 28.2 | 15.06 | 93.52 | - |
| YUV | 103.39 | 211.87 | 145.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 62 | 252 | 0.49 | 0.75 | 0 | 0.01 | 260.84 | 0.97 | 0.62 |
| Hex | 80 | 3E | FC | 31 | 4B | 0 | 1 | 105 | 61 | 3E |
| Octal | 200 | 76 | 374 | 61 | 113 | 0 | 1 | 405 | 141 | 76 |
| Binary | 10000000 | 111110 | 11111100 | 110001 | 1001011 | 0 | 1 | 100000101 | 1100001 | 111110 |
Color Harmonies of #803EFC
Complementary color
Monochromatic Colors of #803EFC
Black with #803EFC
Text Example
Text Example
White with #803EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803EFC; }
p { color: rgb(128,62,252); }
H1.HeaderClassName
{
color: #803EFC;
}
.AnyTagClassName
{
color: #803EFC;
}
</style>
background-color css
<style>
a { background-color: #803EFC; }
a { background-color: rgb(128,62,252); }
div.DivClassName
{
background-color: #803EFC;
}
.BgClassName
{
background-color: #803EFC;
}
</style>
border-color css
<style>
span { border-color: #803EFC; }
span { border-color: rgb(128,62,252); }
td.TdClassName
{
border-color: #803EFC;
}
.TagClassName
{
border-color: #803EFC;
}
</style>