Shades of Blue Violet #8140EE
Tints of Blue Violet #8140EE
RGB
CMYK
RGB Variations
Color information
#8140EE (or 0x8140EE) is known color: Blue Violet. HEX triplet: 81, 40 and EE. RGB value is (129,64,238). Sum of RGB (Red+Green+Blue) = 129+64+238=431 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.93% from 431); Green value is 64 (25.39% from 255 or 14.85% from 431); Blue value is 238 (93.36% from 255 or 55.22% from 431); Max value from RGB is 238 - color contains mainly: blue. Hex color #8140EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8140EE is #7EBF11. Grayscale: #666666. Windows color (decimal): -8306450 or 15614081. OLE color: 15614081.
HSL color Cylindrical-coordinate representation of color #8140EE: hue angle of 262.41º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8140EE is Cyan = 0.46, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 64 | 238 | - |
| CMYK | 0.46 | 0.73 | 0 | 0.07 |
| HSL | 262.41º | 0.84% | 0.59% | - |
| HSV(B) | 262.41º | 0.73% | 0.93% | - |
| XYZ | 26.32 | 14.51 | 82.3 | - |
| YUV | 103.27 | 204.03 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 64 | 238 | 0.46 | 0.73 | 0 | 0.07 | 262.41 | 0.84 | 0.59 |
| Hex | 81 | 40 | EE | 2E | 49 | 0 | 7 | 106 | 54 | 3B |
| Octal | 201 | 100 | 356 | 56 | 111 | 0 | 7 | 406 | 124 | 73 |
| Binary | 10000001 | 1000000 | 11101110 | 101110 | 1001001 | 0 | 111 | 100000110 | 1010100 | 111011 |
Color Harmonies of #8140EE
Complementary color
Monochromatic Colors of #8140EE
Black with #8140EE
Text Example
Text Example
White with #8140EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8140EE; }
p { color: rgb(129,64,238); }
H1.HeaderClassName
{
color: #8140EE;
}
.AnyTagClassName
{
color: #8140EE;
}
</style>
background-color css
<style>
a { background-color: #8140EE; }
a { background-color: rgb(129,64,238); }
div.DivClassName
{
background-color: #8140EE;
}
.BgClassName
{
background-color: #8140EE;
}
</style>
border-color css
<style>
span { border-color: #8140EE; }
span { border-color: rgb(129,64,238); }
td.TdClassName
{
border-color: #8140EE;
}
.TagClassName
{
border-color: #8140EE;
}
</style>