Shades of Blue Violet #8249ED
Tints of Blue Violet #8249ED
RGB
CMYK
RGB Variations
Color information
#8249ED (or 0x8249ED) is known color: Blue Violet. HEX triplet: 82, 49 and ED. RGB value is (130,73,237). Sum of RGB (Red+Green+Blue) = 130+73+237=440 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.55% from 440); Green value is 73 (28.91% from 255 or 16.59% from 440); Blue value is 237 (92.97% from 255 or 53.86% from 440); Max value from RGB is 237 - color contains mainly: blue. Hex color #8249ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8249ED is #7DB612. Grayscale: #6C6C6C. Windows color (decimal): -8238611 or 15550850. OLE color: 15550850.
HSL color Cylindrical-coordinate representation of color #8249ED: hue angle of 260.85º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8249ED is Cyan = 0.45, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 73 | 237 | - |
| CMYK | 0.45 | 0.69 | 0 | 0.07 |
| HSL | 260.85º | 0.82% | 0.61% | - |
| HSV(B) | 260.85º | 0.69% | 0.93% | - |
| XYZ | 26.87 | 15.63 | 81.72 | - |
| YUV | 108.74 | 200.38 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 73 | 237 | 0.45 | 0.69 | 0 | 0.07 | 260.85 | 0.82 | 0.61 |
| Hex | 82 | 49 | ED | 2D | 45 | 0 | 7 | 105 | 52 | 3D |
| Octal | 202 | 111 | 355 | 55 | 105 | 0 | 7 | 405 | 122 | 75 |
| Binary | 10000010 | 1001001 | 11101101 | 101101 | 1000101 | 0 | 111 | 100000101 | 1010010 | 111101 |
Color Harmonies of #8249ED
Complementary color
Monochromatic Colors of #8249ED
Black with #8249ED
Text Example
Text Example
White with #8249ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8249ED; }
p { color: rgb(130,73,237); }
H1.HeaderClassName
{
color: #8249ED;
}
.AnyTagClassName
{
color: #8249ED;
}
</style>
background-color css
<style>
a { background-color: #8249ED; }
a { background-color: rgb(130,73,237); }
div.DivClassName
{
background-color: #8249ED;
}
.BgClassName
{
background-color: #8249ED;
}
</style>
border-color css
<style>
span { border-color: #8249ED; }
span { border-color: rgb(130,73,237); }
td.TdClassName
{
border-color: #8249ED;
}
.TagClassName
{
border-color: #8249ED;
}
</style>