Shades of Blue Violet #802BEB
Tints of Blue Violet #802BEB
RGB
CMYK
RGB Variations
Color information
#802BEB (or 0x802BEB) is known color: Blue Violet. HEX triplet: 80, 2B and EB. RGB value is (128,43,235). Sum of RGB (Red+Green+Blue) = 128+43+235=406 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.53% from 406); Green value is 43 (17.19% from 255 or 10.59% from 406); Blue value is 235 (92.19% from 255 or 57.88% from 406); Max value from RGB is 235 - color contains mainly: blue. Hex color #802BEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #802BEB is #7FD414. Grayscale: #595959. Windows color (decimal): -8377365 or 15412096. OLE color: 15412096.
HSL color Cylindrical-coordinate representation of color #802BEB: hue angle of 266.56º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #802BEB is Cyan = 0.46, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 128 | 43 | 235 | - |
| CMYK | 0.46 | 0.82 | 0 | 0.08 |
| HSL | 266.56º | 0.83% | 0.55% | - |
| HSV(B) | 266.56º | 0.82% | 0.92% | - |
| XYZ | 24.76 | 12.32 | 79.67 | - |
| YUV | 90.3 | 209.66 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 43 | 235 | 0.46 | 0.82 | 0 | 0.08 | 266.56 | 0.83 | 0.55 |
| Hex | 80 | 2B | EB | 2E | 52 | 0 | 8 | 10B | 53 | 37 |
| Octal | 200 | 53 | 353 | 56 | 122 | 0 | 10 | 413 | 123 | 67 |
| Binary | 10000000 | 101011 | 11101011 | 101110 | 1010010 | 0 | 1000 | 100001011 | 1010011 | 110111 |
Color Harmonies of #802BEB
Complementary color
Monochromatic Colors of #802BEB
Black with #802BEB
Text Example
Text Example
White with #802BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802BEB; }
p { color: rgb(128,43,235); }
H1.HeaderClassName
{
color: #802BEB;
}
.AnyTagClassName
{
color: #802BEB;
}
</style>
background-color css
<style>
a { background-color: #802BEB; }
a { background-color: rgb(128,43,235); }
div.DivClassName
{
background-color: #802BEB;
}
.BgClassName
{
background-color: #802BEB;
}
</style>
border-color css
<style>
span { border-color: #802BEB; }
span { border-color: rgb(128,43,235); }
td.TdClassName
{
border-color: #802BEB;
}
.TagClassName
{
border-color: #802BEB;
}
</style>