Shades of Blue Violet #8F2FEF
Tints of Blue Violet #8F2FEF
RGB
CMYK
RGB Variations
Color information
#8F2FEF (or 0x8F2FEF) is known color: Blue Violet. HEX triplet: 8F, 2F and EF. RGB value is (143,47,239). Sum of RGB (Red+Green+Blue) = 143+47+239=429 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.33% from 429); Green value is 47 (18.75% from 255 or 10.96% from 429); Blue value is 239 (93.75% from 255 or 55.71% from 429); Max value from RGB is 239 - color contains mainly: blue. Hex color #8F2FEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F2FEF is #70D010. Grayscale: #606060. Windows color (decimal): -7393297 or 15675279. OLE color: 15675279.
HSL color Cylindrical-coordinate representation of color #8F2FEF: hue angle of 270º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8F2FEF is Cyan = 0.40, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 47 | 239 | - |
| CMYK | 0.40 | 0.80 | 0 | 0.06 |
| HSL | 270º | 0.86% | 0.56% | - |
| HSV(B) | 270º | 0.8% | 0.94% | - |
| XYZ | 27.92 | 14.1 | 82.91 | - |
| YUV | 97.59 | 207.8 | 160.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 47 | 239 | 0.40 | 0.80 | 0 | 0.06 | 270 | 0.86 | 0.56 |
| Hex | 8F | 2F | EF | 28 | 50 | 0 | 6 | 10E | 56 | 38 |
| Octal | 217 | 57 | 357 | 50 | 120 | 0 | 6 | 416 | 126 | 70 |
| Binary | 10001111 | 101111 | 11101111 | 101000 | 1010000 | 0 | 110 | 100001110 | 1010110 | 111000 |
Color Harmonies of #8F2FEF
Complementary color
Monochromatic Colors of #8F2FEF
Black with #8F2FEF
Text Example
Text Example
White with #8F2FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2FEF; }
p { color: rgb(143,47,239); }
H1.HeaderClassName
{
color: #8F2FEF;
}
.AnyTagClassName
{
color: #8F2FEF;
}
</style>
background-color css
<style>
a { background-color: #8F2FEF; }
a { background-color: rgb(143,47,239); }
div.DivClassName
{
background-color: #8F2FEF;
}
.BgClassName
{
background-color: #8F2FEF;
}
</style>
border-color css
<style>
span { border-color: #8F2FEF; }
span { border-color: rgb(143,47,239); }
td.TdClassName
{
border-color: #8F2FEF;
}
.TagClassName
{
border-color: #8F2FEF;
}
</style>