Shades of Blue Violet #802BEC
Tints of Blue Violet #802BEC
RGB
CMYK
RGB Variations
Color information
#802BEC (or 0x802BEC) is known color: Blue Violet. HEX triplet: 80, 2B and EC. RGB value is (128,43,236). Sum of RGB (Red+Green+Blue) = 128+43+236=407 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.45% from 407); Green value is 43 (17.19% from 255 or 10.57% from 407); Blue value is 236 (92.58% from 255 or 57.99% from 407); Max value from RGB is 236 - color contains mainly: blue. Hex color #802BEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #802BEC is #7FD413. Grayscale: #595959. Windows color (decimal): -8377364 or 15477632. OLE color: 15477632.
HSL color Cylindrical-coordinate representation of color #802BEC: hue angle of 266.42º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #802BEC is Cyan = 0.46, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 43 | 236 | - |
| CMYK | 0.46 | 0.82 | 0 | 0.07 |
| HSL | 266.42º | 0.84% | 0.55% | - |
| HSV(B) | 266.42º | 0.82% | 0.93% | - |
| XYZ | 24.91 | 12.37 | 80.43 | - |
| YUV | 90.42 | 210.16 | 154.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 43 | 236 | 0.46 | 0.82 | 0 | 0.07 | 266.42 | 0.84 | 0.55 |
| Hex | 80 | 2B | EC | 2E | 52 | 0 | 7 | 10A | 54 | 37 |
| Octal | 200 | 53 | 354 | 56 | 122 | 0 | 7 | 412 | 124 | 67 |
| Binary | 10000000 | 101011 | 11101100 | 101110 | 1010010 | 0 | 111 | 100001010 | 1010100 | 110111 |
Color Harmonies of #802BEC
Complementary color
Monochromatic Colors of #802BEC
Black with #802BEC
Text Example
Text Example
White with #802BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802BEC; }
p { color: rgb(128,43,236); }
H1.HeaderClassName
{
color: #802BEC;
}
.AnyTagClassName
{
color: #802BEC;
}
</style>
background-color css
<style>
a { background-color: #802BEC; }
a { background-color: rgb(128,43,236); }
div.DivClassName
{
background-color: #802BEC;
}
.BgClassName
{
background-color: #802BEC;
}
</style>
border-color css
<style>
span { border-color: #802BEC; }
span { border-color: rgb(128,43,236); }
td.TdClassName
{
border-color: #802BEC;
}
.TagClassName
{
border-color: #802BEC;
}
</style>