Shades of Blue Violet #802ED3
Tints of Blue Violet #802ED3
RGB
CMYK
RGB Variations
Color information
#802ED3 (or 0x802ED3) is known color: Blue Violet. HEX triplet: 80, 2E and D3. RGB value is (128,46,211). Sum of RGB (Red+Green+Blue) = 128+46+211=385 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.25% from 385); Green value is 46 (18.36% from 255 or 11.95% from 385); Blue value is 211 (82.81% from 255 or 54.81% from 385); Max value from RGB is 211 - color contains mainly: blue. Hex color #802ED3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #802ED3 is #7FD12C. Grayscale: #585858. Windows color (decimal): -8376621 or 13840000. OLE color: 13840000.
HSL color Cylindrical-coordinate representation of color #802ED3: hue angle of 269.82º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #802ED3 is Cyan = 0.39, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 128 | 46 | 211 | - |
| CMYK | 0.39 | 0.78 | 0 | 0.17 |
| HSL | 269.82º | 0.65% | 0.5% | - |
| HSV(B) | 269.82º | 0.78% | 0.83% | - |
| XYZ | 21.64 | 11.25 | 62.66 | - |
| YUV | 89.33 | 196.67 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 46 | 211 | 0.39 | 0.78 | 0 | 0.17 | 269.82 | 0.65 | 0.5 |
| Hex | 80 | 2E | D3 | 27 | 4E | 0 | 11 | 10E | 41 | 32 |
| Octal | 200 | 56 | 323 | 47 | 116 | 0 | 21 | 416 | 101 | 62 |
| Binary | 10000000 | 101110 | 11010011 | 100111 | 1001110 | 0 | 10001 | 100001110 | 1000001 | 110010 |
Color Harmonies of #802ED3
Complementary color
Monochromatic Colors of #802ED3
Black with #802ED3
Text Example
Text Example
White with #802ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802ED3; }
p { color: rgb(128,46,211); }
H1.HeaderClassName
{
color: #802ED3;
}
.AnyTagClassName
{
color: #802ED3;
}
</style>
background-color css
<style>
a { background-color: #802ED3; }
a { background-color: rgb(128,46,211); }
div.DivClassName
{
background-color: #802ED3;
}
.BgClassName
{
background-color: #802ED3;
}
</style>
border-color css
<style>
span { border-color: #802ED3; }
span { border-color: rgb(128,46,211); }
td.TdClassName
{
border-color: #802ED3;
}
.TagClassName
{
border-color: #802ED3;
}
</style>