Shades of Blue Violet #8240DF
Tints of Blue Violet #8240DF
RGB
CMYK
RGB Variations
Color information
#8240DF (or 0x8240DF) is known color: Blue Violet. HEX triplet: 82, 40 and DF. RGB value is (130,64,223). Sum of RGB (Red+Green+Blue) = 130+64+223=417 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.18% from 417); Green value is 64 (25.39% from 255 or 15.35% from 417); Blue value is 223 (87.5% from 255 or 53.48% from 417); Max value from RGB is 223 - color contains mainly: blue. Hex color #8240DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8240DF is #7DBF20. Grayscale: #656565. Windows color (decimal): -8240929 or 14631042. OLE color: 14631042.
HSL color Cylindrical-coordinate representation of color #8240DF: hue angle of 264.91º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8240DF is Cyan = 0.42, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 64 | 223 | - |
| CMYK | 0.42 | 0.71 | 0 | 0.13 |
| HSL | 264.91º | 0.71% | 0.56% | - |
| HSV(B) | 264.91º | 0.71% | 0.87% | - |
| XYZ | 24.36 | 13.74 | 71.18 | - |
| YUV | 101.86 | 196.37 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 64 | 223 | 0.42 | 0.71 | 0 | 0.13 | 264.91 | 0.71 | 0.56 |
| Hex | 82 | 40 | DF | 2A | 47 | 0 | D | 109 | 47 | 38 |
| Octal | 202 | 100 | 337 | 52 | 107 | 0 | 15 | 411 | 107 | 70 |
| Binary | 10000010 | 1000000 | 11011111 | 101010 | 1000111 | 0 | 1101 | 100001001 | 1000111 | 111000 |
Color Harmonies of #8240DF
Complementary color
Monochromatic Colors of #8240DF
Black with #8240DF
Text Example
Text Example
White with #8240DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8240DF; }
p { color: rgb(130,64,223); }
H1.HeaderClassName
{
color: #8240DF;
}
.AnyTagClassName
{
color: #8240DF;
}
</style>
background-color css
<style>
a { background-color: #8240DF; }
a { background-color: rgb(130,64,223); }
div.DivClassName
{
background-color: #8240DF;
}
.BgClassName
{
background-color: #8240DF;
}
</style>
border-color css
<style>
span { border-color: #8240DF; }
span { border-color: rgb(130,64,223); }
td.TdClassName
{
border-color: #8240DF;
}
.TagClassName
{
border-color: #8240DF;
}
</style>