Shades of Blue Violet #802BEA
Tints of Blue Violet #802BEA
RGB
CMYK
RGB Variations
Color information
#802BEA (or 0x802BEA) is known color: Blue Violet. HEX triplet: 80, 2B and EA. RGB value is (128,43,234). Sum of RGB (Red+Green+Blue) = 128+43+234=405 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.60% from 405); Green value is 43 (17.19% from 255 or 10.62% from 405); Blue value is 234 (91.80% from 255 or 57.78% from 405); Max value from RGB is 234 - color contains mainly: blue. Hex color #802BEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #802BEA is #7FD415. Grayscale: #595959. Windows color (decimal): -8377366 or 15346560. OLE color: 15346560.
HSL color Cylindrical-coordinate representation of color #802BEA: hue angle of 266.7º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #802BEA is Cyan = 0.45, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 128 | 43 | 234 | - |
| CMYK | 0.45 | 0.82 | 0 | 0.08 |
| HSL | 266.7º | 0.82% | 0.54% | - |
| HSV(B) | 266.7º | 0.82% | 0.92% | - |
| XYZ | 24.62 | 12.26 | 78.91 | - |
| YUV | 90.19 | 209.16 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 43 | 234 | 0.45 | 0.82 | 0 | 0.08 | 266.7 | 0.82 | 0.54 |
| Hex | 80 | 2B | EA | 2D | 52 | 0 | 8 | 10B | 52 | 36 |
| Octal | 200 | 53 | 352 | 55 | 122 | 0 | 10 | 413 | 122 | 66 |
| Binary | 10000000 | 101011 | 11101010 | 101101 | 1010010 | 0 | 1000 | 100001011 | 1010010 | 110110 |
Color Harmonies of #802BEA
Complementary color
Monochromatic Colors of #802BEA
Black with #802BEA
Text Example
Text Example
White with #802BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802BEA; }
p { color: rgb(128,43,234); }
H1.HeaderClassName
{
color: #802BEA;
}
.AnyTagClassName
{
color: #802BEA;
}
</style>
background-color css
<style>
a { background-color: #802BEA; }
a { background-color: rgb(128,43,234); }
div.DivClassName
{
background-color: #802BEA;
}
.BgClassName
{
background-color: #802BEA;
}
</style>
border-color css
<style>
span { border-color: #802BEA; }
span { border-color: rgb(128,43,234); }
td.TdClassName
{
border-color: #802BEA;
}
.TagClassName
{
border-color: #802BEA;
}
</style>