Shades of Blue Violet #8223EC
Tints of Blue Violet #8223EC
RGB
CMYK
RGB Variations
Color information
#8223EC (or 0x8223EC) is known color: Blue Violet. HEX triplet: 82, 23 and EC. RGB value is (130,35,236). Sum of RGB (Red+Green+Blue) = 130+35+236=401 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.42% from 401); Green value is 35 (14.06% from 255 or 8.73% from 401); Blue value is 236 (92.58% from 255 or 58.85% from 401); Max value from RGB is 236 - color contains mainly: blue. Hex color #8223EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8223EC is #7DDC13. Grayscale: #555555. Windows color (decimal): -8248340 or 15475586. OLE color: 15475586.
HSL color Cylindrical-coordinate representation of color #8223EC: hue angle of 268.36º 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 #8223EC is Cyan = 0.45, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 35 | 236 | - |
| CMYK | 0.45 | 0.85 | 0 | 0.07 |
| HSL | 268.36º | 0.84% | 0.53% | - |
| HSV(B) | 268.36º | 0.85% | 0.93% | - |
| XYZ | 24.95 | 12 | 80.36 | - |
| YUV | 86.32 | 212.47 | 159.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 35 | 236 | 0.45 | 0.85 | 0 | 0.07 | 268.36 | 0.84 | 0.53 |
| Hex | 82 | 23 | EC | 2D | 55 | 0 | 7 | 10C | 54 | 35 |
| Octal | 202 | 43 | 354 | 55 | 125 | 0 | 7 | 414 | 124 | 65 |
| Binary | 10000010 | 100011 | 11101100 | 101101 | 1010101 | 0 | 111 | 100001100 | 1010100 | 110101 |
Color Harmonies of #8223EC
Complementary color
Monochromatic Colors of #8223EC
Black with #8223EC
Text Example
Text Example
White with #8223EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8223EC; }
p { color: rgb(130,35,236); }
H1.HeaderClassName
{
color: #8223EC;
}
.AnyTagClassName
{
color: #8223EC;
}
</style>
background-color css
<style>
a { background-color: #8223EC; }
a { background-color: rgb(130,35,236); }
div.DivClassName
{
background-color: #8223EC;
}
.BgClassName
{
background-color: #8223EC;
}
</style>
border-color css
<style>
span { border-color: #8223EC; }
span { border-color: rgb(130,35,236); }
td.TdClassName
{
border-color: #8223EC;
}
.TagClassName
{
border-color: #8223EC;
}
</style>