Shades of Blue Violet #8219DF
Tints of Blue Violet #8219DF
RGB
CMYK
RGB Variations
Color information
#8219DF (or 0x8219DF) is known color: Blue Violet. HEX triplet: 82, 19 and DF. RGB value is (130,25,223). Sum of RGB (Red+Green+Blue) = 130+25+223=378 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.39% from 378); Green value is 25 (10.16% from 255 or 6.61% from 378); Blue value is 223 (87.5% from 255 or 58.99% from 378); Max value from RGB is 223 - color contains mainly: blue. Hex color #8219DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8219DF is #7DE620. Grayscale: #4E4E4E. Windows color (decimal): -8250913 or 14621058. OLE color: 14621058.
HSL color Cylindrical-coordinate representation of color #8219DF: hue angle of 271.82º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8219DF is Cyan = 0.42, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 25 | 223 | - |
| CMYK | 0.42 | 0.89 | 0 | 0.13 |
| HSL | 271.82º | 0.8% | 0.49% | - |
| HSV(B) | 271.82º | 0.89% | 0.87% | - |
| XYZ | 22.87 | 10.77 | 70.69 | - |
| YUV | 78.97 | 209.29 | 164.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 25 | 223 | 0.42 | 0.89 | 0 | 0.13 | 271.82 | 0.8 | 0.49 |
| Hex | 82 | 19 | DF | 2A | 59 | 0 | D | 110 | 50 | 31 |
| Octal | 202 | 31 | 337 | 52 | 131 | 0 | 15 | 420 | 120 | 61 |
| Binary | 10000010 | 11001 | 11011111 | 101010 | 1011001 | 0 | 1101 | 100010000 | 1010000 | 110001 |
Color Harmonies of #8219DF
Complementary color
Monochromatic Colors of #8219DF
Black with #8219DF
Text Example
Text Example
White with #8219DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8219DF; }
p { color: rgb(130,25,223); }
H1.HeaderClassName
{
color: #8219DF;
}
.AnyTagClassName
{
color: #8219DF;
}
</style>
background-color css
<style>
a { background-color: #8219DF; }
a { background-color: rgb(130,25,223); }
div.DivClassName
{
background-color: #8219DF;
}
.BgClassName
{
background-color: #8219DF;
}
</style>
border-color css
<style>
span { border-color: #8219DF; }
span { border-color: rgb(130,25,223); }
td.TdClassName
{
border-color: #8219DF;
}
.TagClassName
{
border-color: #8219DF;
}
</style>