Shades of Blue Violet #8F36EC
Tints of Blue Violet #8F36EC
RGB
CMYK
RGB Variations
Color information
#8F36EC (or 0x8F36EC) is known color: Blue Violet. HEX triplet: 8F, 36 and EC. RGB value is (143,54,236). Sum of RGB (Red+Green+Blue) = 143+54+236=433 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.03% from 433); Green value is 54 (21.48% from 255 or 12.47% from 433); Blue value is 236 (92.58% from 255 or 54.50% from 433); Max value from RGB is 236 - color contains mainly: blue. Hex color #8F36EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F36EC is #70C913. Grayscale: #646464. Windows color (decimal): -7391508 or 15480463. OLE color: 15480463.
HSL color Cylindrical-coordinate representation of color #8F36EC: hue angle of 269.34º 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 #8F36EC is Cyan = 0.39, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 54 | 236 | - |
| CMYK | 0.39 | 0.77 | 0 | 0.07 |
| HSL | 269.34º | 0.83% | 0.57% | - |
| HSV(B) | 269.34º | 0.77% | 0.93% | - |
| XYZ | 27.79 | 14.53 | 80.7 | - |
| YUV | 101.36 | 203.99 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 54 | 236 | 0.39 | 0.77 | 0 | 0.07 | 269.34 | 0.83 | 0.57 |
| Hex | 8F | 36 | EC | 27 | 4D | 0 | 7 | 10D | 53 | 39 |
| Octal | 217 | 66 | 354 | 47 | 115 | 0 | 7 | 415 | 123 | 71 |
| Binary | 10001111 | 110110 | 11101100 | 100111 | 1001101 | 0 | 111 | 100001101 | 1010011 | 111001 |
Color Harmonies of #8F36EC
Complementary color
Monochromatic Colors of #8F36EC
Black with #8F36EC
Text Example
Text Example
White with #8F36EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F36EC; }
p { color: rgb(143,54,236); }
H1.HeaderClassName
{
color: #8F36EC;
}
.AnyTagClassName
{
color: #8F36EC;
}
</style>
background-color css
<style>
a { background-color: #8F36EC; }
a { background-color: rgb(143,54,236); }
div.DivClassName
{
background-color: #8F36EC;
}
.BgClassName
{
background-color: #8F36EC;
}
</style>
border-color css
<style>
span { border-color: #8F36EC; }
span { border-color: rgb(143,54,236); }
td.TdClassName
{
border-color: #8F36EC;
}
.TagClassName
{
border-color: #8F36EC;
}
</style>