Shades of Blue Violet #802FE6
Tints of Blue Violet #802FE6
RGB
CMYK
RGB Variations
Color information
#802FE6 (or 0x802FE6) is known color: Blue Violet. HEX triplet: 80, 2F and E6. RGB value is (128,47,230). Sum of RGB (Red+Green+Blue) = 128+47+230=405 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.60% from 405); Green value is 47 (18.75% from 255 or 11.60% from 405); Blue value is 230 (90.23% from 255 or 56.79% from 405); Max value from RGB is 230 - color contains mainly: blue. Hex color #802FE6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #802FE6 is #7FD019. Grayscale: #5B5B5B. Windows color (decimal): -8376346 or 15085440. OLE color: 15085440.
HSL color Cylindrical-coordinate representation of color #802FE6: hue angle of 266.56º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #802FE6 is Cyan = 0.44, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 128 | 47 | 230 | - |
| CMYK | 0.44 | 0.80 | 0 | 0.10 |
| HSL | 266.56º | 0.79% | 0.54% | - |
| HSV(B) | 266.56º | 0.8% | 0.9% | - |
| XYZ | 24.2 | 12.34 | 75.97 | - |
| YUV | 92.08 | 205.84 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 47 | 230 | 0.44 | 0.80 | 0 | 0.10 | 266.56 | 0.79 | 0.54 |
| Hex | 80 | 2F | E6 | 2C | 50 | 0 | A | 10B | 4F | 36 |
| Octal | 200 | 57 | 346 | 54 | 120 | 0 | 12 | 413 | 117 | 66 |
| Binary | 10000000 | 101111 | 11100110 | 101100 | 1010000 | 0 | 1010 | 100001011 | 1001111 | 110110 |
Color Harmonies of #802FE6
Complementary color
Monochromatic Colors of #802FE6
Black with #802FE6
Text Example
Text Example
White with #802FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802FE6; }
p { color: rgb(128,47,230); }
H1.HeaderClassName
{
color: #802FE6;
}
.AnyTagClassName
{
color: #802FE6;
}
</style>
background-color css
<style>
a { background-color: #802FE6; }
a { background-color: rgb(128,47,230); }
div.DivClassName
{
background-color: #802FE6;
}
.BgClassName
{
background-color: #802FE6;
}
</style>
border-color css
<style>
span { border-color: #802FE6; }
span { border-color: rgb(128,47,230); }
td.TdClassName
{
border-color: #802FE6;
}
.TagClassName
{
border-color: #802FE6;
}
</style>