Shades of Blue Violet #802BE0
Tints of Blue Violet #802BE0
RGB
CMYK
RGB Variations
Color information
#802BE0 (or 0x802BE0) is known color: Blue Violet. HEX triplet: 80, 2B and E0. RGB value is (128,43,224). Sum of RGB (Red+Green+Blue) = 128+43+224=395 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.41% from 395); Green value is 43 (17.19% from 255 or 10.89% from 395); Blue value is 224 (87.89% from 255 or 56.71% from 395); Max value from RGB is 224 - color contains mainly: blue. Hex color #802BE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #802BE0 is #7FD41F. Grayscale: #585858. Windows color (decimal): -8377376 or 14691200. OLE color: 14691200.
HSL color Cylindrical-coordinate representation of color #802BE0: hue angle of 268.18º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #802BE0 is Cyan = 0.43, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 128 | 43 | 224 | - |
| CMYK | 0.43 | 0.81 | 0 | 0.12 |
| HSL | 268.18º | 0.74% | 0.52% | - |
| HSV(B) | 268.18º | 0.81% | 0.88% | - |
| XYZ | 23.22 | 11.7 | 71.56 | - |
| YUV | 89.05 | 204.16 | 155.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 43 | 224 | 0.43 | 0.81 | 0 | 0.12 | 268.18 | 0.74 | 0.52 |
| Hex | 80 | 2B | E0 | 2B | 51 | 0 | C | 10C | 4A | 34 |
| Octal | 200 | 53 | 340 | 53 | 121 | 0 | 14 | 414 | 112 | 64 |
| Binary | 10000000 | 101011 | 11100000 | 101011 | 1010001 | 0 | 1100 | 100001100 | 1001010 | 110100 |
Color Harmonies of #802BE0
Complementary color
Monochromatic Colors of #802BE0
Black with #802BE0
Text Example
Text Example
White with #802BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802BE0; }
p { color: rgb(128,43,224); }
H1.HeaderClassName
{
color: #802BE0;
}
.AnyTagClassName
{
color: #802BE0;
}
</style>
background-color css
<style>
a { background-color: #802BE0; }
a { background-color: rgb(128,43,224); }
div.DivClassName
{
background-color: #802BE0;
}
.BgClassName
{
background-color: #802BE0;
}
</style>
border-color css
<style>
span { border-color: #802BE0; }
span { border-color: rgb(128,43,224); }
td.TdClassName
{
border-color: #802BE0;
}
.TagClassName
{
border-color: #802BE0;
}
</style>