Shades of Blue Violet #802DEB
Tints of Blue Violet #802DEB
RGB
CMYK
RGB Variations
Color information
#802DEB (or 0x802DEB) is known color: Blue Violet. HEX triplet: 80, 2D and EB. RGB value is (128,45,235). Sum of RGB (Red+Green+Blue) = 128+45+235=408 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.37% from 408); Green value is 45 (17.97% from 255 or 11.03% from 408); Blue value is 235 (92.19% from 255 or 57.60% from 408); Max value from RGB is 235 - color contains mainly: blue. Hex color #802DEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #802DEB is #7FD214. Grayscale: #5A5A5A. Windows color (decimal): -8376853 or 15412608. OLE color: 15412608.
HSL color Cylindrical-coordinate representation of color #802DEB: hue angle of 266.21º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #802DEB is Cyan = 0.46, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 128 | 45 | 235 | - |
| CMYK | 0.46 | 0.81 | 0 | 0.08 |
| HSL | 266.21º | 0.83% | 0.55% | - |
| HSV(B) | 266.21º | 0.81% | 0.92% | - |
| XYZ | 24.84 | 12.46 | 79.69 | - |
| YUV | 91.48 | 209 | 154.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 45 | 235 | 0.46 | 0.81 | 0 | 0.08 | 266.21 | 0.83 | 0.55 |
| Hex | 80 | 2D | EB | 2E | 51 | 0 | 8 | 10A | 53 | 37 |
| Octal | 200 | 55 | 353 | 56 | 121 | 0 | 10 | 412 | 123 | 67 |
| Binary | 10000000 | 101101 | 11101011 | 101110 | 1010001 | 0 | 1000 | 100001010 | 1010011 | 110111 |
Color Harmonies of #802DEB
Complementary color
Monochromatic Colors of #802DEB
Black with #802DEB
Text Example
Text Example
White with #802DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802DEB; }
p { color: rgb(128,45,235); }
H1.HeaderClassName
{
color: #802DEB;
}
.AnyTagClassName
{
color: #802DEB;
}
</style>
background-color css
<style>
a { background-color: #802DEB; }
a { background-color: rgb(128,45,235); }
div.DivClassName
{
background-color: #802DEB;
}
.BgClassName
{
background-color: #802DEB;
}
</style>
border-color css
<style>
span { border-color: #802DEB; }
span { border-color: rgb(128,45,235); }
td.TdClassName
{
border-color: #802DEB;
}
.TagClassName
{
border-color: #802DEB;
}
</style>