Shades of Blue Violet #8D4BEC
Tints of Blue Violet #8D4BEC
RGB
CMYK
RGB Variations
Color information
#8D4BEC (or 0x8D4BEC) is known color: Blue Violet. HEX triplet: 8D, 4B and EC. RGB value is (141,75,236). Sum of RGB (Red+Green+Blue) = 141+75+236=452 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.19% from 452); Green value is 75 (29.69% from 255 or 16.59% from 452); Blue value is 236 (92.58% from 255 or 52.21% from 452); Max value from RGB is 236 - color contains mainly: blue. Hex color #8D4BEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D4BEC is #72B413. Grayscale: #707070. Windows color (decimal): -7517204 or 15485837. OLE color: 15485837.
HSL color Cylindrical-coordinate representation of color #8D4BEC: hue angle of 264.6º degrees, saturation: 0.81, 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 #8D4BEC is Cyan = 0.40, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 75 | 236 | - |
| CMYK | 0.40 | 0.68 | 0 | 0.07 |
| HSL | 264.6º | 0.81% | 0.61% | - |
| HSV(B) | 264.6º | 0.68% | 0.93% | - |
| XYZ | 28.64 | 16.75 | 81.08 | - |
| YUV | 113.09 | 197.37 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 75 | 236 | 0.40 | 0.68 | 0 | 0.07 | 264.6 | 0.81 | 0.61 |
| Hex | 8D | 4B | EC | 28 | 44 | 0 | 7 | 109 | 51 | 3D |
| Octal | 215 | 113 | 354 | 50 | 104 | 0 | 7 | 411 | 121 | 75 |
| Binary | 10001101 | 1001011 | 11101100 | 101000 | 1000100 | 0 | 111 | 100001001 | 1010001 | 111101 |
Color Harmonies of #8D4BEC
Complementary color
Monochromatic Colors of #8D4BEC
Black with #8D4BEC
Text Example
Text Example
White with #8D4BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4BEC; }
p { color: rgb(141,75,236); }
H1.HeaderClassName
{
color: #8D4BEC;
}
.AnyTagClassName
{
color: #8D4BEC;
}
</style>
background-color css
<style>
a { background-color: #8D4BEC; }
a { background-color: rgb(141,75,236); }
div.DivClassName
{
background-color: #8D4BEC;
}
.BgClassName
{
background-color: #8D4BEC;
}
</style>
border-color css
<style>
span { border-color: #8D4BEC; }
span { border-color: rgb(141,75,236); }
td.TdClassName
{
border-color: #8D4BEC;
}
.TagClassName
{
border-color: #8D4BEC;
}
</style>