Shades of Blue Violet #8043EF
Tints of Blue Violet #8043EF
RGB
CMYK
RGB Variations
Color information
#8043EF (or 0x8043EF) is known color: Blue Violet. HEX triplet: 80, 43 and EF. RGB value is (128,67,239). Sum of RGB (Red+Green+Blue) = 128+67+239=434 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.49% from 434); Green value is 67 (26.56% from 255 or 15.44% from 434); Blue value is 239 (93.75% from 255 or 55.07% from 434); Max value from RGB is 239 - color contains mainly: blue. Hex color #8043EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8043EF is #7FBC10. Grayscale: #686868. Windows color (decimal): -8371217 or 15680384. OLE color: 15680384.
HSL color Cylindrical-coordinate representation of color #8043EF: hue angle of 261.28º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8043EF is Cyan = 0.46, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 128 | 67 | 239 | - |
| CMYK | 0.46 | 0.72 | 0 | 0.06 |
| HSL | 261.28º | 0.84% | 0.6% | - |
| HSV(B) | 261.28º | 0.72% | 0.94% | - |
| XYZ | 26.49 | 14.84 | 83.13 | - |
| YUV | 104.85 | 203.71 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 67 | 239 | 0.46 | 0.72 | 0 | 0.06 | 261.28 | 0.84 | 0.6 |
| Hex | 80 | 43 | EF | 2E | 48 | 0 | 6 | 105 | 54 | 3C |
| Octal | 200 | 103 | 357 | 56 | 110 | 0 | 6 | 405 | 124 | 74 |
| Binary | 10000000 | 1000011 | 11101111 | 101110 | 1001000 | 0 | 110 | 100000101 | 1010100 | 111100 |
Color Harmonies of #8043EF
Complementary color
Monochromatic Colors of #8043EF
Black with #8043EF
Text Example
Text Example
White with #8043EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8043EF; }
p { color: rgb(128,67,239); }
H1.HeaderClassName
{
color: #8043EF;
}
.AnyTagClassName
{
color: #8043EF;
}
</style>
background-color css
<style>
a { background-color: #8043EF; }
a { background-color: rgb(128,67,239); }
div.DivClassName
{
background-color: #8043EF;
}
.BgClassName
{
background-color: #8043EF;
}
</style>
border-color css
<style>
span { border-color: #8043EF; }
span { border-color: rgb(128,67,239); }
td.TdClassName
{
border-color: #8043EF;
}
.TagClassName
{
border-color: #8043EF;
}
</style>