Shades of Blue Violet #8248ED
Tints of Blue Violet #8248ED
RGB
CMYK
RGB Variations
Color information
#8248ED (or 0x8248ED) is known color: Blue Violet. HEX triplet: 82, 48 and ED. RGB value is (130,72,237). Sum of RGB (Red+Green+Blue) = 130+72+237=439 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.61% from 439); Green value is 72 (28.52% from 255 or 16.40% from 439); Blue value is 237 (92.97% from 255 or 53.99% from 439); Max value from RGB is 237 - color contains mainly: blue. Hex color #8248ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8248ED is #7DB712. Grayscale: #6B6B6B. Windows color (decimal): -8238867 or 15550594. OLE color: 15550594.
HSL color Cylindrical-coordinate representation of color #8248ED: hue angle of 261.09º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8248ED is Cyan = 0.45, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 72 | 237 | - |
| CMYK | 0.45 | 0.70 | 0 | 0.07 |
| HSL | 261.09º | 0.82% | 0.61% | - |
| HSV(B) | 261.09º | 0.7% | 0.93% | - |
| XYZ | 26.81 | 15.49 | 81.7 | - |
| YUV | 108.15 | 200.72 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 72 | 237 | 0.45 | 0.70 | 0 | 0.07 | 261.09 | 0.82 | 0.61 |
| Hex | 82 | 48 | ED | 2D | 46 | 0 | 7 | 105 | 52 | 3D |
| Octal | 202 | 110 | 355 | 55 | 106 | 0 | 7 | 405 | 122 | 75 |
| Binary | 10000010 | 1001000 | 11101101 | 101101 | 1000110 | 0 | 111 | 100000101 | 1010010 | 111101 |
Color Harmonies of #8248ED
Complementary color
Monochromatic Colors of #8248ED
Black with #8248ED
Text Example
Text Example
White with #8248ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8248ED; }
p { color: rgb(130,72,237); }
H1.HeaderClassName
{
color: #8248ED;
}
.AnyTagClassName
{
color: #8248ED;
}
</style>
background-color css
<style>
a { background-color: #8248ED; }
a { background-color: rgb(130,72,237); }
div.DivClassName
{
background-color: #8248ED;
}
.BgClassName
{
background-color: #8248ED;
}
</style>
border-color css
<style>
span { border-color: #8248ED; }
span { border-color: rgb(130,72,237); }
td.TdClassName
{
border-color: #8248ED;
}
.TagClassName
{
border-color: #8248ED;
}
</style>