Shades of Blue Violet #8223FD
Tints of Blue Violet #8223FD
RGB
CMYK
RGB Variations
Color information
#8223FD (or 0x8223FD) is known color: Blue Violet. HEX triplet: 82, 23 and FD. RGB value is (130,35,253). Sum of RGB (Red+Green+Blue) = 130+35+253=418 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.10% from 418); Green value is 35 (14.06% from 255 or 8.37% from 418); Blue value is 253 (99.22% from 255 or 60.53% from 418); Max value from RGB is 253 - color contains mainly: blue. Hex color #8223FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8223FD is #7DDC02. Grayscale: #575757. Windows color (decimal): -8248323 or 16589698. OLE color: 16589698.
HSL color Cylindrical-coordinate representation of color #8223FD: hue angle of 266.15º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8223FD is Cyan = 0.49, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 130 | 35 | 253 | - |
| CMYK | 0.49 | 0.86 | 0 | 0.01 |
| HSL | 266.15º | 0.98% | 0.56% | - |
| HSV(B) | 266.15º | 0.86% | 0.99% | - |
| XYZ | 27.54 | 13.04 | 93.99 | - |
| YUV | 88.26 | 220.97 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 35 | 253 | 0.49 | 0.86 | 0 | 0.01 | 266.15 | 0.98 | 0.56 |
| Hex | 82 | 23 | FD | 31 | 56 | 0 | 1 | 10A | 62 | 38 |
| Octal | 202 | 43 | 375 | 61 | 126 | 0 | 1 | 412 | 142 | 70 |
| Binary | 10000010 | 100011 | 11111101 | 110001 | 1010110 | 0 | 1 | 100001010 | 1100010 | 111000 |
Color Harmonies of #8223FD
Complementary color
Monochromatic Colors of #8223FD
Black with #8223FD
Text Example
Text Example
White with #8223FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8223FD; }
p { color: rgb(130,35,253); }
H1.HeaderClassName
{
color: #8223FD;
}
.AnyTagClassName
{
color: #8223FD;
}
</style>
background-color css
<style>
a { background-color: #8223FD; }
a { background-color: rgb(130,35,253); }
div.DivClassName
{
background-color: #8223FD;
}
.BgClassName
{
background-color: #8223FD;
}
</style>
border-color css
<style>
span { border-color: #8223FD; }
span { border-color: rgb(130,35,253); }
td.TdClassName
{
border-color: #8223FD;
}
.TagClassName
{
border-color: #8223FD;
}
</style>