Shades of Blue Violet #8226FA
Tints of Blue Violet #8226FA
RGB
CMYK
RGB Variations
Color information
#8226FA (or 0x8226FA) is known color: Blue Violet. HEX triplet: 82, 26 and FA. RGB value is (130,38,250). Sum of RGB (Red+Green+Blue) = 130+38+250=418 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.10% from 418); Green value is 38 (15.23% from 255 or 9.09% from 418); Blue value is 250 (98.05% from 255 or 59.81% from 418); Max value from RGB is 250 - color contains mainly: blue. Hex color #8226FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8226FA is #7DD905. Grayscale: #585858. Windows color (decimal): -8247558 or 16393858. OLE color: 16393858.
HSL color Cylindrical-coordinate representation of color #8226FA: hue angle of 266.04º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8226FA is Cyan = 0.48, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 130 | 38 | 250 | - |
| CMYK | 0.48 | 0.85 | 0 | 0.02 |
| HSL | 266.04º | 0.95% | 0.56% | - |
| HSV(B) | 266.04º | 0.85% | 0.98% | - |
| XYZ | 27.15 | 13.03 | 91.53 | - |
| YUV | 89.68 | 218.48 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 38 | 250 | 0.48 | 0.85 | 0 | 0.02 | 266.04 | 0.95 | 0.56 |
| Hex | 82 | 26 | FA | 30 | 55 | 0 | 2 | 10A | 5F | 38 |
| Octal | 202 | 46 | 372 | 60 | 125 | 0 | 2 | 412 | 137 | 70 |
| Binary | 10000010 | 100110 | 11111010 | 110000 | 1010101 | 0 | 10 | 100001010 | 1011111 | 111000 |
Color Harmonies of #8226FA
Complementary color
Monochromatic Colors of #8226FA
Black with #8226FA
Text Example
Text Example
White with #8226FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8226FA; }
p { color: rgb(130,38,250); }
H1.HeaderClassName
{
color: #8226FA;
}
.AnyTagClassName
{
color: #8226FA;
}
</style>
background-color css
<style>
a { background-color: #8226FA; }
a { background-color: rgb(130,38,250); }
div.DivClassName
{
background-color: #8226FA;
}
.BgClassName
{
background-color: #8226FA;
}
</style>
border-color css
<style>
span { border-color: #8226FA; }
span { border-color: rgb(130,38,250); }
td.TdClassName
{
border-color: #8226FA;
}
.TagClassName
{
border-color: #8226FA;
}
</style>