Shades of Blue Violet #8F3FEF
Tints of Blue Violet #8F3FEF
RGB
CMYK
RGB Variations
Color information
#8F3FEF (or 0x8F3FEF) is known color: Blue Violet. HEX triplet: 8F, 3F and EF. RGB value is (143,63,239). Sum of RGB (Red+Green+Blue) = 143+63+239=445 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.13% from 445); Green value is 63 (25% from 255 or 14.16% from 445); Blue value is 239 (93.75% from 255 or 53.71% from 445); Max value from RGB is 239 - color contains mainly: blue. Hex color #8F3FEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F3FEF is #70C010. Grayscale: #6A6A6A. Windows color (decimal): -7389201 or 15679375. OLE color: 15679375.
HSL color Cylindrical-coordinate representation of color #8F3FEF: hue angle of 267.27º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8F3FEF is Cyan = 0.40, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 63 | 239 | - |
| CMYK | 0.40 | 0.74 | 0 | 0.06 |
| HSL | 267.27º | 0.85% | 0.59% | - |
| HSV(B) | 267.27º | 0.74% | 0.94% | - |
| XYZ | 28.69 | 15.63 | 83.17 | - |
| YUV | 106.98 | 202.5 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 63 | 239 | 0.40 | 0.74 | 0 | 0.06 | 267.27 | 0.85 | 0.59 |
| Hex | 8F | 3F | EF | 28 | 4A | 0 | 6 | 10B | 55 | 3B |
| Octal | 217 | 77 | 357 | 50 | 112 | 0 | 6 | 413 | 125 | 73 |
| Binary | 10001111 | 111111 | 11101111 | 101000 | 1001010 | 0 | 110 | 100001011 | 1010101 | 111011 |
Color Harmonies of #8F3FEF
Complementary color
Monochromatic Colors of #8F3FEF
Black with #8F3FEF
Text Example
Text Example
White with #8F3FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3FEF; }
p { color: rgb(143,63,239); }
H1.HeaderClassName
{
color: #8F3FEF;
}
.AnyTagClassName
{
color: #8F3FEF;
}
</style>
background-color css
<style>
a { background-color: #8F3FEF; }
a { background-color: rgb(143,63,239); }
div.DivClassName
{
background-color: #8F3FEF;
}
.BgClassName
{
background-color: #8F3FEF;
}
</style>
border-color css
<style>
span { border-color: #8F3FEF; }
span { border-color: rgb(143,63,239); }
td.TdClassName
{
border-color: #8F3FEF;
}
.TagClassName
{
border-color: #8F3FEF;
}
</style>