Shades of Blue Violet #8247ED
Tints of Blue Violet #8247ED
RGB
CMYK
RGB Variations
Color information
#8247ED (or 0x8247ED) is known color: Blue Violet. HEX triplet: 82, 47 and ED. RGB value is (130,71,237). Sum of RGB (Red+Green+Blue) = 130+71+237=438 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.68% from 438); Green value is 71 (28.12% from 255 or 16.21% from 438); Blue value is 237 (92.97% from 255 or 54.11% from 438); Max value from RGB is 237 - color contains mainly: blue. Hex color #8247ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8247ED is #7DB812. Grayscale: #6A6A6A. Windows color (decimal): -8239123 or 15550338. OLE color: 15550338.
HSL color Cylindrical-coordinate representation of color #8247ED: hue angle of 261.33º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8247ED is Cyan = 0.45, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 71 | 237 | - |
| CMYK | 0.45 | 0.70 | 0 | 0.07 |
| HSL | 261.33º | 0.82% | 0.6% | - |
| HSV(B) | 261.33º | 0.7% | 0.93% | - |
| XYZ | 26.75 | 15.37 | 81.68 | - |
| YUV | 107.57 | 201.05 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 71 | 237 | 0.45 | 0.70 | 0 | 0.07 | 261.33 | 0.82 | 0.6 |
| Hex | 82 | 47 | ED | 2D | 46 | 0 | 7 | 105 | 52 | 3C |
| Octal | 202 | 107 | 355 | 55 | 106 | 0 | 7 | 405 | 122 | 74 |
| Binary | 10000010 | 1000111 | 11101101 | 101101 | 1000110 | 0 | 111 | 100000101 | 1010010 | 111100 |
Color Harmonies of #8247ED
Complementary color
Monochromatic Colors of #8247ED
Black with #8247ED
Text Example
Text Example
White with #8247ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8247ED; }
p { color: rgb(130,71,237); }
H1.HeaderClassName
{
color: #8247ED;
}
.AnyTagClassName
{
color: #8247ED;
}
</style>
background-color css
<style>
a { background-color: #8247ED; }
a { background-color: rgb(130,71,237); }
div.DivClassName
{
background-color: #8247ED;
}
.BgClassName
{
background-color: #8247ED;
}
</style>
border-color css
<style>
span { border-color: #8247ED; }
span { border-color: rgb(130,71,237); }
td.TdClassName
{
border-color: #8247ED;
}
.TagClassName
{
border-color: #8247ED;
}
</style>