Shades of Blue Violet #802CEB
Tints of Blue Violet #802CEB
RGB
CMYK
RGB Variations
Color information
#802CEB (or 0x802CEB) is known color: Blue Violet. HEX triplet: 80, 2C and EB. RGB value is (128,44,235). Sum of RGB (Red+Green+Blue) = 128+44+235=407 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.45% from 407); Green value is 44 (17.58% from 255 or 10.81% from 407); Blue value is 235 (92.19% from 255 or 57.74% from 407); Max value from RGB is 235 - color contains mainly: blue. Hex color #802CEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #802CEB is #7FD314. Grayscale: #5A5A5A. Windows color (decimal): -8377109 or 15412352. OLE color: 15412352.
HSL color Cylindrical-coordinate representation of color #802CEB: hue angle of 266.39º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #802CEB is Cyan = 0.46, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 128 | 44 | 235 | - |
| CMYK | 0.46 | 0.81 | 0 | 0.08 |
| HSL | 266.39º | 0.83% | 0.55% | - |
| HSV(B) | 266.39º | 0.81% | 0.92% | - |
| XYZ | 24.8 | 12.39 | 79.68 | - |
| YUV | 90.89 | 209.33 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 44 | 235 | 0.46 | 0.81 | 0 | 0.08 | 266.39 | 0.83 | 0.55 |
| Hex | 80 | 2C | EB | 2E | 51 | 0 | 8 | 10A | 53 | 37 |
| Octal | 200 | 54 | 353 | 56 | 121 | 0 | 10 | 412 | 123 | 67 |
| Binary | 10000000 | 101100 | 11101011 | 101110 | 1010001 | 0 | 1000 | 100001010 | 1010011 | 110111 |
Color Harmonies of #802CEB
Complementary color
Monochromatic Colors of #802CEB
Black with #802CEB
Text Example
Text Example
White with #802CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802CEB; }
p { color: rgb(128,44,235); }
H1.HeaderClassName
{
color: #802CEB;
}
.AnyTagClassName
{
color: #802CEB;
}
</style>
background-color css
<style>
a { background-color: #802CEB; }
a { background-color: rgb(128,44,235); }
div.DivClassName
{
background-color: #802CEB;
}
.BgClassName
{
background-color: #802CEB;
}
</style>
border-color css
<style>
span { border-color: #802CEB; }
span { border-color: rgb(128,44,235); }
td.TdClassName
{
border-color: #802CEB;
}
.TagClassName
{
border-color: #802CEB;
}
</style>