Shades of Blue Violet #8F39EF
Tints of Blue Violet #8F39EF
RGB
CMYK
RGB Variations
Color information
#8F39EF (or 0x8F39EF) is known color: Blue Violet. HEX triplet: 8F, 39 and EF. RGB value is (143,57,239). Sum of RGB (Red+Green+Blue) = 143+57+239=439 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.57% from 439); Green value is 57 (22.66% from 255 or 12.98% from 439); Blue value is 239 (93.75% from 255 or 54.44% from 439); Max value from RGB is 239 - color contains mainly: blue. Hex color #8F39EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F39EF is #70C610. Grayscale: #666666. Windows color (decimal): -7390737 or 15677839. OLE color: 15677839.
HSL color Cylindrical-coordinate representation of color #8F39EF: hue angle of 268.35º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8F39EF is Cyan = 0.40, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 57 | 239 | - |
| CMYK | 0.40 | 0.76 | 0 | 0.06 |
| HSL | 268.35º | 0.85% | 0.58% | - |
| HSV(B) | 268.35º | 0.76% | 0.94% | - |
| XYZ | 28.37 | 15 | 83.06 | - |
| YUV | 103.46 | 204.49 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 57 | 239 | 0.40 | 0.76 | 0 | 0.06 | 268.35 | 0.85 | 0.58 |
| Hex | 8F | 39 | EF | 28 | 4C | 0 | 6 | 10C | 55 | 3A |
| Octal | 217 | 71 | 357 | 50 | 114 | 0 | 6 | 414 | 125 | 72 |
| Binary | 10001111 | 111001 | 11101111 | 101000 | 1001100 | 0 | 110 | 100001100 | 1010101 | 111010 |
Color Harmonies of #8F39EF
Complementary color
Monochromatic Colors of #8F39EF
Black with #8F39EF
Text Example
Text Example
White with #8F39EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F39EF; }
p { color: rgb(143,57,239); }
H1.HeaderClassName
{
color: #8F39EF;
}
.AnyTagClassName
{
color: #8F39EF;
}
</style>
background-color css
<style>
a { background-color: #8F39EF; }
a { background-color: rgb(143,57,239); }
div.DivClassName
{
background-color: #8F39EF;
}
.BgClassName
{
background-color: #8F39EF;
}
</style>
border-color css
<style>
span { border-color: #8F39EF; }
span { border-color: rgb(143,57,239); }
td.TdClassName
{
border-color: #8F39EF;
}
.TagClassName
{
border-color: #8F39EF;
}
</style>