Shades of Blue Violet #8D36EC
Tints of Blue Violet #8D36EC
RGB
CMYK
RGB Variations
Color information
#8D36EC (or 0x8D36EC) is known color: Blue Violet. HEX triplet: 8D, 36 and EC. RGB value is (141,54,236). Sum of RGB (Red+Green+Blue) = 141+54+236=431 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.71% from 431); Green value is 54 (21.48% from 255 or 12.53% from 431); Blue value is 236 (92.58% from 255 or 54.76% from 431); Max value from RGB is 236 - color contains mainly: blue. Hex color #8D36EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D36EC is #72C913. Grayscale: #646464. Windows color (decimal): -7522580 or 15480461. OLE color: 15480461.
HSL color Cylindrical-coordinate representation of color #8D36EC: hue angle of 268.68º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8D36EC is Cyan = 0.40, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 54 | 236 | - |
| CMYK | 0.40 | 0.77 | 0 | 0.07 |
| HSL | 268.68º | 0.83% | 0.57% | - |
| HSV(B) | 268.68º | 0.77% | 0.93% | - |
| XYZ | 27.44 | 14.36 | 80.68 | - |
| YUV | 100.76 | 204.32 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 54 | 236 | 0.40 | 0.77 | 0 | 0.07 | 268.68 | 0.83 | 0.57 |
| Hex | 8D | 36 | EC | 28 | 4D | 0 | 7 | 10D | 53 | 39 |
| Octal | 215 | 66 | 354 | 50 | 115 | 0 | 7 | 415 | 123 | 71 |
| Binary | 10001101 | 110110 | 11101100 | 101000 | 1001101 | 0 | 111 | 100001101 | 1010011 | 111001 |
Color Harmonies of #8D36EC
Complementary color
Monochromatic Colors of #8D36EC
Black with #8D36EC
Text Example
Text Example
White with #8D36EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D36EC; }
p { color: rgb(141,54,236); }
H1.HeaderClassName
{
color: #8D36EC;
}
.AnyTagClassName
{
color: #8D36EC;
}
</style>
background-color css
<style>
a { background-color: #8D36EC; }
a { background-color: rgb(141,54,236); }
div.DivClassName
{
background-color: #8D36EC;
}
.BgClassName
{
background-color: #8D36EC;
}
</style>
border-color css
<style>
span { border-color: #8D36EC; }
span { border-color: rgb(141,54,236); }
td.TdClassName
{
border-color: #8D36EC;
}
.TagClassName
{
border-color: #8D36EC;
}
</style>