Shades of Blue Violet #803EE4
Tints of Blue Violet #803EE4
RGB
CMYK
RGB Variations
Color information
#803EE4 (or 0x803EE4) is known color: Blue Violet. HEX triplet: 80, 3E and E4. RGB value is (128,62,228). Sum of RGB (Red+Green+Blue) = 128+62+228=418 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.62% from 418); Green value is 62 (24.61% from 255 or 14.83% from 418); Blue value is 228 (89.45% from 255 or 54.55% from 418); Max value from RGB is 228 - color contains mainly: blue. Hex color #803EE4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #803EE4 is #7FC11B. Grayscale: #646464. Windows color (decimal): -8372508 or 14958208. OLE color: 14958208.
HSL color Cylindrical-coordinate representation of color #803EE4: hue angle of 263.86º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #803EE4 is Cyan = 0.44, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 128 | 62 | 228 | - |
| CMYK | 0.44 | 0.73 | 0 | 0.11 |
| HSL | 263.86º | 0.75% | 0.57% | - |
| HSV(B) | 263.86º | 0.73% | 0.89% | - |
| XYZ | 24.63 | 13.64 | 74.73 | - |
| YUV | 100.66 | 199.87 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 62 | 228 | 0.44 | 0.73 | 0 | 0.11 | 263.86 | 0.75 | 0.57 |
| Hex | 80 | 3E | E4 | 2C | 49 | 0 | B | 108 | 4B | 39 |
| Octal | 200 | 76 | 344 | 54 | 111 | 0 | 13 | 410 | 113 | 71 |
| Binary | 10000000 | 111110 | 11100100 | 101100 | 1001001 | 0 | 1011 | 100001000 | 1001011 | 111001 |
Color Harmonies of #803EE4
Complementary color
Monochromatic Colors of #803EE4
Black with #803EE4
Text Example
Text Example
White with #803EE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803EE4; }
p { color: rgb(128,62,228); }
H1.HeaderClassName
{
color: #803EE4;
}
.AnyTagClassName
{
color: #803EE4;
}
</style>
background-color css
<style>
a { background-color: #803EE4; }
a { background-color: rgb(128,62,228); }
div.DivClassName
{
background-color: #803EE4;
}
.BgClassName
{
background-color: #803EE4;
}
</style>
border-color css
<style>
span { border-color: #803EE4; }
span { border-color: rgb(128,62,228); }
td.TdClassName
{
border-color: #803EE4;
}
.TagClassName
{
border-color: #803EE4;
}
</style>