Shades of Blue Violet #802AF2
Tints of Blue Violet #802AF2
RGB
CMYK
RGB Variations
Color information
#802AF2 (or 0x802AF2) is known color: Blue Violet. HEX triplet: 80, 2A and F2. RGB value is (128,42,242). Sum of RGB (Red+Green+Blue) = 128+42+242=412 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.07% from 412); Green value is 42 (16.80% from 255 or 10.19% from 412); Blue value is 242 (94.92% from 255 or 58.74% from 412); Max value from RGB is 242 - color contains mainly: blue. Hex color #802AF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #802AF2 is #7FD50D. Grayscale: #595959. Windows color (decimal): -8377614 or 15870592. OLE color: 15870592.
HSL color Cylindrical-coordinate representation of color #802AF2: hue angle of 265.8º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #802AF2 is Cyan = 0.47, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 128 | 42 | 242 | - |
| CMYK | 0.47 | 0.83 | 0 | 0.05 |
| HSL | 265.8º | 0.88% | 0.56% | - |
| HSV(B) | 265.8º | 0.83% | 0.95% | - |
| XYZ | 25.76 | 12.66 | 85.09 | - |
| YUV | 90.51 | 213.49 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 42 | 242 | 0.47 | 0.83 | 0 | 0.05 | 265.8 | 0.88 | 0.56 |
| Hex | 80 | 2A | F2 | 2F | 53 | 0 | 5 | 10A | 58 | 38 |
| Octal | 200 | 52 | 362 | 57 | 123 | 0 | 5 | 412 | 130 | 70 |
| Binary | 10000000 | 101010 | 11110010 | 101111 | 1010011 | 0 | 101 | 100001010 | 1011000 | 111000 |
Color Harmonies of #802AF2
Complementary color
Monochromatic Colors of #802AF2
Black with #802AF2
Text Example
Text Example
White with #802AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802AF2; }
p { color: rgb(128,42,242); }
H1.HeaderClassName
{
color: #802AF2;
}
.AnyTagClassName
{
color: #802AF2;
}
</style>
background-color css
<style>
a { background-color: #802AF2; }
a { background-color: rgb(128,42,242); }
div.DivClassName
{
background-color: #802AF2;
}
.BgClassName
{
background-color: #802AF2;
}
</style>
border-color css
<style>
span { border-color: #802AF2; }
span { border-color: rgb(128,42,242); }
td.TdClassName
{
border-color: #802AF2;
}
.TagClassName
{
border-color: #802AF2;
}
</style>