Shades of Blue Violet #8220FA
Tints of Blue Violet #8220FA
RGB
CMYK
RGB Variations
Color information
#8220FA (or 0x8220FA) is known color: Blue Violet. HEX triplet: 82, 20 and FA. RGB value is (130,32,250). Sum of RGB (Red+Green+Blue) = 130+32+250=412 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.55% from 412); Green value is 32 (12.89% from 255 or 7.77% from 412); Blue value is 250 (98.05% from 255 or 60.68% from 412); Max value from RGB is 250 - color contains mainly: blue. Hex color #8220FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8220FA is #7DDF05. Grayscale: #555555. Windows color (decimal): -8249094 or 16392322. OLE color: 16392322.
HSL color Cylindrical-coordinate representation of color #8220FA: hue angle of 266.97º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8220FA is Cyan = 0.48, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 130 | 32 | 250 | - |
| CMYK | 0.48 | 0.87 | 0 | 0.02 |
| HSL | 266.97º | 0.96% | 0.55% | - |
| HSV(B) | 266.97º | 0.87% | 0.98% | - |
| XYZ | 26.98 | 12.68 | 91.47 | - |
| YUV | 86.15 | 220.47 | 159.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 32 | 250 | 0.48 | 0.87 | 0 | 0.02 | 266.97 | 0.96 | 0.55 |
| Hex | 82 | 20 | FA | 30 | 57 | 0 | 2 | 10B | 60 | 37 |
| Octal | 202 | 40 | 372 | 60 | 127 | 0 | 2 | 413 | 140 | 67 |
| Binary | 10000010 | 100000 | 11111010 | 110000 | 1010111 | 0 | 10 | 100001011 | 1100000 | 110111 |
Color Harmonies of #8220FA
Complementary color
Monochromatic Colors of #8220FA
Black with #8220FA
Text Example
Text Example
White with #8220FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8220FA; }
p { color: rgb(130,32,250); }
H1.HeaderClassName
{
color: #8220FA;
}
.AnyTagClassName
{
color: #8220FA;
}
</style>
background-color css
<style>
a { background-color: #8220FA; }
a { background-color: rgb(130,32,250); }
div.DivClassName
{
background-color: #8220FA;
}
.BgClassName
{
background-color: #8220FA;
}
</style>
border-color css
<style>
span { border-color: #8220FA; }
span { border-color: rgb(130,32,250); }
td.TdClassName
{
border-color: #8220FA;
}
.TagClassName
{
border-color: #8220FA;
}
</style>