Shades of Blue Violet #8229FE
Tints of Blue Violet #8229FE
RGB
CMYK
RGB Variations
Color information
#8229FE (or 0x8229FE) is known color: Blue Violet. HEX triplet: 82, 29 and FE. RGB value is (130,41,254). Sum of RGB (Red+Green+Blue) = 130+41+254=425 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.59% from 425); Green value is 41 (16.41% from 255 or 9.65% from 425); Blue value is 254 (99.61% from 255 or 59.76% from 425); Max value from RGB is 254 - color contains mainly: blue. Hex color #8229FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8229FE is #7DD601. Grayscale: #5B5B5B. Windows color (decimal): -8246786 or 16656770. OLE color: 16656770.
HSL color Cylindrical-coordinate representation of color #8229FE: hue angle of 265.07º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8229FE is Cyan = 0.49, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 130 | 41 | 254 | - |
| CMYK | 0.49 | 0.84 | 0 | 0.00 |
| HSL | 265.07º | 0.99% | 0.58% | - |
| HSV(B) | 265.07º | 0.84% | 1% | - |
| XYZ | 27.89 | 13.49 | 94.9 | - |
| YUV | 91.89 | 219.49 | 155.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 41 | 254 | 0.49 | 0.84 | 0 | 0.00 | 265.07 | 0.99 | 0.58 |
| Hex | 82 | 29 | FE | 31 | 54 | 0 | 0 | 109 | 63 | 3A |
| Octal | 202 | 51 | 376 | 61 | 124 | 0 | 0 | 411 | 143 | 72 |
| Binary | 10000010 | 101001 | 11111110 | 110001 | 1010100 | 0 | 0 | 100001001 | 1100011 | 111010 |
Color Harmonies of #8229FE
Complementary color
Monochromatic Colors of #8229FE
Black with #8229FE
Text Example
Text Example
White with #8229FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8229FE; }
p { color: rgb(130,41,254); }
H1.HeaderClassName
{
color: #8229FE;
}
.AnyTagClassName
{
color: #8229FE;
}
</style>
background-color css
<style>
a { background-color: #8229FE; }
a { background-color: rgb(130,41,254); }
div.DivClassName
{
background-color: #8229FE;
}
.BgClassName
{
background-color: #8229FE;
}
</style>
border-color css
<style>
span { border-color: #8229FE; }
span { border-color: rgb(130,41,254); }
td.TdClassName
{
border-color: #8229FE;
}
.TagClassName
{
border-color: #8229FE;
}
</style>