Shades of Blue Violet #8D34EC
Tints of Blue Violet #8D34EC
RGB
CMYK
RGB Variations
Color information
#8D34EC (or 0x8D34EC) is known color: Blue Violet. HEX triplet: 8D, 34 and EC. RGB value is (141,52,236). Sum of RGB (Red+Green+Blue) = 141+52+236=429 (56% of max value = 765). Red value is 141 (55.47% from 255 or 32.87% from 429); Green value is 52 (20.70% from 255 or 12.12% from 429); Blue value is 236 (92.58% from 255 or 55.01% from 429); Max value from RGB is 236 - color contains mainly: blue. Hex color #8D34EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D34EC is #72CB13. Grayscale: #626262. Windows color (decimal): -7523092 or 15479949. OLE color: 15479949.
HSL color Cylindrical-coordinate representation of color #8D34EC: hue angle of 269.02º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8D34EC is Cyan = 0.40, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 52 | 236 | - |
| CMYK | 0.40 | 0.78 | 0 | 0.07 |
| HSL | 269.02º | 0.83% | 0.56% | - |
| HSV(B) | 269.02º | 0.78% | 0.93% | - |
| XYZ | 27.35 | 14.17 | 80.65 | - |
| YUV | 99.59 | 204.99 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 52 | 236 | 0.40 | 0.78 | 0 | 0.07 | 269.02 | 0.83 | 0.56 |
| Hex | 8D | 34 | EC | 28 | 4E | 0 | 7 | 10D | 53 | 38 |
| Octal | 215 | 64 | 354 | 50 | 116 | 0 | 7 | 415 | 123 | 70 |
| Binary | 10001101 | 110100 | 11101100 | 101000 | 1001110 | 0 | 111 | 100001101 | 1010011 | 111000 |
Color Harmonies of #8D34EC
Complementary color
Monochromatic Colors of #8D34EC
Black with #8D34EC
Text Example
Text Example
White with #8D34EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D34EC; }
p { color: rgb(141,52,236); }
H1.HeaderClassName
{
color: #8D34EC;
}
.AnyTagClassName
{
color: #8D34EC;
}
</style>
background-color css
<style>
a { background-color: #8D34EC; }
a { background-color: rgb(141,52,236); }
div.DivClassName
{
background-color: #8D34EC;
}
.BgClassName
{
background-color: #8D34EC;
}
</style>
border-color css
<style>
span { border-color: #8D34EC; }
span { border-color: rgb(141,52,236); }
td.TdClassName
{
border-color: #8D34EC;
}
.TagClassName
{
border-color: #8D34EC;
}
</style>