Shades of Blue Violet #8046EF
Tints of Blue Violet #8046EF
RGB
CMYK
RGB Variations
Color information
#8046EF (or 0x8046EF) is known color: Blue Violet. HEX triplet: 80, 46 and EF. RGB value is (128,70,239). Sum of RGB (Red+Green+Blue) = 128+70+239=437 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.29% from 437); Green value is 70 (27.73% from 255 or 16.02% from 437); Blue value is 239 (93.75% from 255 or 54.69% from 437); Max value from RGB is 239 - color contains mainly: blue. Hex color #8046EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8046EF is #7FB910. Grayscale: #696969. Windows color (decimal): -8370449 or 15681152. OLE color: 15681152.
HSL color Cylindrical-coordinate representation of color #8046EF: hue angle of 260.59º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8046EF is Cyan = 0.46, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 128 | 70 | 239 | - |
| CMYK | 0.46 | 0.71 | 0 | 0.06 |
| HSL | 260.59º | 0.84% | 0.61% | - |
| HSV(B) | 260.59º | 0.71% | 0.94% | - |
| XYZ | 26.67 | 15.2 | 83.19 | - |
| YUV | 106.61 | 202.72 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 70 | 239 | 0.46 | 0.71 | 0 | 0.06 | 260.59 | 0.84 | 0.61 |
| Hex | 80 | 46 | EF | 2E | 47 | 0 | 6 | 105 | 54 | 3D |
| Octal | 200 | 106 | 357 | 56 | 107 | 0 | 6 | 405 | 124 | 75 |
| Binary | 10000000 | 1000110 | 11101111 | 101110 | 1000111 | 0 | 110 | 100000101 | 1010100 | 111101 |
Color Harmonies of #8046EF
Complementary color
Monochromatic Colors of #8046EF
Black with #8046EF
Text Example
Text Example
White with #8046EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8046EF; }
p { color: rgb(128,70,239); }
H1.HeaderClassName
{
color: #8046EF;
}
.AnyTagClassName
{
color: #8046EF;
}
</style>
background-color css
<style>
a { background-color: #8046EF; }
a { background-color: rgb(128,70,239); }
div.DivClassName
{
background-color: #8046EF;
}
.BgClassName
{
background-color: #8046EF;
}
</style>
border-color css
<style>
span { border-color: #8046EF; }
span { border-color: rgb(128,70,239); }
td.TdClassName
{
border-color: #8046EF;
}
.TagClassName
{
border-color: #8046EF;
}
</style>