Shades of Blue Violet #8F10EC
Tints of Blue Violet #8F10EC
RGB
CMYK
RGB Variations
Color information
#8F10EC (or 0x8F10EC) is known color: Blue Violet. HEX triplet: 8F, 10 and EC. RGB value is (143,16,236). Sum of RGB (Red+Green+Blue) = 143+16+236=395 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.20% from 395); Green value is 16 (6.64% from 255 or 4.05% from 395); Blue value is 236 (92.58% from 255 or 59.75% from 395); Max value from RGB is 236 - color contains mainly: blue. Hex color #8F10EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8F10EC is #70EF13. Grayscale: #4E4E4E. Windows color (decimal): -7401236 or 15470735. OLE color: 15470735.
HSL color Cylindrical-coordinate representation of color #8F10EC: hue angle of 274.64º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8F10EC is Cyan = 0.39, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 16 | 236 | - |
| CMYK | 0.39 | 0.93 | 0 | 0.07 |
| HSL | 274.64º | 0.87% | 0.49% | - |
| HSV(B) | 274.64º | 0.93% | 0.93% | - |
| XYZ | 26.65 | 12.27 | 80.32 | - |
| YUV | 79.05 | 216.58 | 173.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 16 | 236 | 0.39 | 0.93 | 0 | 0.07 | 274.64 | 0.87 | 0.49 |
| Hex | 8F | 10 | EC | 27 | 5D | 0 | 7 | 113 | 57 | 31 |
| Octal | 217 | 20 | 354 | 47 | 135 | 0 | 7 | 423 | 127 | 61 |
| Binary | 10001111 | 10000 | 11101100 | 100111 | 1011101 | 0 | 111 | 100010011 | 1010111 | 110001 |
Color Harmonies of #8F10EC
Complementary color
Monochromatic Colors of #8F10EC
Black with #8F10EC
Text Example
Text Example
White with #8F10EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F10EC; }
p { color: rgb(143,16,236); }
H1.HeaderClassName
{
color: #8F10EC;
}
.AnyTagClassName
{
color: #8F10EC;
}
</style>
background-color css
<style>
a { background-color: #8F10EC; }
a { background-color: rgb(143,16,236); }
div.DivClassName
{
background-color: #8F10EC;
}
.BgClassName
{
background-color: #8F10EC;
}
</style>
border-color css
<style>
span { border-color: #8F10EC; }
span { border-color: rgb(143,16,236); }
td.TdClassName
{
border-color: #8F10EC;
}
.TagClassName
{
border-color: #8F10EC;
}
</style>