Shades of Blue Violet #8F31EE
Tints of Blue Violet #8F31EE
RGB
CMYK
RGB Variations
Color information
#8F31EE (or 0x8F31EE) is known color: Blue Violet. HEX triplet: 8F, 31 and EE. RGB value is (143,49,238). Sum of RGB (Red+Green+Blue) = 143+49+238=430 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.26% from 430); Green value is 49 (19.53% from 255 or 11.40% from 430); Blue value is 238 (93.36% from 255 or 55.35% from 430); Max value from RGB is 238 - color contains mainly: blue. Hex color #8F31EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F31EE is #70CE11. Grayscale: #616161. Windows color (decimal): -7392786 or 15610255. OLE color: 15610255.
HSL color Cylindrical-coordinate representation of color #8F31EE: hue angle of 269.84º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8F31EE is Cyan = 0.40, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 49 | 238 | - |
| CMYK | 0.40 | 0.79 | 0 | 0.07 |
| HSL | 269.84º | 0.85% | 0.56% | - |
| HSV(B) | 269.84º | 0.79% | 0.93% | - |
| XYZ | 27.86 | 14.21 | 82.16 | - |
| YUV | 98.65 | 206.64 | 159.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 49 | 238 | 0.40 | 0.79 | 0 | 0.07 | 269.84 | 0.85 | 0.56 |
| Hex | 8F | 31 | EE | 28 | 4F | 0 | 7 | 10E | 55 | 38 |
| Octal | 217 | 61 | 356 | 50 | 117 | 0 | 7 | 416 | 125 | 70 |
| Binary | 10001111 | 110001 | 11101110 | 101000 | 1001111 | 0 | 111 | 100001110 | 1010101 | 111000 |
Color Harmonies of #8F31EE
Complementary color
Monochromatic Colors of #8F31EE
Black with #8F31EE
Text Example
Text Example
White with #8F31EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F31EE; }
p { color: rgb(143,49,238); }
H1.HeaderClassName
{
color: #8F31EE;
}
.AnyTagClassName
{
color: #8F31EE;
}
</style>
background-color css
<style>
a { background-color: #8F31EE; }
a { background-color: rgb(143,49,238); }
div.DivClassName
{
background-color: #8F31EE;
}
.BgClassName
{
background-color: #8F31EE;
}
</style>
border-color css
<style>
span { border-color: #8F31EE; }
span { border-color: rgb(143,49,238); }
td.TdClassName
{
border-color: #8F31EE;
}
.TagClassName
{
border-color: #8F31EE;
}
</style>