Shades of Blue Violet #8416EE
Tints of Blue Violet #8416EE
RGB
CMYK
RGB Variations
Color information
#8416EE (or 0x8416EE) is known color: Blue Violet. HEX triplet: 84, 16 and EE. RGB value is (132,22,238). Sum of RGB (Red+Green+Blue) = 132+22+238=392 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.67% from 392); Green value is 22 (8.98% from 255 or 5.61% from 392); Blue value is 238 (93.36% from 255 or 60.71% from 392); Max value from RGB is 238 - color contains mainly: blue. Hex color #8416EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8416EE is #7BE911. Grayscale: #4E4E4E. Windows color (decimal): -8120594 or 15603332. OLE color: 15603332.
HSL color Cylindrical-coordinate representation of color #8416EE: hue angle of 270.56º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8416EE is Cyan = 0.45, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 22 | 238 | - |
| CMYK | 0.45 | 0.91 | 0 | 0.07 |
| HSL | 270.56º | 0.86% | 0.51% | - |
| HSV(B) | 270.56º | 0.91% | 0.93% | - |
| XYZ | 25.24 | 11.65 | 81.81 | - |
| YUV | 79.51 | 217.44 | 165.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 22 | 238 | 0.45 | 0.91 | 0 | 0.07 | 270.56 | 0.86 | 0.51 |
| Hex | 84 | 16 | EE | 2D | 5B | 0 | 7 | 10F | 56 | 33 |
| Octal | 204 | 26 | 356 | 55 | 133 | 0 | 7 | 417 | 126 | 63 |
| Binary | 10000100 | 10110 | 11101110 | 101101 | 1011011 | 0 | 111 | 100001111 | 1010110 | 110011 |
Color Harmonies of #8416EE
Complementary color
Monochromatic Colors of #8416EE
Black with #8416EE
Text Example
Text Example
White with #8416EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8416EE; }
p { color: rgb(132,22,238); }
H1.HeaderClassName
{
color: #8416EE;
}
.AnyTagClassName
{
color: #8416EE;
}
</style>
background-color css
<style>
a { background-color: #8416EE; }
a { background-color: rgb(132,22,238); }
div.DivClassName
{
background-color: #8416EE;
}
.BgClassName
{
background-color: #8416EE;
}
</style>
border-color css
<style>
span { border-color: #8416EE; }
span { border-color: rgb(132,22,238); }
td.TdClassName
{
border-color: #8416EE;
}
.TagClassName
{
border-color: #8416EE;
}
</style>