Shades of Blue Violet #8223CE
Tints of Blue Violet #8223CE
RGB
CMYK
RGB Variations
Color information
#8223CE (or 0x8223CE) is known color: Blue Violet. HEX triplet: 82, 23 and CE. RGB value is (130,35,206). Sum of RGB (Red+Green+Blue) = 130+35+206=371 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.04% from 371); Green value is 35 (14.06% from 255 or 9.43% from 371); Blue value is 206 (80.86% from 255 or 55.53% from 371); Max value from RGB is 206 - color contains mainly: blue. Hex color #8223CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8223CE is #7DDC31. Grayscale: #525252. Windows color (decimal): -8248370 or 13509506. OLE color: 13509506.
HSL color Cylindrical-coordinate representation of color #8223CE: hue angle of 273.33º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8223CE is Cyan = 0.37, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 35 | 206 | - |
| CMYK | 0.37 | 0.83 | 0 | 0.19 |
| HSL | 273.33º | 0.71% | 0.47% | - |
| HSV(B) | 273.33º | 0.83% | 0.81% | - |
| XYZ | 20.95 | 10.4 | 59.3 | - |
| YUV | 82.9 | 197.47 | 161.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 35 | 206 | 0.37 | 0.83 | 0 | 0.19 | 273.33 | 0.71 | 0.47 |
| Hex | 82 | 23 | CE | 25 | 53 | 0 | 13 | 111 | 47 | 2F |
| Octal | 202 | 43 | 316 | 45 | 123 | 0 | 23 | 421 | 107 | 57 |
| Binary | 10000010 | 100011 | 11001110 | 100101 | 1010011 | 0 | 10011 | 100010001 | 1000111 | 101111 |
Color Harmonies of #8223CE
Complementary color
Monochromatic Colors of #8223CE
Black with #8223CE
Text Example
Text Example
White with #8223CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8223CE; }
p { color: rgb(130,35,206); }
H1.HeaderClassName
{
color: #8223CE;
}
.AnyTagClassName
{
color: #8223CE;
}
</style>
background-color css
<style>
a { background-color: #8223CE; }
a { background-color: rgb(130,35,206); }
div.DivClassName
{
background-color: #8223CE;
}
.BgClassName
{
background-color: #8223CE;
}
</style>
border-color css
<style>
span { border-color: #8223CE; }
span { border-color: rgb(130,35,206); }
td.TdClassName
{
border-color: #8223CE;
}
.TagClassName
{
border-color: #8223CE;
}
</style>