Shades of Blue Violet #8248DF
Tints of Blue Violet #8248DF
RGB
CMYK
RGB Variations
Color information
#8248DF (or 0x8248DF) is known color: Blue Violet. HEX triplet: 82, 48 and DF. RGB value is (130,72,223). Sum of RGB (Red+Green+Blue) = 130+72+223=425 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.59% from 425); Green value is 72 (28.52% from 255 or 16.94% from 425); Blue value is 223 (87.5% from 255 or 52.47% from 425); Max value from RGB is 223 - color contains mainly: blue. Hex color #8248DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8248DF is #7DB720. Grayscale: #6A6A6A. Windows color (decimal): -8238881 or 14633090. OLE color: 14633090.
HSL color Cylindrical-coordinate representation of color #8248DF: hue angle of 263.05º 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 #8248DF is Cyan = 0.42, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 72 | 223 | - |
| CMYK | 0.42 | 0.68 | 0 | 0.13 |
| HSL | 263.05º | 0.7% | 0.58% | - |
| HSV(B) | 263.05º | 0.68% | 0.87% | - |
| XYZ | 24.84 | 14.71 | 71.34 | - |
| YUV | 106.56 | 193.72 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 72 | 223 | 0.42 | 0.68 | 0 | 0.13 | 263.05 | 0.7 | 0.58 |
| Hex | 82 | 48 | DF | 2A | 44 | 0 | D | 107 | 46 | 3A |
| Octal | 202 | 110 | 337 | 52 | 104 | 0 | 15 | 407 | 106 | 72 |
| Binary | 10000010 | 1001000 | 11011111 | 101010 | 1000100 | 0 | 1101 | 100000111 | 1000110 | 111010 |
Color Harmonies of #8248DF
Complementary color
Monochromatic Colors of #8248DF
Black with #8248DF
Text Example
Text Example
White with #8248DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8248DF; }
p { color: rgb(130,72,223); }
H1.HeaderClassName
{
color: #8248DF;
}
.AnyTagClassName
{
color: #8248DF;
}
</style>
background-color css
<style>
a { background-color: #8248DF; }
a { background-color: rgb(130,72,223); }
div.DivClassName
{
background-color: #8248DF;
}
.BgClassName
{
background-color: #8248DF;
}
</style>
border-color css
<style>
span { border-color: #8248DF; }
span { border-color: rgb(130,72,223); }
td.TdClassName
{
border-color: #8248DF;
}
.TagClassName
{
border-color: #8248DF;
}
</style>