Shades of Blue Violet #8220FF
Tints of Blue Violet #8220FF
RGB
CMYK
RGB Variations
Color information
#8220FF (or 0x8220FF) is known color: Blue Violet. HEX triplet: 82, 20 and FF. RGB value is (130,32,255). Sum of RGB (Red+Green+Blue) = 130+32+255=417 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.18% from 417); Green value is 32 (12.89% from 255 or 7.67% from 417); Blue value is 255 (100% from 255 or 61.15% from 417); Max value from RGB is 255 - color contains mainly: blue. Hex color #8220FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8220FF is #7DDF00. Grayscale: #555555. Windows color (decimal): -8249089 or 16720002. OLE color: 16720002.
HSL color Cylindrical-coordinate representation of color #8220FF: hue angle of 266.37º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8220FF is Cyan = 0.49, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 130 | 32 | 255 | - |
| CMYK | 0.49 | 0.87 | 0 | 0 |
| HSL | 266.37º | 1% | 0.56% | - |
| HSV(B) | 266.37º | 0.87% | 1% | - |
| XYZ | 27.77 | 13 | 95.65 | - |
| YUV | 86.72 | 222.97 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 32 | 255 | 0.49 | 0.87 | 0 | 0 | 266.37 | 1 | 0.56 |
| Hex | 82 | 20 | FF | 31 | 57 | 0 | 0 | 10A | 64 | 38 |
| Octal | 202 | 40 | 377 | 61 | 127 | 0 | 0 | 412 | 144 | 70 |
| Binary | 10000010 | 100000 | 11111111 | 110001 | 1010111 | 0 | 0 | 100001010 | 1100100 | 111000 |
Color Harmonies of #8220FF
Complementary color
Monochromatic Colors of #8220FF
Black with #8220FF
Text Example
Text Example
White with #8220FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8220FF; }
p { color: rgb(130,32,255); }
H1.HeaderClassName
{
color: #8220FF;
}
.AnyTagClassName
{
color: #8220FF;
}
</style>
background-color css
<style>
a { background-color: #8220FF; }
a { background-color: rgb(130,32,255); }
div.DivClassName
{
background-color: #8220FF;
}
.BgClassName
{
background-color: #8220FF;
}
</style>
border-color css
<style>
span { border-color: #8220FF; }
span { border-color: rgb(130,32,255); }
td.TdClassName
{
border-color: #8220FF;
}
.TagClassName
{
border-color: #8220FF;
}
</style>