Shades of Blue Violet #8229DF
Tints of Blue Violet #8229DF
RGB
CMYK
RGB Variations
Color information
#8229DF (or 0x8229DF) is known color: Blue Violet. HEX triplet: 82, 29 and DF. RGB value is (130,41,223). Sum of RGB (Red+Green+Blue) = 130+41+223=394 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.99% from 394); Green value is 41 (16.41% from 255 or 10.41% from 394); Blue value is 223 (87.5% from 255 or 56.60% from 394); Max value from RGB is 223 - color contains mainly: blue. Hex color #8229DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8229DF is #7DD620. Grayscale: #575757. Windows color (decimal): -8246817 or 14625154. OLE color: 14625154.
HSL color Cylindrical-coordinate representation of color #8229DF: hue angle of 269.34º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8229DF is Cyan = 0.42, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 41 | 223 | - |
| CMYK | 0.42 | 0.82 | 0 | 0.13 |
| HSL | 269.34º | 0.74% | 0.52% | - |
| HSV(B) | 269.34º | 0.82% | 0.87% | - |
| XYZ | 23.32 | 11.66 | 70.83 | - |
| YUV | 88.36 | 203.99 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 41 | 223 | 0.42 | 0.82 | 0 | 0.13 | 269.34 | 0.74 | 0.52 |
| Hex | 82 | 29 | DF | 2A | 52 | 0 | D | 10D | 4A | 34 |
| Octal | 202 | 51 | 337 | 52 | 122 | 0 | 15 | 415 | 112 | 64 |
| Binary | 10000010 | 101001 | 11011111 | 101010 | 1010010 | 0 | 1101 | 100001101 | 1001010 | 110100 |
Color Harmonies of #8229DF
Complementary color
Monochromatic Colors of #8229DF
Black with #8229DF
Text Example
Text Example
White with #8229DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8229DF; }
p { color: rgb(130,41,223); }
H1.HeaderClassName
{
color: #8229DF;
}
.AnyTagClassName
{
color: #8229DF;
}
</style>
background-color css
<style>
a { background-color: #8229DF; }
a { background-color: rgb(130,41,223); }
div.DivClassName
{
background-color: #8229DF;
}
.BgClassName
{
background-color: #8229DF;
}
</style>
border-color css
<style>
span { border-color: #8229DF; }
span { border-color: rgb(130,41,223); }
td.TdClassName
{
border-color: #8229DF;
}
.TagClassName
{
border-color: #8229DF;
}
</style>