Shades of Blue Violet #8247E6
Tints of Blue Violet #8247E6
RGB
CMYK
RGB Variations
Color information
#8247E6 (or 0x8247E6) is known color: Blue Violet. HEX triplet: 82, 47 and E6. RGB value is (130,71,230). Sum of RGB (Red+Green+Blue) = 130+71+230=431 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.16% from 431); Green value is 71 (28.12% from 255 or 16.47% from 431); Blue value is 230 (90.23% from 255 or 53.36% from 431); Max value from RGB is 230 - color contains mainly: blue. Hex color #8247E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8247E6 is #7DB819. Grayscale: #6A6A6A. Windows color (decimal): -8239130 or 15091586. OLE color: 15091586.
HSL color Cylindrical-coordinate representation of color #8247E6: hue angle of 262.26º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8247E6 is Cyan = 0.43, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 130 | 71 | 230 | - |
| CMYK | 0.43 | 0.69 | 0 | 0.10 |
| HSL | 262.26º | 0.76% | 0.59% | - |
| HSV(B) | 262.26º | 0.69% | 0.9% | - |
| XYZ | 25.74 | 14.97 | 76.39 | - |
| YUV | 106.77 | 197.55 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 71 | 230 | 0.43 | 0.69 | 0 | 0.10 | 262.26 | 0.76 | 0.59 |
| Hex | 82 | 47 | E6 | 2B | 45 | 0 | A | 106 | 4C | 3B |
| Octal | 202 | 107 | 346 | 53 | 105 | 0 | 12 | 406 | 114 | 73 |
| Binary | 10000010 | 1000111 | 11100110 | 101011 | 1000101 | 0 | 1010 | 100000110 | 1001100 | 111011 |
Color Harmonies of #8247E6
Complementary color
Monochromatic Colors of #8247E6
Black with #8247E6
Text Example
Text Example
White with #8247E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8247E6; }
p { color: rgb(130,71,230); }
H1.HeaderClassName
{
color: #8247E6;
}
.AnyTagClassName
{
color: #8247E6;
}
</style>
background-color css
<style>
a { background-color: #8247E6; }
a { background-color: rgb(130,71,230); }
div.DivClassName
{
background-color: #8247E6;
}
.BgClassName
{
background-color: #8247E6;
}
</style>
border-color css
<style>
span { border-color: #8247E6; }
span { border-color: rgb(130,71,230); }
td.TdClassName
{
border-color: #8247E6;
}
.TagClassName
{
border-color: #8247E6;
}
</style>