Shades of Blue Violet #8246DC
Tints of Blue Violet #8246DC
RGB
CMYK
RGB Variations
Color information
#8246DC (or 0x8246DC) is known color: Blue Violet. HEX triplet: 82, 46 and DC. RGB value is (130,70,220). Sum of RGB (Red+Green+Blue) = 130+70+220=420 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.95% from 420); Green value is 70 (27.73% from 255 or 16.67% from 420); Blue value is 220 (86.33% from 255 or 52.38% from 420); Max value from RGB is 220 - color contains mainly: blue. Hex color #8246DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8246DC is #7DB923. Grayscale: #686868. Windows color (decimal): -8239396 or 14435970. OLE color: 14435970.
HSL color Cylindrical-coordinate representation of color #8246DC: hue angle of 264º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8246DC is Cyan = 0.41, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 70 | 220 | - |
| CMYK | 0.41 | 0.68 | 0 | 0.14 |
| HSL | 264º | 0.68% | 0.57% | - |
| HSV(B) | 264º | 0.68% | 0.86% | - |
| XYZ | 24.31 | 14.29 | 69.19 | - |
| YUV | 105.04 | 192.88 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 70 | 220 | 0.41 | 0.68 | 0 | 0.14 | 264 | 0.68 | 0.57 |
| Hex | 82 | 46 | DC | 29 | 44 | 0 | E | 108 | 44 | 39 |
| Octal | 202 | 106 | 334 | 51 | 104 | 0 | 16 | 410 | 104 | 71 |
| Binary | 10000010 | 1000110 | 11011100 | 101001 | 1000100 | 0 | 1110 | 100001000 | 1000100 | 111001 |
Color Harmonies of #8246DC
Complementary color
Monochromatic Colors of #8246DC
Black with #8246DC
Text Example
Text Example
White with #8246DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8246DC; }
p { color: rgb(130,70,220); }
H1.HeaderClassName
{
color: #8246DC;
}
.AnyTagClassName
{
color: #8246DC;
}
</style>
background-color css
<style>
a { background-color: #8246DC; }
a { background-color: rgb(130,70,220); }
div.DivClassName
{
background-color: #8246DC;
}
.BgClassName
{
background-color: #8246DC;
}
</style>
border-color css
<style>
span { border-color: #8246DC; }
span { border-color: rgb(130,70,220); }
td.TdClassName
{
border-color: #8246DC;
}
.TagClassName
{
border-color: #8246DC;
}
</style>