Shades of Blue Violet #8229FF
Tints of Blue Violet #8229FF
RGB
CMYK
RGB Variations
Color information
#8229FF (or 0x8229FF) is known color: Blue Violet. HEX triplet: 82, 29 and FF. RGB value is (130,41,255). Sum of RGB (Red+Green+Blue) = 130+41+255=426 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.52% from 426); Green value is 41 (16.41% from 255 or 9.62% from 426); Blue value is 255 (100% from 255 or 59.86% from 426); Max value from RGB is 255 - color contains mainly: blue. Hex color #8229FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8229FF is #7DD600. Grayscale: #5B5B5B. Windows color (decimal): -8246785 or 16722306. OLE color: 16722306.
HSL color Cylindrical-coordinate representation of color #8229FF: hue angle of 264.95º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8229FF is Cyan = 0.49, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 130 | 41 | 255 | - |
| CMYK | 0.49 | 0.84 | 0 | 0 |
| HSL | 264.95º | 1% | 0.58% | - |
| HSV(B) | 264.95º | 0.84% | 1% | - |
| XYZ | 28.05 | 13.55 | 95.75 | - |
| YUV | 92.01 | 219.99 | 155.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 41 | 255 | 0.49 | 0.84 | 0 | 0 | 264.95 | 1 | 0.58 |
| Hex | 82 | 29 | FF | 31 | 54 | 0 | 0 | 109 | 64 | 3A |
| Octal | 202 | 51 | 377 | 61 | 124 | 0 | 0 | 411 | 144 | 72 |
| Binary | 10000010 | 101001 | 11111111 | 110001 | 1010100 | 0 | 0 | 100001001 | 1100100 | 111010 |
Color Harmonies of #8229FF
Complementary color
Monochromatic Colors of #8229FF
Black with #8229FF
Text Example
Text Example
White with #8229FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8229FF; }
p { color: rgb(130,41,255); }
H1.HeaderClassName
{
color: #8229FF;
}
.AnyTagClassName
{
color: #8229FF;
}
</style>
background-color css
<style>
a { background-color: #8229FF; }
a { background-color: rgb(130,41,255); }
div.DivClassName
{
background-color: #8229FF;
}
.BgClassName
{
background-color: #8229FF;
}
</style>
border-color css
<style>
span { border-color: #8229FF; }
span { border-color: rgb(130,41,255); }
td.TdClassName
{
border-color: #8229FF;
}
.TagClassName
{
border-color: #8229FF;
}
</style>