Shades of Blue Violet #8D4EED
Tints of Blue Violet #8D4EED
RGB
CMYK
RGB Variations
Color information
#8D4EED (or 0x8D4EED) is known color: Blue Violet. HEX triplet: 8D, 4E and ED. RGB value is (141,78,237). Sum of RGB (Red+Green+Blue) = 141+78+237=456 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.92% from 456); Green value is 78 (30.86% from 255 or 17.11% from 456); Blue value is 237 (92.97% from 255 or 51.97% from 456); Max value from RGB is 237 - color contains mainly: blue. Hex color #8D4EED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D4EED is #72B112. Grayscale: #727272. Windows color (decimal): -7516435 or 15552141. OLE color: 15552141.
HSL color Cylindrical-coordinate representation of color #8D4EED: hue angle of 263.77º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8D4EED is Cyan = 0.41, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 78 | 237 | - |
| CMYK | 0.41 | 0.67 | 0 | 0.07 |
| HSL | 263.77º | 0.82% | 0.62% | - |
| HSV(B) | 263.77º | 0.67% | 0.93% | - |
| XYZ | 28.99 | 17.23 | 81.92 | - |
| YUV | 114.96 | 196.87 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 78 | 237 | 0.41 | 0.67 | 0 | 0.07 | 263.77 | 0.82 | 0.62 |
| Hex | 8D | 4E | ED | 29 | 43 | 0 | 7 | 108 | 52 | 3E |
| Octal | 215 | 116 | 355 | 51 | 103 | 0 | 7 | 410 | 122 | 76 |
| Binary | 10001101 | 1001110 | 11101101 | 101001 | 1000011 | 0 | 111 | 100001000 | 1010010 | 111110 |
Color Harmonies of #8D4EED
Complementary color
Monochromatic Colors of #8D4EED
Black with #8D4EED
Text Example
Text Example
White with #8D4EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4EED; }
p { color: rgb(141,78,237); }
H1.HeaderClassName
{
color: #8D4EED;
}
.AnyTagClassName
{
color: #8D4EED;
}
</style>
background-color css
<style>
a { background-color: #8D4EED; }
a { background-color: rgb(141,78,237); }
div.DivClassName
{
background-color: #8D4EED;
}
.BgClassName
{
background-color: #8D4EED;
}
</style>
border-color css
<style>
span { border-color: #8D4EED; }
span { border-color: rgb(141,78,237); }
td.TdClassName
{
border-color: #8D4EED;
}
.TagClassName
{
border-color: #8D4EED;
}
</style>