Shades of Blue Violet #802BE9
Tints of Blue Violet #802BE9
RGB
CMYK
RGB Variations
Color information
#802BE9 (or 0x802BE9) is known color: Blue Violet. HEX triplet: 80, 2B and E9. RGB value is (128,43,233). Sum of RGB (Red+Green+Blue) = 128+43+233=404 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.68% from 404); Green value is 43 (17.19% from 255 or 10.64% from 404); Blue value is 233 (91.41% from 255 or 57.67% from 404); Max value from RGB is 233 - color contains mainly: blue. Hex color #802BE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #802BE9 is #7FD416. Grayscale: #595959. Windows color (decimal): -8377367 or 15281024. OLE color: 15281024.
HSL color Cylindrical-coordinate representation of color #802BE9: hue angle of 266.84º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #802BE9 is Cyan = 0.45, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 128 | 43 | 233 | - |
| CMYK | 0.45 | 0.82 | 0 | 0.09 |
| HSL | 266.84º | 0.81% | 0.54% | - |
| HSV(B) | 266.84º | 0.82% | 0.91% | - |
| XYZ | 24.47 | 12.2 | 78.16 | - |
| YUV | 90.08 | 208.66 | 155.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 43 | 233 | 0.45 | 0.82 | 0 | 0.09 | 266.84 | 0.81 | 0.54 |
| Hex | 80 | 2B | E9 | 2D | 52 | 0 | 9 | 10B | 51 | 36 |
| Octal | 200 | 53 | 351 | 55 | 122 | 0 | 11 | 413 | 121 | 66 |
| Binary | 10000000 | 101011 | 11101001 | 101101 | 1010010 | 0 | 1001 | 100001011 | 1010001 | 110110 |
Color Harmonies of #802BE9
Complementary color
Monochromatic Colors of #802BE9
Black with #802BE9
Text Example
Text Example
White with #802BE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802BE9; }
p { color: rgb(128,43,233); }
H1.HeaderClassName
{
color: #802BE9;
}
.AnyTagClassName
{
color: #802BE9;
}
</style>
background-color css
<style>
a { background-color: #802BE9; }
a { background-color: rgb(128,43,233); }
div.DivClassName
{
background-color: #802BE9;
}
.BgClassName
{
background-color: #802BE9;
}
</style>
border-color css
<style>
span { border-color: #802BE9; }
span { border-color: rgb(128,43,233); }
td.TdClassName
{
border-color: #802BE9;
}
.TagClassName
{
border-color: #802BE9;
}
</style>