Shades of Blue Violet #8226FE
Tints of Blue Violet #8226FE
RGB
CMYK
RGB Variations
Color information
#8226FE (or 0x8226FE) is known color: Blue Violet. HEX triplet: 82, 26 and FE. RGB value is (130,38,254). Sum of RGB (Red+Green+Blue) = 130+38+254=422 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.81% from 422); Green value is 38 (15.23% from 255 or 9.00% from 422); Blue value is 254 (99.61% from 255 or 60.19% from 422); Max value from RGB is 254 - color contains mainly: blue. Hex color #8226FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8226FE is #7DD901. Grayscale: #595959. Windows color (decimal): -8247554 or 16656002. OLE color: 16656002.
HSL color Cylindrical-coordinate representation of color #8226FE: hue angle of 265.56º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8226FE is Cyan = 0.49, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 130 | 38 | 254 | - |
| CMYK | 0.49 | 0.85 | 0 | 0.00 |
| HSL | 265.56º | 0.99% | 0.57% | - |
| HSV(B) | 265.56º | 0.85% | 1% | - |
| XYZ | 27.79 | 13.29 | 94.87 | - |
| YUV | 90.13 | 220.48 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 38 | 254 | 0.49 | 0.85 | 0 | 0.00 | 265.56 | 0.99 | 0.57 |
| Hex | 82 | 26 | FE | 31 | 55 | 0 | 0 | 10A | 63 | 39 |
| Octal | 202 | 46 | 376 | 61 | 125 | 0 | 0 | 412 | 143 | 71 |
| Binary | 10000010 | 100110 | 11111110 | 110001 | 1010101 | 0 | 0 | 100001010 | 1100011 | 111001 |
Color Harmonies of #8226FE
Complementary color
Monochromatic Colors of #8226FE
Black with #8226FE
Text Example
Text Example
White with #8226FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8226FE; }
p { color: rgb(130,38,254); }
H1.HeaderClassName
{
color: #8226FE;
}
.AnyTagClassName
{
color: #8226FE;
}
</style>
background-color css
<style>
a { background-color: #8226FE; }
a { background-color: rgb(130,38,254); }
div.DivClassName
{
background-color: #8226FE;
}
.BgClassName
{
background-color: #8226FE;
}
</style>
border-color css
<style>
span { border-color: #8226FE; }
span { border-color: rgb(130,38,254); }
td.TdClassName
{
border-color: #8226FE;
}
.TagClassName
{
border-color: #8226FE;
}
</style>