Shades of Blue Violet #8247DF
Tints of Blue Violet #8247DF
RGB
CMYK
RGB Variations
Color information
#8247DF (or 0x8247DF) is known color: Blue Violet. HEX triplet: 82, 47 and DF. RGB value is (130,71,223). Sum of RGB (Red+Green+Blue) = 130+71+223=424 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.66% from 424); Green value is 71 (28.12% from 255 or 16.75% from 424); Blue value is 223 (87.5% from 255 or 52.59% from 424); Max value from RGB is 223 - color contains mainly: blue. Hex color #8247DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8247DF is #7DB820. Grayscale: #696969. Windows color (decimal): -8239137 or 14632834. OLE color: 14632834.
HSL color Cylindrical-coordinate representation of color #8247DF: hue angle of 263.29º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8247DF is Cyan = 0.42, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 71 | 223 | - |
| CMYK | 0.42 | 0.68 | 0 | 0.13 |
| HSL | 263.29º | 0.7% | 0.58% | - |
| HSV(B) | 263.29º | 0.68% | 0.87% | - |
| XYZ | 24.78 | 14.58 | 71.32 | - |
| YUV | 105.97 | 194.05 | 145.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 71 | 223 | 0.42 | 0.68 | 0 | 0.13 | 263.29 | 0.7 | 0.58 |
| Hex | 82 | 47 | DF | 2A | 44 | 0 | D | 107 | 46 | 3A |
| Octal | 202 | 107 | 337 | 52 | 104 | 0 | 15 | 407 | 106 | 72 |
| Binary | 10000010 | 1000111 | 11011111 | 101010 | 1000100 | 0 | 1101 | 100000111 | 1000110 | 111010 |
Color Harmonies of #8247DF
Complementary color
Monochromatic Colors of #8247DF
Black with #8247DF
Text Example
Text Example
White with #8247DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8247DF; }
p { color: rgb(130,71,223); }
H1.HeaderClassName
{
color: #8247DF;
}
.AnyTagClassName
{
color: #8247DF;
}
</style>
background-color css
<style>
a { background-color: #8247DF; }
a { background-color: rgb(130,71,223); }
div.DivClassName
{
background-color: #8247DF;
}
.BgClassName
{
background-color: #8247DF;
}
</style>
border-color css
<style>
span { border-color: #8247DF; }
span { border-color: rgb(130,71,223); }
td.TdClassName
{
border-color: #8247DF;
}
.TagClassName
{
border-color: #8247DF;
}
</style>