Shades of Blue Violet #8D4CED
Tints of Blue Violet #8D4CED
RGB
CMYK
RGB Variations
Color information
#8D4CED (or 0x8D4CED) is known color: Blue Violet. HEX triplet: 8D, 4C and ED. RGB value is (141,76,237). Sum of RGB (Red+Green+Blue) = 141+76+237=454 (60% of max value = 765). Red value is 141 (55.47% from 255 or 31.06% from 454); Green value is 76 (30.08% from 255 or 16.74% from 454); Blue value is 237 (92.97% from 255 or 52.20% from 454); Max value from RGB is 237 - color contains mainly: blue. Hex color #8D4CED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D4CED is #72B312. Grayscale: #717171. Windows color (decimal): -7516947 or 15551629. OLE color: 15551629.
HSL color Cylindrical-coordinate representation of color #8D4CED: hue angle of 264.22º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8D4CED is Cyan = 0.41, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 76 | 237 | - |
| CMYK | 0.41 | 0.68 | 0 | 0.07 |
| HSL | 264.22º | 0.82% | 0.61% | - |
| HSV(B) | 264.22º | 0.68% | 0.93% | - |
| XYZ | 28.86 | 16.95 | 81.87 | - |
| YUV | 113.79 | 197.53 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 76 | 237 | 0.41 | 0.68 | 0 | 0.07 | 264.22 | 0.82 | 0.61 |
| Hex | 8D | 4C | ED | 29 | 44 | 0 | 7 | 108 | 52 | 3D |
| Octal | 215 | 114 | 355 | 51 | 104 | 0 | 7 | 410 | 122 | 75 |
| Binary | 10001101 | 1001100 | 11101101 | 101001 | 1000100 | 0 | 111 | 100001000 | 1010010 | 111101 |
Color Harmonies of #8D4CED
Complementary color
Monochromatic Colors of #8D4CED
Black with #8D4CED
Text Example
Text Example
White with #8D4CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4CED; }
p { color: rgb(141,76,237); }
H1.HeaderClassName
{
color: #8D4CED;
}
.AnyTagClassName
{
color: #8D4CED;
}
</style>
background-color css
<style>
a { background-color: #8D4CED; }
a { background-color: rgb(141,76,237); }
div.DivClassName
{
background-color: #8D4CED;
}
.BgClassName
{
background-color: #8D4CED;
}
</style>
border-color css
<style>
span { border-color: #8D4CED; }
span { border-color: rgb(141,76,237); }
td.TdClassName
{
border-color: #8D4CED;
}
.TagClassName
{
border-color: #8D4CED;
}
</style>