Shades of Blue Violet #8140EF
Tints of Blue Violet #8140EF
RGB
CMYK
RGB Variations
Color information
#8140EF (or 0x8140EF) is known color: Blue Violet. HEX triplet: 81, 40 and EF. RGB value is (129,64,239). Sum of RGB (Red+Green+Blue) = 129+64+239=432 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.86% from 432); Green value is 64 (25.39% from 255 or 14.81% from 432); Blue value is 239 (93.75% from 255 or 55.32% from 432); Max value from RGB is 239 - color contains mainly: blue. Hex color #8140EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8140EF is #7EBF10. Grayscale: #666666. Windows color (decimal): -8306449 or 15679617. OLE color: 15679617.
HSL color Cylindrical-coordinate representation of color #8140EF: hue angle of 262.29º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8140EF is Cyan = 0.46, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 129 | 64 | 239 | - |
| CMYK | 0.46 | 0.73 | 0 | 0.06 |
| HSL | 262.29º | 0.85% | 0.59% | - |
| HSV(B) | 262.29º | 0.73% | 0.94% | - |
| XYZ | 26.47 | 14.57 | 83.08 | - |
| YUV | 103.39 | 204.53 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 64 | 239 | 0.46 | 0.73 | 0 | 0.06 | 262.29 | 0.85 | 0.59 |
| Hex | 81 | 40 | EF | 2E | 49 | 0 | 6 | 106 | 55 | 3B |
| Octal | 201 | 100 | 357 | 56 | 111 | 0 | 6 | 406 | 125 | 73 |
| Binary | 10000001 | 1000000 | 11101111 | 101110 | 1001001 | 0 | 110 | 100000110 | 1010101 | 111011 |
Color Harmonies of #8140EF
Complementary color
Monochromatic Colors of #8140EF
Black with #8140EF
Text Example
Text Example
White with #8140EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8140EF; }
p { color: rgb(129,64,239); }
H1.HeaderClassName
{
color: #8140EF;
}
.AnyTagClassName
{
color: #8140EF;
}
</style>
background-color css
<style>
a { background-color: #8140EF; }
a { background-color: rgb(129,64,239); }
div.DivClassName
{
background-color: #8140EF;
}
.BgClassName
{
background-color: #8140EF;
}
</style>
border-color css
<style>
span { border-color: #8140EF; }
span { border-color: rgb(129,64,239); }
td.TdClassName
{
border-color: #8140EF;
}
.TagClassName
{
border-color: #8140EF;
}
</style>