Shades of Blue Violet #8415EA
Tints of Blue Violet #8415EA
RGB
CMYK
RGB Variations
Color information
#8415EA (or 0x8415EA) is known color: Blue Violet. HEX triplet: 84, 15 and EA. RGB value is (132,21,234). Sum of RGB (Red+Green+Blue) = 132+21+234=387 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.11% from 387); Green value is 21 (8.59% from 255 or 5.43% from 387); Blue value is 234 (91.80% from 255 or 60.47% from 387); Max value from RGB is 234 - color contains mainly: blue. Hex color #8415EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8415EA is #7BEA15. Grayscale: #4D4D4D. Windows color (decimal): -8120854 or 15340932. OLE color: 15340932.
HSL color Cylindrical-coordinate representation of color #8415EA: hue angle of 271.27º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8415EA is Cyan = 0.44, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 132 | 21 | 234 | - |
| CMYK | 0.44 | 0.91 | 0 | 0.08 |
| HSL | 271.27º | 0.84% | 0.5% | - |
| HSV(B) | 271.27º | 0.91% | 0.92% | - |
| XYZ | 24.64 | 11.38 | 78.74 | - |
| YUV | 78.47 | 215.77 | 166.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 21 | 234 | 0.44 | 0.91 | 0 | 0.08 | 271.27 | 0.84 | 0.5 |
| Hex | 84 | 15 | EA | 2C | 5B | 0 | 8 | 10F | 54 | 32 |
| Octal | 204 | 25 | 352 | 54 | 133 | 0 | 10 | 417 | 124 | 62 |
| Binary | 10000100 | 10101 | 11101010 | 101100 | 1011011 | 0 | 1000 | 100001111 | 1010100 | 110010 |
Color Harmonies of #8415EA
Complementary color
Monochromatic Colors of #8415EA
Black with #8415EA
Text Example
Text Example
White with #8415EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8415EA; }
p { color: rgb(132,21,234); }
H1.HeaderClassName
{
color: #8415EA;
}
.AnyTagClassName
{
color: #8415EA;
}
</style>
background-color css
<style>
a { background-color: #8415EA; }
a { background-color: rgb(132,21,234); }
div.DivClassName
{
background-color: #8415EA;
}
.BgClassName
{
background-color: #8415EA;
}
</style>
border-color css
<style>
span { border-color: #8415EA; }
span { border-color: rgb(132,21,234); }
td.TdClassName
{
border-color: #8415EA;
}
.TagClassName
{
border-color: #8415EA;
}
</style>