Shades of Blue Violet #8416ED
Tints of Blue Violet #8416ED
RGB
CMYK
RGB Variations
Color information
#8416ED (or 0x8416ED) is known color: Blue Violet. HEX triplet: 84, 16 and ED. RGB value is (132,22,237). Sum of RGB (Red+Green+Blue) = 132+22+237=391 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.76% from 391); Green value is 22 (8.98% from 255 or 5.63% from 391); Blue value is 237 (92.97% from 255 or 60.61% from 391); Max value from RGB is 237 - color contains mainly: blue. Hex color #8416ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8416ED is #7BE912. Grayscale: #4E4E4E. Windows color (decimal): -8120595 or 15537796. OLE color: 15537796.
HSL color Cylindrical-coordinate representation of color #8416ED: hue angle of 270.7º 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 #8416ED is Cyan = 0.44, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 22 | 237 | - |
| CMYK | 0.44 | 0.91 | 0 | 0.07 |
| HSL | 270.7º | 0.86% | 0.51% | - |
| HSV(B) | 270.7º | 0.91% | 0.93% | - |
| XYZ | 25.09 | 11.59 | 81.04 | - |
| YUV | 79.4 | 216.94 | 165.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 22 | 237 | 0.44 | 0.91 | 0 | 0.07 | 270.7 | 0.86 | 0.51 |
| Hex | 84 | 16 | ED | 2C | 5B | 0 | 7 | 10F | 56 | 33 |
| Octal | 204 | 26 | 355 | 54 | 133 | 0 | 7 | 417 | 126 | 63 |
| Binary | 10000100 | 10110 | 11101101 | 101100 | 1011011 | 0 | 111 | 100001111 | 1010110 | 110011 |
Color Harmonies of #8416ED
Complementary color
Monochromatic Colors of #8416ED
Black with #8416ED
Text Example
Text Example
White with #8416ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8416ED; }
p { color: rgb(132,22,237); }
H1.HeaderClassName
{
color: #8416ED;
}
.AnyTagClassName
{
color: #8416ED;
}
</style>
background-color css
<style>
a { background-color: #8416ED; }
a { background-color: rgb(132,22,237); }
div.DivClassName
{
background-color: #8416ED;
}
.BgClassName
{
background-color: #8416ED;
}
</style>
border-color css
<style>
span { border-color: #8416ED; }
span { border-color: rgb(132,22,237); }
td.TdClassName
{
border-color: #8416ED;
}
.TagClassName
{
border-color: #8416ED;
}
</style>