Shades of Blue Violet #8223F1
Tints of Blue Violet #8223F1
RGB
CMYK
RGB Variations
Color information
#8223F1 (or 0x8223F1) is known color: Blue Violet. HEX triplet: 82, 23 and F1. RGB value is (130,35,241). Sum of RGB (Red+Green+Blue) = 130+35+241=406 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.02% from 406); Green value is 35 (14.06% from 255 or 8.62% from 406); Blue value is 241 (94.53% from 255 or 59.36% from 406); Max value from RGB is 241 - color contains mainly: blue. Hex color #8223F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8223F1 is #7DDC0E. Grayscale: #565656. Windows color (decimal): -8248335 or 15803266. OLE color: 15803266.
HSL color Cylindrical-coordinate representation of color #8223F1: hue angle of 267.67º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8223F1 is Cyan = 0.46, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 130 | 35 | 241 | - |
| CMYK | 0.46 | 0.85 | 0 | 0.05 |
| HSL | 267.67º | 0.88% | 0.54% | - |
| HSV(B) | 267.67º | 0.85% | 0.95% | - |
| XYZ | 25.68 | 12.3 | 84.24 | - |
| YUV | 86.89 | 214.97 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 35 | 241 | 0.46 | 0.85 | 0 | 0.05 | 267.67 | 0.88 | 0.54 |
| Hex | 82 | 23 | F1 | 2E | 55 | 0 | 5 | 10C | 58 | 36 |
| Octal | 202 | 43 | 361 | 56 | 125 | 0 | 5 | 414 | 130 | 66 |
| Binary | 10000010 | 100011 | 11110001 | 101110 | 1010101 | 0 | 101 | 100001100 | 1011000 | 110110 |
Color Harmonies of #8223F1
Complementary color
Monochromatic Colors of #8223F1
Black with #8223F1
Text Example
Text Example
White with #8223F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8223F1; }
p { color: rgb(130,35,241); }
H1.HeaderClassName
{
color: #8223F1;
}
.AnyTagClassName
{
color: #8223F1;
}
</style>
background-color css
<style>
a { background-color: #8223F1; }
a { background-color: rgb(130,35,241); }
div.DivClassName
{
background-color: #8223F1;
}
.BgClassName
{
background-color: #8223F1;
}
</style>
border-color css
<style>
span { border-color: #8223F1; }
span { border-color: rgb(130,35,241); }
td.TdClassName
{
border-color: #8223F1;
}
.TagClassName
{
border-color: #8223F1;
}
</style>