Shades of Blue Violet #8248EF
Tints of Blue Violet #8248EF
RGB
CMYK
RGB Variations
Color information
#8248EF (or 0x8248EF) is known color: Blue Violet. HEX triplet: 82, 48 and EF. RGB value is (130,72,239). Sum of RGB (Red+Green+Blue) = 130+72+239=441 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.48% from 441); Green value is 72 (28.52% from 255 or 16.33% from 441); Blue value is 239 (93.75% from 255 or 54.20% from 441); Max value from RGB is 239 - color contains mainly: blue. Hex color #8248EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8248EF is #7DB710. Grayscale: #6B6B6B. Windows color (decimal): -8238865 or 15681666. OLE color: 15681666.
HSL color Cylindrical-coordinate representation of color #8248EF: hue angle of 260.84º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8248EF is Cyan = 0.46, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 130 | 72 | 239 | - |
| CMYK | 0.46 | 0.70 | 0 | 0.06 |
| HSL | 260.84º | 0.84% | 0.61% | - |
| HSV(B) | 260.84º | 0.7% | 0.94% | - |
| XYZ | 27.1 | 15.61 | 83.25 | - |
| YUV | 108.38 | 201.72 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 72 | 239 | 0.46 | 0.70 | 0 | 0.06 | 260.84 | 0.84 | 0.61 |
| Hex | 82 | 48 | EF | 2E | 46 | 0 | 6 | 105 | 54 | 3D |
| Octal | 202 | 110 | 357 | 56 | 106 | 0 | 6 | 405 | 124 | 75 |
| Binary | 10000010 | 1001000 | 11101111 | 101110 | 1000110 | 0 | 110 | 100000101 | 1010100 | 111101 |
Color Harmonies of #8248EF
Complementary color
Monochromatic Colors of #8248EF
Black with #8248EF
Text Example
Text Example
White with #8248EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8248EF; }
p { color: rgb(130,72,239); }
H1.HeaderClassName
{
color: #8248EF;
}
.AnyTagClassName
{
color: #8248EF;
}
</style>
background-color css
<style>
a { background-color: #8248EF; }
a { background-color: rgb(130,72,239); }
div.DivClassName
{
background-color: #8248EF;
}
.BgClassName
{
background-color: #8248EF;
}
</style>
border-color css
<style>
span { border-color: #8248EF; }
span { border-color: rgb(130,72,239); }
td.TdClassName
{
border-color: #8248EF;
}
.TagClassName
{
border-color: #8248EF;
}
</style>