Shades of Blue Violet #8229E9
Tints of Blue Violet #8229E9
RGB
CMYK
RGB Variations
Color information
#8229E9 (or 0x8229E9) is known color: Blue Violet. HEX triplet: 82, 29 and E9. RGB value is (130,41,233). Sum of RGB (Red+Green+Blue) = 130+41+233=404 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.18% from 404); Green value is 41 (16.41% from 255 or 10.15% from 404); Blue value is 233 (91.41% from 255 or 57.67% from 404); Max value from RGB is 233 - color contains mainly: blue. Hex color #8229E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8229E9 is #7DD616. Grayscale: #585858. Windows color (decimal): -8246807 or 15280514. OLE color: 15280514.
HSL color Cylindrical-coordinate representation of color #8229E9: hue angle of 267.81º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8229E9 is Cyan = 0.44, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 130 | 41 | 233 | - |
| CMYK | 0.44 | 0.82 | 0 | 0.09 |
| HSL | 267.81º | 0.81% | 0.54% | - |
| HSV(B) | 267.81º | 0.82% | 0.91% | - |
| XYZ | 24.71 | 12.21 | 78.15 | - |
| YUV | 89.5 | 208.99 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 41 | 233 | 0.44 | 0.82 | 0 | 0.09 | 267.81 | 0.81 | 0.54 |
| Hex | 82 | 29 | E9 | 2C | 52 | 0 | 9 | 10C | 51 | 36 |
| Octal | 202 | 51 | 351 | 54 | 122 | 0 | 11 | 414 | 121 | 66 |
| Binary | 10000010 | 101001 | 11101001 | 101100 | 1010010 | 0 | 1001 | 100001100 | 1010001 | 110110 |
Color Harmonies of #8229E9
Complementary color
Monochromatic Colors of #8229E9
Black with #8229E9
Text Example
Text Example
White with #8229E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8229E9; }
p { color: rgb(130,41,233); }
H1.HeaderClassName
{
color: #8229E9;
}
.AnyTagClassName
{
color: #8229E9;
}
</style>
background-color css
<style>
a { background-color: #8229E9; }
a { background-color: rgb(130,41,233); }
div.DivClassName
{
background-color: #8229E9;
}
.BgClassName
{
background-color: #8229E9;
}
</style>
border-color css
<style>
span { border-color: #8229E9; }
span { border-color: rgb(130,41,233); }
td.TdClassName
{
border-color: #8229E9;
}
.TagClassName
{
border-color: #8229E9;
}
</style>