Shades of Blue Violet #802DE8
Tints of Blue Violet #802DE8
RGB
CMYK
RGB Variations
Color information
#802DE8 (or 0x802DE8) is known color: Blue Violet. HEX triplet: 80, 2D and E8. RGB value is (128,45,232). Sum of RGB (Red+Green+Blue) = 128+45+232=405 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.60% from 405); Green value is 45 (17.97% from 255 or 11.11% from 405); Blue value is 232 (91.02% from 255 or 57.28% from 405); Max value from RGB is 232 - color contains mainly: blue. Hex color #802DE8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #802DE8 is #7FD217. Grayscale: #5A5A5A. Windows color (decimal): -8376856 or 15216000. OLE color: 15216000.
HSL color Cylindrical-coordinate representation of color #802DE8: hue angle of 266.63º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #802DE8 is Cyan = 0.45, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 128 | 45 | 232 | - |
| CMYK | 0.45 | 0.81 | 0 | 0.09 |
| HSL | 266.63º | 0.8% | 0.54% | - |
| HSV(B) | 266.63º | 0.81% | 0.91% | - |
| XYZ | 24.41 | 12.29 | 77.43 | - |
| YUV | 91.14 | 207.5 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 45 | 232 | 0.45 | 0.81 | 0 | 0.09 | 266.63 | 0.8 | 0.54 |
| Hex | 80 | 2D | E8 | 2D | 51 | 0 | 9 | 10B | 50 | 36 |
| Octal | 200 | 55 | 350 | 55 | 121 | 0 | 11 | 413 | 120 | 66 |
| Binary | 10000000 | 101101 | 11101000 | 101101 | 1010001 | 0 | 1001 | 100001011 | 1010000 | 110110 |
Color Harmonies of #802DE8
Complementary color
Monochromatic Colors of #802DE8
Black with #802DE8
Text Example
Text Example
White with #802DE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802DE8; }
p { color: rgb(128,45,232); }
H1.HeaderClassName
{
color: #802DE8;
}
.AnyTagClassName
{
color: #802DE8;
}
</style>
background-color css
<style>
a { background-color: #802DE8; }
a { background-color: rgb(128,45,232); }
div.DivClassName
{
background-color: #802DE8;
}
.BgClassName
{
background-color: #802DE8;
}
</style>
border-color css
<style>
span { border-color: #802DE8; }
span { border-color: rgb(128,45,232); }
td.TdClassName
{
border-color: #802DE8;
}
.TagClassName
{
border-color: #802DE8;
}
</style>