Shades of Blue Violet #8423EC
Tints of Blue Violet #8423EC
RGB
CMYK
RGB Variations
Color information
#8423EC (or 0x8423EC) is known color: Blue Violet. HEX triplet: 84, 23 and EC. RGB value is (132,35,236). Sum of RGB (Red+Green+Blue) = 132+35+236=403 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.75% from 403); Green value is 35 (14.06% from 255 or 8.68% from 403); Blue value is 236 (92.58% from 255 or 58.56% from 403); Max value from RGB is 236 - color contains mainly: blue. Hex color #8423EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8423EC is #7BDC13. Grayscale: #565656. Windows color (decimal): -8117268 or 15475588. OLE color: 15475588.
HSL color Cylindrical-coordinate representation of color #8423EC: hue angle of 268.96º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8423EC is Cyan = 0.44, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 35 | 236 | - |
| CMYK | 0.44 | 0.85 | 0 | 0.07 |
| HSL | 268.96º | 0.84% | 0.53% | - |
| HSV(B) | 268.96º | 0.85% | 0.93% | - |
| XYZ | 25.26 | 12.16 | 80.37 | - |
| YUV | 86.92 | 212.14 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 35 | 236 | 0.44 | 0.85 | 0 | 0.07 | 268.96 | 0.84 | 0.53 |
| Hex | 84 | 23 | EC | 2C | 55 | 0 | 7 | 10D | 54 | 35 |
| Octal | 204 | 43 | 354 | 54 | 125 | 0 | 7 | 415 | 124 | 65 |
| Binary | 10000100 | 100011 | 11101100 | 101100 | 1010101 | 0 | 111 | 100001101 | 1010100 | 110101 |
Color Harmonies of #8423EC
Complementary color
Monochromatic Colors of #8423EC
Black with #8423EC
Text Example
Text Example
White with #8423EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8423EC; }
p { color: rgb(132,35,236); }
H1.HeaderClassName
{
color: #8423EC;
}
.AnyTagClassName
{
color: #8423EC;
}
</style>
background-color css
<style>
a { background-color: #8423EC; }
a { background-color: rgb(132,35,236); }
div.DivClassName
{
background-color: #8423EC;
}
.BgClassName
{
background-color: #8423EC;
}
</style>
border-color css
<style>
span { border-color: #8423EC; }
span { border-color: rgb(132,35,236); }
td.TdClassName
{
border-color: #8423EC;
}
.TagClassName
{
border-color: #8423EC;
}
</style>