Shades of Blue Violet #8414EF
Tints of Blue Violet #8414EF
RGB
CMYK
RGB Variations
Color information
#8414EF (or 0x8414EF) is known color: Blue Violet. HEX triplet: 84, 14 and EF. RGB value is (132,20,239). Sum of RGB (Red+Green+Blue) = 132+20+239=391 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.76% from 391); Green value is 20 (8.20% from 255 or 5.12% from 391); Blue value is 239 (93.75% from 255 or 61.13% from 391); Max value from RGB is 239 - color contains mainly: blue. Hex color #8414EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8414EF is #7BEB10. Grayscale: #4D4D4D. Windows color (decimal): -8121105 or 15668356. OLE color: 15668356.
HSL color Cylindrical-coordinate representation of color #8414EF: hue angle of 270.68º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8414EF is Cyan = 0.45, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 132 | 20 | 239 | - |
| CMYK | 0.45 | 0.92 | 0 | 0.06 |
| HSL | 270.68º | 0.87% | 0.51% | - |
| HSV(B) | 270.68º | 0.92% | 0.94% | - |
| XYZ | 25.35 | 11.64 | 82.57 | - |
| YUV | 78.45 | 218.61 | 166.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 20 | 239 | 0.45 | 0.92 | 0 | 0.06 | 270.68 | 0.87 | 0.51 |
| Hex | 84 | 14 | EF | 2D | 5C | 0 | 6 | 10F | 57 | 33 |
| Octal | 204 | 24 | 357 | 55 | 134 | 0 | 6 | 417 | 127 | 63 |
| Binary | 10000100 | 10100 | 11101111 | 101101 | 1011100 | 0 | 110 | 100001111 | 1010111 | 110011 |
Color Harmonies of #8414EF
Complementary color
Monochromatic Colors of #8414EF
Black with #8414EF
Text Example
Text Example
White with #8414EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8414EF; }
p { color: rgb(132,20,239); }
H1.HeaderClassName
{
color: #8414EF;
}
.AnyTagClassName
{
color: #8414EF;
}
</style>
background-color css
<style>
a { background-color: #8414EF; }
a { background-color: rgb(132,20,239); }
div.DivClassName
{
background-color: #8414EF;
}
.BgClassName
{
background-color: #8414EF;
}
</style>
border-color css
<style>
span { border-color: #8414EF; }
span { border-color: rgb(132,20,239); }
td.TdClassName
{
border-color: #8414EF;
}
.TagClassName
{
border-color: #8414EF;
}
</style>