Shades of Blue Violet #8F31EF
Tints of Blue Violet #8F31EF
RGB
CMYK
RGB Variations
Color information
#8F31EF (or 0x8F31EF) is known color: Blue Violet. HEX triplet: 8F, 31 and EF. RGB value is (143,49,239). Sum of RGB (Red+Green+Blue) = 143+49+239=431 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.18% from 431); Green value is 49 (19.53% from 255 or 11.37% from 431); Blue value is 239 (93.75% from 255 or 55.45% from 431); Max value from RGB is 239 - color contains mainly: blue. Hex color #8F31EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F31EF is #70CE10. Grayscale: #626262. Windows color (decimal): -7392785 or 15675791. OLE color: 15675791.
HSL color Cylindrical-coordinate representation of color #8F31EF: hue angle of 269.68º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8F31EF is Cyan = 0.40, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 49 | 239 | - |
| CMYK | 0.40 | 0.79 | 0 | 0.06 |
| HSL | 269.68º | 0.86% | 0.56% | - |
| HSV(B) | 269.68º | 0.79% | 0.94% | - |
| XYZ | 28.01 | 14.27 | 82.94 | - |
| YUV | 98.77 | 207.14 | 159.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 49 | 239 | 0.40 | 0.79 | 0 | 0.06 | 269.68 | 0.86 | 0.56 |
| Hex | 8F | 31 | EF | 28 | 4F | 0 | 6 | 10E | 56 | 38 |
| Octal | 217 | 61 | 357 | 50 | 117 | 0 | 6 | 416 | 126 | 70 |
| Binary | 10001111 | 110001 | 11101111 | 101000 | 1001111 | 0 | 110 | 100001110 | 1010110 | 111000 |
Color Harmonies of #8F31EF
Complementary color
Monochromatic Colors of #8F31EF
Black with #8F31EF
Text Example
Text Example
White with #8F31EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F31EF; }
p { color: rgb(143,49,239); }
H1.HeaderClassName
{
color: #8F31EF;
}
.AnyTagClassName
{
color: #8F31EF;
}
</style>
background-color css
<style>
a { background-color: #8F31EF; }
a { background-color: rgb(143,49,239); }
div.DivClassName
{
background-color: #8F31EF;
}
.BgClassName
{
background-color: #8F31EF;
}
</style>
border-color css
<style>
span { border-color: #8F31EF; }
span { border-color: rgb(143,49,239); }
td.TdClassName
{
border-color: #8F31EF;
}
.TagClassName
{
border-color: #8F31EF;
}
</style>