Shades of Blue Violet #802AFE
Tints of Blue Violet #802AFE
RGB
CMYK
RGB Variations
Color information
#802AFE (or 0x802AFE) is known color: Blue Violet. HEX triplet: 80, 2A and FE. RGB value is (128,42,254). Sum of RGB (Red+Green+Blue) = 128+42+254=424 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.19% from 424); Green value is 42 (16.80% from 255 or 9.91% from 424); Blue value is 254 (99.61% from 255 or 59.91% from 424); Max value from RGB is 254 - color contains mainly: blue. Hex color #802AFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #802AFE is #7FD501. Grayscale: #5B5B5B. Windows color (decimal): -8377602 or 16657024. OLE color: 16657024.
HSL color Cylindrical-coordinate representation of color #802AFE: hue angle of 264.34º 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 #802AFE is Cyan = 0.50, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 128 | 42 | 254 | - |
| CMYK | 0.50 | 0.83 | 0 | 0.00 |
| HSL | 264.34º | 0.99% | 0.58% | - |
| HSV(B) | 264.34º | 0.83% | 1% | - |
| XYZ | 27.62 | 13.4 | 94.9 | - |
| YUV | 91.88 | 219.49 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 42 | 254 | 0.50 | 0.83 | 0 | 0.00 | 264.34 | 0.99 | 0.58 |
| Hex | 80 | 2A | FE | 32 | 53 | 0 | 0 | 108 | 63 | 3A |
| Octal | 200 | 52 | 376 | 62 | 123 | 0 | 0 | 410 | 143 | 72 |
| Binary | 10000000 | 101010 | 11111110 | 110010 | 1010011 | 0 | 0 | 100001000 | 1100011 | 111010 |
Color Harmonies of #802AFE
Complementary color
Monochromatic Colors of #802AFE
Black with #802AFE
Text Example
Text Example
White with #802AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802AFE; }
p { color: rgb(128,42,254); }
H1.HeaderClassName
{
color: #802AFE;
}
.AnyTagClassName
{
color: #802AFE;
}
</style>
background-color css
<style>
a { background-color: #802AFE; }
a { background-color: rgb(128,42,254); }
div.DivClassName
{
background-color: #802AFE;
}
.BgClassName
{
background-color: #802AFE;
}
</style>
border-color css
<style>
span { border-color: #802AFE; }
span { border-color: rgb(128,42,254); }
td.TdClassName
{
border-color: #802AFE;
}
.TagClassName
{
border-color: #802AFE;
}
</style>