Shades of Blue Violet #803EEC
Tints of Blue Violet #803EEC
RGB
CMYK
RGB Variations
Color information
#803EEC (or 0x803EEC) is known color: Blue Violet. HEX triplet: 80, 3E and EC. RGB value is (128,62,236). Sum of RGB (Red+Green+Blue) = 128+62+236=426 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.05% from 426); Green value is 62 (24.61% from 255 or 14.55% from 426); Blue value is 236 (92.58% from 255 or 55.40% from 426); Max value from RGB is 236 - color contains mainly: blue. Hex color #803EEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #803EEC is #7FC113. Grayscale: #646464. Windows color (decimal): -8372500 or 15482496. OLE color: 15482496.
HSL color Cylindrical-coordinate representation of color #803EEC: hue angle of 262.76º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #803EEC is Cyan = 0.46, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 62 | 236 | - |
| CMYK | 0.46 | 0.74 | 0 | 0.07 |
| HSL | 262.76º | 0.82% | 0.58% | - |
| HSV(B) | 262.76º | 0.74% | 0.93% | - |
| XYZ | 25.77 | 14.09 | 80.72 | - |
| YUV | 101.57 | 203.87 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 62 | 236 | 0.46 | 0.74 | 0 | 0.07 | 262.76 | 0.82 | 0.58 |
| Hex | 80 | 3E | EC | 2E | 4A | 0 | 7 | 107 | 52 | 3A |
| Octal | 200 | 76 | 354 | 56 | 112 | 0 | 7 | 407 | 122 | 72 |
| Binary | 10000000 | 111110 | 11101100 | 101110 | 1001010 | 0 | 111 | 100000111 | 1010010 | 111010 |
Color Harmonies of #803EEC
Complementary color
Monochromatic Colors of #803EEC
Black with #803EEC
Text Example
Text Example
White with #803EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803EEC; }
p { color: rgb(128,62,236); }
H1.HeaderClassName
{
color: #803EEC;
}
.AnyTagClassName
{
color: #803EEC;
}
</style>
background-color css
<style>
a { background-color: #803EEC; }
a { background-color: rgb(128,62,236); }
div.DivClassName
{
background-color: #803EEC;
}
.BgClassName
{
background-color: #803EEC;
}
</style>
border-color css
<style>
span { border-color: #803EEC; }
span { border-color: rgb(128,62,236); }
td.TdClassName
{
border-color: #803EEC;
}
.TagClassName
{
border-color: #803EEC;
}
</style>