Shades of Blue Violet #802EEE
Tints of Blue Violet #802EEE
RGB
CMYK
RGB Variations
Color information
#802EEE (or 0x802EEE) is known color: Blue Violet. HEX triplet: 80, 2E and EE. RGB value is (128,46,238). Sum of RGB (Red+Green+Blue) = 128+46+238=412 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.07% from 412); Green value is 46 (18.36% from 255 or 11.17% from 412); Blue value is 238 (93.36% from 255 or 57.77% from 412); Max value from RGB is 238 - color contains mainly: blue. Hex color #802EEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #802EEE is #7FD111. Grayscale: #5B5B5B. Windows color (decimal): -8376594 or 15609472. OLE color: 15609472.
HSL color Cylindrical-coordinate representation of color #802EEE: hue angle of 265.62º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #802EEE is Cyan = 0.46, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 46 | 238 | - |
| CMYK | 0.46 | 0.81 | 0 | 0.07 |
| HSL | 265.63º | 0.85% | 0.56% | - |
| HSV(B) | 265.63º | 0.81% | 0.93% | - |
| XYZ | 25.31 | 12.72 | 82.01 | - |
| YUV | 92.41 | 210.17 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 46 | 238 | 0.46 | 0.81 | 0 | 0.07 | 265.63 | 0.85 | 0.56 |
| Hex | 80 | 2E | EE | 2E | 51 | 0 | 7 | 10A | 55 | 38 |
| Octal | 200 | 56 | 356 | 56 | 121 | 0 | 7 | 412 | 125 | 70 |
| Binary | 10000000 | 101110 | 11101110 | 101110 | 1010001 | 0 | 111 | 100001010 | 1010101 | 111000 |
Color Harmonies of #802EEE
Complementary color
Monochromatic Colors of #802EEE
Black with #802EEE
Text Example
Text Example
White with #802EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802EEE; }
p { color: rgb(128,46,238); }
H1.HeaderClassName
{
color: #802EEE;
}
.AnyTagClassName
{
color: #802EEE;
}
</style>
background-color css
<style>
a { background-color: #802EEE; }
a { background-color: rgb(128,46,238); }
div.DivClassName
{
background-color: #802EEE;
}
.BgClassName
{
background-color: #802EEE;
}
</style>
border-color css
<style>
span { border-color: #802EEE; }
span { border-color: rgb(128,46,238); }
td.TdClassName
{
border-color: #802EEE;
}
.TagClassName
{
border-color: #802EEE;
}
</style>