Shades of Blue Violet #8D36EA
Tints of Blue Violet #8D36EA
RGB
CMYK
RGB Variations
Color information
#8D36EA (or 0x8D36EA) is known color: Blue Violet. HEX triplet: 8D, 36 and EA. RGB value is (141,54,234). Sum of RGB (Red+Green+Blue) = 141+54+234=429 (56% of max value = 765). Red value is 141 (55.47% from 255 or 32.87% from 429); Green value is 54 (21.48% from 255 or 12.59% from 429); Blue value is 234 (91.80% from 255 or 54.55% from 429); Max value from RGB is 234 - color contains mainly: blue. Hex color #8D36EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D36EA is #72C915. Grayscale: #636363. Windows color (decimal): -7522582 or 15349389. OLE color: 15349389.
HSL color Cylindrical-coordinate representation of color #8D36EA: hue angle of 269º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8D36EA is Cyan = 0.40, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 141 | 54 | 234 | - |
| CMYK | 0.40 | 0.77 | 0 | 0.08 |
| HSL | 269º | 0.81% | 0.56% | - |
| HSV(B) | 269º | 0.77% | 0.92% | - |
| XYZ | 27.15 | 14.24 | 79.16 | - |
| YUV | 100.53 | 203.32 | 156.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 54 | 234 | 0.40 | 0.77 | 0 | 0.08 | 269 | 0.81 | 0.56 |
| Hex | 8D | 36 | EA | 28 | 4D | 0 | 8 | 10D | 51 | 38 |
| Octal | 215 | 66 | 352 | 50 | 115 | 0 | 10 | 415 | 121 | 70 |
| Binary | 10001101 | 110110 | 11101010 | 101000 | 1001101 | 0 | 1000 | 100001101 | 1010001 | 111000 |
Color Harmonies of #8D36EA
Complementary color
Monochromatic Colors of #8D36EA
Black with #8D36EA
Text Example
Text Example
White with #8D36EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D36EA; }
p { color: rgb(141,54,234); }
H1.HeaderClassName
{
color: #8D36EA;
}
.AnyTagClassName
{
color: #8D36EA;
}
</style>
background-color css
<style>
a { background-color: #8D36EA; }
a { background-color: rgb(141,54,234); }
div.DivClassName
{
background-color: #8D36EA;
}
.BgClassName
{
background-color: #8D36EA;
}
</style>
border-color css
<style>
span { border-color: #8D36EA; }
span { border-color: rgb(141,54,234); }
td.TdClassName
{
border-color: #8D36EA;
}
.TagClassName
{
border-color: #8D36EA;
}
</style>