Shades of Blue Violet #8411EE
Tints of Blue Violet #8411EE
RGB
CMYK
RGB Variations
Color information
#8411EE (or 0x8411EE) is known color: Blue Violet. HEX triplet: 84, 11 and EE. RGB value is (132,17,238). Sum of RGB (Red+Green+Blue) = 132+17+238=387 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.11% from 387); Green value is 17 (7.03% from 255 or 4.39% from 387); Blue value is 238 (93.36% from 255 or 61.50% from 387); Max value from RGB is 238 - color contains mainly: blue. Hex color #8411EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8411EE is #7BEE11. Grayscale: #4B4B4B. Windows color (decimal): -8121874 or 15602052. OLE color: 15602052.
HSL color Cylindrical-coordinate representation of color #8411EE: hue angle of 271.22º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8411EE is Cyan = 0.45, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 17 | 238 | - |
| CMYK | 0.45 | 0.93 | 0 | 0.07 |
| HSL | 271.22º | 0.87% | 0.5% | - |
| HSV(B) | 271.22º | 0.93% | 0.93% | - |
| XYZ | 25.15 | 11.48 | 81.78 | - |
| YUV | 76.58 | 219.1 | 167.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 17 | 238 | 0.45 | 0.93 | 0 | 0.07 | 271.22 | 0.87 | 0.5 |
| Hex | 84 | 11 | EE | 2D | 5D | 0 | 7 | 10F | 57 | 32 |
| Octal | 204 | 21 | 356 | 55 | 135 | 0 | 7 | 417 | 127 | 62 |
| Binary | 10000100 | 10001 | 11101110 | 101101 | 1011101 | 0 | 111 | 100001111 | 1010111 | 110010 |
Color Harmonies of #8411EE
Complementary color
Monochromatic Colors of #8411EE
Black with #8411EE
Text Example
Text Example
White with #8411EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8411EE; }
p { color: rgb(132,17,238); }
H1.HeaderClassName
{
color: #8411EE;
}
.AnyTagClassName
{
color: #8411EE;
}
</style>
background-color css
<style>
a { background-color: #8411EE; }
a { background-color: rgb(132,17,238); }
div.DivClassName
{
background-color: #8411EE;
}
.BgClassName
{
background-color: #8411EE;
}
</style>
border-color css
<style>
span { border-color: #8411EE; }
span { border-color: rgb(132,17,238); }
td.TdClassName
{
border-color: #8411EE;
}
.TagClassName
{
border-color: #8411EE;
}
</style>