Shades of Blue Violet #8425EC
Tints of Blue Violet #8425EC
RGB
CMYK
RGB Variations
Color information
#8425EC (or 0x8425EC) is known color: Blue Violet. HEX triplet: 84, 25 and EC. RGB value is (132,37,236). Sum of RGB (Red+Green+Blue) = 132+37+236=405 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.59% from 405); Green value is 37 (14.84% from 255 or 9.14% from 405); Blue value is 236 (92.58% from 255 or 58.27% from 405); Max value from RGB is 236 - color contains mainly: blue. Hex color #8425EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8425EC is #7BDA13. Grayscale: #575757. Windows color (decimal): -8116756 or 15476100. OLE color: 15476100.
HSL color Cylindrical-coordinate representation of color #8425EC: hue angle of 268.64º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8425EC is Cyan = 0.44, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 37 | 236 | - |
| CMYK | 0.44 | 0.84 | 0 | 0.07 |
| HSL | 268.64º | 0.84% | 0.54% | - |
| HSV(B) | 268.64º | 0.84% | 0.93% | - |
| XYZ | 25.32 | 12.28 | 80.39 | - |
| YUV | 88.09 | 211.47 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 37 | 236 | 0.44 | 0.84 | 0 | 0.07 | 268.64 | 0.84 | 0.54 |
| Hex | 84 | 25 | EC | 2C | 54 | 0 | 7 | 10D | 54 | 36 |
| Octal | 204 | 45 | 354 | 54 | 124 | 0 | 7 | 415 | 124 | 66 |
| Binary | 10000100 | 100101 | 11101100 | 101100 | 1010100 | 0 | 111 | 100001101 | 1010100 | 110110 |
Color Harmonies of #8425EC
Complementary color
Monochromatic Colors of #8425EC
Black with #8425EC
Text Example
Text Example
White with #8425EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8425EC; }
p { color: rgb(132,37,236); }
H1.HeaderClassName
{
color: #8425EC;
}
.AnyTagClassName
{
color: #8425EC;
}
</style>
background-color css
<style>
a { background-color: #8425EC; }
a { background-color: rgb(132,37,236); }
div.DivClassName
{
background-color: #8425EC;
}
.BgClassName
{
background-color: #8425EC;
}
</style>
border-color css
<style>
span { border-color: #8425EC; }
span { border-color: rgb(132,37,236); }
td.TdClassName
{
border-color: #8425EC;
}
.TagClassName
{
border-color: #8425EC;
}
</style>