Shades of Blue Violet #8043E8
Tints of Blue Violet #8043E8
RGB
CMYK
RGB Variations
Color information
#8043E8 (or 0x8043E8) is known color: Blue Violet. HEX triplet: 80, 43 and E8. RGB value is (128,67,232). Sum of RGB (Red+Green+Blue) = 128+67+232=427 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.98% from 427); Green value is 67 (26.56% from 255 or 15.69% from 427); Blue value is 232 (91.02% from 255 or 54.33% from 427); Max value from RGB is 232 - color contains mainly: blue. Hex color #8043E8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8043E8 is #7FBC17. Grayscale: #676767. Windows color (decimal): -8371224 or 15221632. OLE color: 15221632.
HSL color Cylindrical-coordinate representation of color #8043E8: hue angle of 262.18º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8043E8 is Cyan = 0.45, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 128 | 67 | 232 | - |
| CMYK | 0.45 | 0.71 | 0 | 0.09 |
| HSL | 262.18º | 0.78% | 0.59% | - |
| HSV(B) | 262.18º | 0.71% | 0.91% | - |
| XYZ | 25.47 | 14.43 | 77.79 | - |
| YUV | 104.05 | 200.21 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 67 | 232 | 0.45 | 0.71 | 0 | 0.09 | 262.18 | 0.78 | 0.59 |
| Hex | 80 | 43 | E8 | 2D | 47 | 0 | 9 | 106 | 4E | 3B |
| Octal | 200 | 103 | 350 | 55 | 107 | 0 | 11 | 406 | 116 | 73 |
| Binary | 10000000 | 1000011 | 11101000 | 101101 | 1000111 | 0 | 1001 | 100000110 | 1001110 | 111011 |
Color Harmonies of #8043E8
Complementary color
Monochromatic Colors of #8043E8
Black with #8043E8
Text Example
Text Example
White with #8043E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8043E8; }
p { color: rgb(128,67,232); }
H1.HeaderClassName
{
color: #8043E8;
}
.AnyTagClassName
{
color: #8043E8;
}
</style>
background-color css
<style>
a { background-color: #8043E8; }
a { background-color: rgb(128,67,232); }
div.DivClassName
{
background-color: #8043E8;
}
.BgClassName
{
background-color: #8043E8;
}
</style>
border-color css
<style>
span { border-color: #8043E8; }
span { border-color: rgb(128,67,232); }
td.TdClassName
{
border-color: #8043E8;
}
.TagClassName
{
border-color: #8043E8;
}
</style>