Shades of Blue Violet #8F0FEC
Tints of Blue Violet #8F0FEC
RGB
CMYK
RGB Variations
Color information
#8F0FEC (or 0x8F0FEC) is known color: Blue Violet. HEX triplet: 8F, 0F and EC. RGB value is (143,15,236). Sum of RGB (Red+Green+Blue) = 143+15+236=394 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.29% from 394); Green value is 15 (6.25% from 255 or 3.81% from 394); Blue value is 236 (92.58% from 255 or 59.90% from 394); Max value from RGB is 236 - color contains mainly: blue. Hex color #8F0FEC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8F0FEC is #70F013. Grayscale: #4D4D4D. Windows color (decimal): -7401492 or 15470479. OLE color: 15470479.
HSL color Cylindrical-coordinate representation of color #8F0FEC: hue angle of 274.75º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8F0FEC is Cyan = 0.39, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 15 | 236 | - |
| CMYK | 0.39 | 0.94 | 0 | 0.07 |
| HSL | 274.75º | 0.88% | 0.49% | - |
| HSV(B) | 274.75º | 0.94% | 0.93% | - |
| XYZ | 26.64 | 12.24 | 80.31 | - |
| YUV | 78.47 | 216.91 | 174.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 15 | 236 | 0.39 | 0.94 | 0 | 0.07 | 274.75 | 0.88 | 0.49 |
| Hex | 8F | F | EC | 27 | 5E | 0 | 7 | 113 | 58 | 31 |
| Octal | 217 | 17 | 354 | 47 | 136 | 0 | 7 | 423 | 130 | 61 |
| Binary | 10001111 | 1111 | 11101100 | 100111 | 1011110 | 0 | 111 | 100010011 | 1011000 | 110001 |
Color Harmonies of #8F0FEC
Complementary color
Monochromatic Colors of #8F0FEC
Black with #8F0FEC
Text Example
Text Example
White with #8F0FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0FEC; }
p { color: rgb(143,15,236); }
H1.HeaderClassName
{
color: #8F0FEC;
}
.AnyTagClassName
{
color: #8F0FEC;
}
</style>
background-color css
<style>
a { background-color: #8F0FEC; }
a { background-color: rgb(143,15,236); }
div.DivClassName
{
background-color: #8F0FEC;
}
.BgClassName
{
background-color: #8F0FEC;
}
</style>
border-color css
<style>
span { border-color: #8F0FEC; }
span { border-color: rgb(143,15,236); }
td.TdClassName
{
border-color: #8F0FEC;
}
.TagClassName
{
border-color: #8F0FEC;
}
</style>