Shades of Blue Violet #802AFC
Tints of Blue Violet #802AFC
RGB
CMYK
RGB Variations
Color information
#802AFC (or 0x802AFC) is known color: Blue Violet. HEX triplet: 80, 2A and FC. RGB value is (128,42,252). Sum of RGB (Red+Green+Blue) = 128+42+252=422 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.33% from 422); Green value is 42 (16.80% from 255 or 9.95% from 422); Blue value is 252 (98.83% from 255 or 59.72% from 422); Max value from RGB is 252 - color contains mainly: blue. Hex color #802AFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #802AFC is #7FD503. Grayscale: #5A5A5A. Windows color (decimal): -8377604 or 16525952. OLE color: 16525952.
HSL color Cylindrical-coordinate representation of color #802AFC: hue angle of 264.57º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #802AFC is Cyan = 0.49, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 128 | 42 | 252 | - |
| CMYK | 0.49 | 0.83 | 0 | 0.01 |
| HSL | 264.57º | 0.97% | 0.58% | - |
| HSV(B) | 264.57º | 0.83% | 0.99% | - |
| XYZ | 27.3 | 13.27 | 93.22 | - |
| YUV | 91.65 | 218.49 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 42 | 252 | 0.49 | 0.83 | 0 | 0.01 | 264.57 | 0.97 | 0.58 |
| Hex | 80 | 2A | FC | 31 | 53 | 0 | 1 | 109 | 61 | 3A |
| Octal | 200 | 52 | 374 | 61 | 123 | 0 | 1 | 411 | 141 | 72 |
| Binary | 10000000 | 101010 | 11111100 | 110001 | 1010011 | 0 | 1 | 100001001 | 1100001 | 111010 |
Color Harmonies of #802AFC
Complementary color
Monochromatic Colors of #802AFC
Black with #802AFC
Text Example
Text Example
White with #802AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802AFC; }
p { color: rgb(128,42,252); }
H1.HeaderClassName
{
color: #802AFC;
}
.AnyTagClassName
{
color: #802AFC;
}
</style>
background-color css
<style>
a { background-color: #802AFC; }
a { background-color: rgb(128,42,252); }
div.DivClassName
{
background-color: #802AFC;
}
.BgClassName
{
background-color: #802AFC;
}
</style>
border-color css
<style>
span { border-color: #802AFC; }
span { border-color: rgb(128,42,252); }
td.TdClassName
{
border-color: #802AFC;
}
.TagClassName
{
border-color: #802AFC;
}
</style>