Shades of Blue Violet #802EDD
Tints of Blue Violet #802EDD
RGB
CMYK
RGB Variations
Color information
#802EDD (or 0x802EDD) is known color: Blue Violet. HEX triplet: 80, 2E and DD. RGB value is (128,46,221). Sum of RGB (Red+Green+Blue) = 128+46+221=395 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.41% from 395); Green value is 46 (18.36% from 255 or 11.65% from 395); Blue value is 221 (86.72% from 255 or 55.95% from 395); Max value from RGB is 221 - color contains mainly: blue. Hex color #802EDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #802EDD is #7FD122. Grayscale: #595959. Windows color (decimal): -8376611 or 14495360. OLE color: 14495360.
HSL color Cylindrical-coordinate representation of color #802EDD: hue angle of 268.11º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #802EDD is Cyan = 0.42, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 46 | 221 | - |
| CMYK | 0.42 | 0.79 | 0 | 0.13 |
| HSL | 268.11º | 0.72% | 0.52% | - |
| HSV(B) | 268.11º | 0.79% | 0.87% | - |
| XYZ | 22.93 | 11.76 | 69.47 | - |
| YUV | 90.47 | 201.67 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 46 | 221 | 0.42 | 0.79 | 0 | 0.13 | 268.11 | 0.72 | 0.52 |
| Hex | 80 | 2E | DD | 2A | 4F | 0 | D | 10C | 48 | 34 |
| Octal | 200 | 56 | 335 | 52 | 117 | 0 | 15 | 414 | 110 | 64 |
| Binary | 10000000 | 101110 | 11011101 | 101010 | 1001111 | 0 | 1101 | 100001100 | 1001000 | 110100 |
Color Harmonies of #802EDD
Complementary color
Monochromatic Colors of #802EDD
Black with #802EDD
Text Example
Text Example
White with #802EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802EDD; }
p { color: rgb(128,46,221); }
H1.HeaderClassName
{
color: #802EDD;
}
.AnyTagClassName
{
color: #802EDD;
}
</style>
background-color css
<style>
a { background-color: #802EDD; }
a { background-color: rgb(128,46,221); }
div.DivClassName
{
background-color: #802EDD;
}
.BgClassName
{
background-color: #802EDD;
}
</style>
border-color css
<style>
span { border-color: #802EDD; }
span { border-color: rgb(128,46,221); }
td.TdClassName
{
border-color: #802EDD;
}
.TagClassName
{
border-color: #802EDD;
}
</style>