Shades of Blue Violet #8D36EF
Tints of Blue Violet #8D36EF
RGB
CMYK
RGB Variations
Color information
#8D36EF (or 0x8D36EF) is known color: Blue Violet. HEX triplet: 8D, 36 and EF. RGB value is (141,54,239). Sum of RGB (Red+Green+Blue) = 141+54+239=434 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.49% from 434); Green value is 54 (21.48% from 255 or 12.44% from 434); Blue value is 239 (93.75% from 255 or 55.07% from 434); Max value from RGB is 239 - color contains mainly: blue. Hex color #8D36EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D36EF is #72C910. Grayscale: #646464. Windows color (decimal): -7522577 or 15677069. OLE color: 15677069.
HSL color Cylindrical-coordinate representation of color #8D36EF: hue angle of 268.22º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8D36EF is Cyan = 0.41, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 141 | 54 | 239 | - |
| CMYK | 0.41 | 0.77 | 0 | 0.06 |
| HSL | 268.22º | 0.85% | 0.57% | - |
| HSV(B) | 268.22º | 0.77% | 0.94% | - |
| XYZ | 27.88 | 14.53 | 83 | - |
| YUV | 101.1 | 205.82 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 54 | 239 | 0.41 | 0.77 | 0 | 0.06 | 268.22 | 0.85 | 0.57 |
| Hex | 8D | 36 | EF | 29 | 4D | 0 | 6 | 10C | 55 | 39 |
| Octal | 215 | 66 | 357 | 51 | 115 | 0 | 6 | 414 | 125 | 71 |
| Binary | 10001101 | 110110 | 11101111 | 101001 | 1001101 | 0 | 110 | 100001100 | 1010101 | 111001 |
Color Harmonies of #8D36EF
Complementary color
Monochromatic Colors of #8D36EF
Black with #8D36EF
Text Example
Text Example
White with #8D36EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D36EF; }
p { color: rgb(141,54,239); }
H1.HeaderClassName
{
color: #8D36EF;
}
.AnyTagClassName
{
color: #8D36EF;
}
</style>
background-color css
<style>
a { background-color: #8D36EF; }
a { background-color: rgb(141,54,239); }
div.DivClassName
{
background-color: #8D36EF;
}
.BgClassName
{
background-color: #8D36EF;
}
</style>
border-color css
<style>
span { border-color: #8D36EF; }
span { border-color: rgb(141,54,239); }
td.TdClassName
{
border-color: #8D36EF;
}
.TagClassName
{
border-color: #8D36EF;
}
</style>