Shades of Blue Violet #803EEE
Tints of Blue Violet #803EEE
RGB
CMYK
RGB Variations
Color information
#803EEE (or 0x803EEE) is known color: Blue Violet. HEX triplet: 80, 3E and EE. RGB value is (128,62,238). Sum of RGB (Red+Green+Blue) = 128+62+238=428 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.91% from 428); Green value is 62 (24.61% from 255 or 14.49% from 428); Blue value is 238 (93.36% from 255 or 55.61% from 428); Max value from RGB is 238 - color contains mainly: blue. Hex color #803EEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #803EEE is #7FC111. Grayscale: #656565. Windows color (decimal): -8372498 or 15613568. OLE color: 15613568.
HSL color Cylindrical-coordinate representation of color #803EEE: hue angle of 262.5º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #803EEE is Cyan = 0.46, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 62 | 238 | - |
| CMYK | 0.46 | 0.74 | 0 | 0.07 |
| HSL | 262.5º | 0.84% | 0.59% | - |
| HSV(B) | 262.5º | 0.74% | 0.93% | - |
| XYZ | 26.06 | 14.21 | 82.26 | - |
| YUV | 101.8 | 204.87 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 62 | 238 | 0.46 | 0.74 | 0 | 0.07 | 262.5 | 0.84 | 0.59 |
| Hex | 80 | 3E | EE | 2E | 4A | 0 | 7 | 106 | 54 | 3B |
| Octal | 200 | 76 | 356 | 56 | 112 | 0 | 7 | 406 | 124 | 73 |
| Binary | 10000000 | 111110 | 11101110 | 101110 | 1001010 | 0 | 111 | 100000110 | 1010100 | 111011 |
Color Harmonies of #803EEE
Complementary color
Monochromatic Colors of #803EEE
Black with #803EEE
Text Example
Text Example
White with #803EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803EEE; }
p { color: rgb(128,62,238); }
H1.HeaderClassName
{
color: #803EEE;
}
.AnyTagClassName
{
color: #803EEE;
}
</style>
background-color css
<style>
a { background-color: #803EEE; }
a { background-color: rgb(128,62,238); }
div.DivClassName
{
background-color: #803EEE;
}
.BgClassName
{
background-color: #803EEE;
}
</style>
border-color css
<style>
span { border-color: #803EEE; }
span { border-color: rgb(128,62,238); }
td.TdClassName
{
border-color: #803EEE;
}
.TagClassName
{
border-color: #803EEE;
}
</style>