Shades of Blue Violet #802EDB
Tints of Blue Violet #802EDB
RGB
CMYK
RGB Variations
Color information
#802EDB (or 0x802EDB) is known color: Blue Violet. HEX triplet: 80, 2E and DB. RGB value is (128,46,219). Sum of RGB (Red+Green+Blue) = 128+46+219=393 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.57% from 393); Green value is 46 (18.36% from 255 or 11.70% from 393); Blue value is 219 (85.94% from 255 or 55.73% from 393); Max value from RGB is 219 - color contains mainly: blue. Hex color #802EDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #802EDB is #7FD124. Grayscale: #595959. Windows color (decimal): -8376613 or 14364288. OLE color: 14364288.
HSL color Cylindrical-coordinate representation of color #802EDB: hue angle of 268.44º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #802EDB is Cyan = 0.42, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 46 | 219 | - |
| CMYK | 0.42 | 0.79 | 0 | 0.14 |
| HSL | 268.44º | 0.71% | 0.52% | - |
| HSV(B) | 268.44º | 0.79% | 0.86% | - |
| XYZ | 22.67 | 11.66 | 68.07 | - |
| YUV | 90.24 | 200.67 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 46 | 219 | 0.42 | 0.79 | 0 | 0.14 | 268.44 | 0.71 | 0.52 |
| Hex | 80 | 2E | DB | 2A | 4F | 0 | E | 10C | 47 | 34 |
| Octal | 200 | 56 | 333 | 52 | 117 | 0 | 16 | 414 | 107 | 64 |
| Binary | 10000000 | 101110 | 11011011 | 101010 | 1001111 | 0 | 1110 | 100001100 | 1000111 | 110100 |
Color Harmonies of #802EDB
Complementary color
Monochromatic Colors of #802EDB
Black with #802EDB
Text Example
Text Example
White with #802EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802EDB; }
p { color: rgb(128,46,219); }
H1.HeaderClassName
{
color: #802EDB;
}
.AnyTagClassName
{
color: #802EDB;
}
</style>
background-color css
<style>
a { background-color: #802EDB; }
a { background-color: rgb(128,46,219); }
div.DivClassName
{
background-color: #802EDB;
}
.BgClassName
{
background-color: #802EDB;
}
</style>
border-color css
<style>
span { border-color: #802EDB; }
span { border-color: rgb(128,46,219); }
td.TdClassName
{
border-color: #802EDB;
}
.TagClassName
{
border-color: #802EDB;
}
</style>