Shades of Blue Violet #802BFE
Tints of Blue Violet #802BFE
RGB
CMYK
RGB Variations
Color information
#802BFE (or 0x802BFE) is known color: Blue Violet. HEX triplet: 80, 2B and FE. RGB value is (128,43,254). Sum of RGB (Red+Green+Blue) = 128+43+254=425 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.12% from 425); Green value is 43 (17.19% from 255 or 10.12% from 425); Blue value is 254 (99.61% from 255 or 59.76% from 425); Max value from RGB is 254 - color contains mainly: blue. Hex color #802BFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #802BFE is #7FD401. Grayscale: #5B5B5B. Windows color (decimal): -8377346 or 16657280. OLE color: 16657280.
HSL color Cylindrical-coordinate representation of color #802BFE: hue angle of 264.17º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #802BFE is Cyan = 0.50, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 128 | 43 | 254 | - |
| CMYK | 0.50 | 0.83 | 0 | 0.00 |
| HSL | 264.17º | 0.99% | 0.58% | - |
| HSV(B) | 264.17º | 0.83% | 1% | - |
| XYZ | 27.66 | 13.47 | 94.91 | - |
| YUV | 92.47 | 219.16 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 43 | 254 | 0.50 | 0.83 | 0 | 0.00 | 264.17 | 0.99 | 0.58 |
| Hex | 80 | 2B | FE | 32 | 53 | 0 | 0 | 108 | 63 | 3A |
| Octal | 200 | 53 | 376 | 62 | 123 | 0 | 0 | 410 | 143 | 72 |
| Binary | 10000000 | 101011 | 11111110 | 110010 | 1010011 | 0 | 0 | 100001000 | 1100011 | 111010 |
Color Harmonies of #802BFE
Complementary color
Monochromatic Colors of #802BFE
Black with #802BFE
Text Example
Text Example
White with #802BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802BFE; }
p { color: rgb(128,43,254); }
H1.HeaderClassName
{
color: #802BFE;
}
.AnyTagClassName
{
color: #802BFE;
}
</style>
background-color css
<style>
a { background-color: #802BFE; }
a { background-color: rgb(128,43,254); }
div.DivClassName
{
background-color: #802BFE;
}
.BgClassName
{
background-color: #802BFE;
}
</style>
border-color css
<style>
span { border-color: #802BFE; }
span { border-color: rgb(128,43,254); }
td.TdClassName
{
border-color: #802BFE;
}
.TagClassName
{
border-color: #802BFE;
}
</style>