Shades of Blue Violet #8D49ED
Tints of Blue Violet #8D49ED
RGB
CMYK
RGB Variations
Color information
#8D49ED (or 0x8D49ED) is known color: Blue Violet. HEX triplet: 8D, 49 and ED. RGB value is (141,73,237). Sum of RGB (Red+Green+Blue) = 141+73+237=451 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.26% from 451); Green value is 73 (28.91% from 255 or 16.19% from 451); Blue value is 237 (92.97% from 255 or 52.55% from 451); Max value from RGB is 237 - color contains mainly: blue. Hex color #8D49ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D49ED is #72B612. Grayscale: #6F6F6F. Windows color (decimal): -7517715 or 15550861. OLE color: 15550861.
HSL color Cylindrical-coordinate representation of color #8D49ED: hue angle of 264.88º 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 #8D49ED is Cyan = 0.41, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 73 | 237 | - |
| CMYK | 0.41 | 0.69 | 0 | 0.07 |
| HSL | 264.88º | 0.82% | 0.61% | - |
| HSV(B) | 264.88º | 0.69% | 0.93% | - |
| XYZ | 28.65 | 16.54 | 81.8 | - |
| YUV | 112.03 | 198.53 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 73 | 237 | 0.41 | 0.69 | 0 | 0.07 | 264.88 | 0.82 | 0.61 |
| Hex | 8D | 49 | ED | 29 | 45 | 0 | 7 | 109 | 52 | 3D |
| Octal | 215 | 111 | 355 | 51 | 105 | 0 | 7 | 411 | 122 | 75 |
| Binary | 10001101 | 1001001 | 11101101 | 101001 | 1000101 | 0 | 111 | 100001001 | 1010010 | 111101 |
Color Harmonies of #8D49ED
Complementary color
Monochromatic Colors of #8D49ED
Black with #8D49ED
Text Example
Text Example
White with #8D49ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D49ED; }
p { color: rgb(141,73,237); }
H1.HeaderClassName
{
color: #8D49ED;
}
.AnyTagClassName
{
color: #8D49ED;
}
</style>
background-color css
<style>
a { background-color: #8D49ED; }
a { background-color: rgb(141,73,237); }
div.DivClassName
{
background-color: #8D49ED;
}
.BgClassName
{
background-color: #8D49ED;
}
</style>
border-color css
<style>
span { border-color: #8D49ED; }
span { border-color: rgb(141,73,237); }
td.TdClassName
{
border-color: #8D49ED;
}
.TagClassName
{
border-color: #8D49ED;
}
</style>