Shades of Blue Violet #8F4EEC
Tints of Blue Violet #8F4EEC
RGB
CMYK
RGB Variations
Color information
#8F4EEC (or 0x8F4EEC) is known color: Blue Violet. HEX triplet: 8F, 4E and EC. RGB value is (143,78,236). Sum of RGB (Red+Green+Blue) = 143+78+236=457 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.29% from 457); Green value is 78 (30.86% from 255 or 17.07% from 457); Blue value is 236 (92.58% from 255 or 51.64% from 457); Max value from RGB is 236 - color contains mainly: blue. Hex color #8F4EEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F4EEC is #70B113. Grayscale: #727272. Windows color (decimal): -7385364 or 15486607. OLE color: 15486607.
HSL color Cylindrical-coordinate representation of color #8F4EEC: hue angle of 264.68º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8F4EEC is Cyan = 0.39, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 78 | 236 | - |
| CMYK | 0.39 | 0.67 | 0 | 0.07 |
| HSL | 264.68º | 0.81% | 0.62% | - |
| HSV(B) | 264.68º | 0.67% | 0.93% | - |
| XYZ | 29.19 | 17.34 | 81.17 | - |
| YUV | 115.45 | 196.03 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 78 | 236 | 0.39 | 0.67 | 0 | 0.07 | 264.68 | 0.81 | 0.62 |
| Hex | 8F | 4E | EC | 27 | 43 | 0 | 7 | 109 | 51 | 3E |
| Octal | 217 | 116 | 354 | 47 | 103 | 0 | 7 | 411 | 121 | 76 |
| Binary | 10001111 | 1001110 | 11101100 | 100111 | 1000011 | 0 | 111 | 100001001 | 1010001 | 111110 |
Color Harmonies of #8F4EEC
Complementary color
Monochromatic Colors of #8F4EEC
Black with #8F4EEC
Text Example
Text Example
White with #8F4EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4EEC; }
p { color: rgb(143,78,236); }
H1.HeaderClassName
{
color: #8F4EEC;
}
.AnyTagClassName
{
color: #8F4EEC;
}
</style>
background-color css
<style>
a { background-color: #8F4EEC; }
a { background-color: rgb(143,78,236); }
div.DivClassName
{
background-color: #8F4EEC;
}
.BgClassName
{
background-color: #8F4EEC;
}
</style>
border-color css
<style>
span { border-color: #8F4EEC; }
span { border-color: rgb(143,78,236); }
td.TdClassName
{
border-color: #8F4EEC;
}
.TagClassName
{
border-color: #8F4EEC;
}
</style>