Shades of Blue Violet #8229D9
Tints of Blue Violet #8229D9
RGB
CMYK
RGB Variations
Color information
#8229D9 (or 0x8229D9) is known color: Blue Violet. HEX triplet: 82, 29 and D9. RGB value is (130,41,217). Sum of RGB (Red+Green+Blue) = 130+41+217=388 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.51% from 388); Green value is 41 (16.41% from 255 or 10.57% from 388); Blue value is 217 (85.16% from 255 or 55.93% from 388); Max value from RGB is 217 - color contains mainly: blue. Hex color #8229D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8229D9 is #7DD626. Grayscale: #575757. Windows color (decimal): -8246823 or 14231938. OLE color: 14231938.
HSL color Cylindrical-coordinate representation of color #8229D9: hue angle of 270.34º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8229D9 is Cyan = 0.40, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 130 | 41 | 217 | - |
| CMYK | 0.40 | 0.81 | 0 | 0.15 |
| HSL | 270.34º | 0.7% | 0.51% | - |
| HSV(B) | 270.34º | 0.81% | 0.85% | - |
| XYZ | 22.52 | 11.34 | 66.65 | - |
| YUV | 87.68 | 200.99 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 41 | 217 | 0.40 | 0.81 | 0 | 0.15 | 270.34 | 0.7 | 0.51 |
| Hex | 82 | 29 | D9 | 28 | 51 | 0 | F | 10E | 46 | 33 |
| Octal | 202 | 51 | 331 | 50 | 121 | 0 | 17 | 416 | 106 | 63 |
| Binary | 10000010 | 101001 | 11011001 | 101000 | 1010001 | 0 | 1111 | 100001110 | 1000110 | 110011 |
Color Harmonies of #8229D9
Complementary color
Monochromatic Colors of #8229D9
Black with #8229D9
Text Example
Text Example
White with #8229D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8229D9; }
p { color: rgb(130,41,217); }
H1.HeaderClassName
{
color: #8229D9;
}
.AnyTagClassName
{
color: #8229D9;
}
</style>
background-color css
<style>
a { background-color: #8229D9; }
a { background-color: rgb(130,41,217); }
div.DivClassName
{
background-color: #8229D9;
}
.BgClassName
{
background-color: #8229D9;
}
</style>
border-color css
<style>
span { border-color: #8229D9; }
span { border-color: rgb(130,41,217); }
td.TdClassName
{
border-color: #8229D9;
}
.TagClassName
{
border-color: #8229D9;
}
</style>