Shades of Blue Violet #8C2FEF
Tints of Blue Violet #8C2FEF
RGB
CMYK
RGB Variations
Color information
#8C2FEF (or 0x8C2FEF) is known color: Blue Violet. HEX triplet: 8C, 2F and EF. RGB value is (140,47,239). Sum of RGB (Red+Green+Blue) = 140+47+239=426 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.86% from 426); Green value is 47 (18.75% from 255 or 11.03% from 426); Blue value is 239 (93.75% from 255 or 56.10% from 426); Max value from RGB is 239 - color contains mainly: blue. Hex color #8C2FEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C2FEF is #73D010. Grayscale: #606060. Windows color (decimal): -7589905 or 15675276. OLE color: 15675276.
HSL color Cylindrical-coordinate representation of color #8C2FEF: hue angle of 269.06º 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 #8C2FEF is Cyan = 0.41, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 140 | 47 | 239 | - |
| CMYK | 0.41 | 0.80 | 0 | 0.06 |
| HSL | 269.06º | 0.86% | 0.56% | - |
| HSV(B) | 269.06º | 0.8% | 0.94% | - |
| XYZ | 27.41 | 13.84 | 82.89 | - |
| YUV | 96.7 | 208.31 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 47 | 239 | 0.41 | 0.80 | 0 | 0.06 | 269.06 | 0.86 | 0.56 |
| Hex | 8C | 2F | EF | 29 | 50 | 0 | 6 | 10D | 56 | 38 |
| Octal | 214 | 57 | 357 | 51 | 120 | 0 | 6 | 415 | 126 | 70 |
| Binary | 10001100 | 101111 | 11101111 | 101001 | 1010000 | 0 | 110 | 100001101 | 1010110 | 111000 |
Color Harmonies of #8C2FEF
Complementary color
Monochromatic Colors of #8C2FEF
Black with #8C2FEF
Text Example
Text Example
White with #8C2FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2FEF; }
p { color: rgb(140,47,239); }
H1.HeaderClassName
{
color: #8C2FEF;
}
.AnyTagClassName
{
color: #8C2FEF;
}
</style>
background-color css
<style>
a { background-color: #8C2FEF; }
a { background-color: rgb(140,47,239); }
div.DivClassName
{
background-color: #8C2FEF;
}
.BgClassName
{
background-color: #8C2FEF;
}
</style>
border-color css
<style>
span { border-color: #8C2FEF; }
span { border-color: rgb(140,47,239); }
td.TdClassName
{
border-color: #8C2FEF;
}
.TagClassName
{
border-color: #8C2FEF;
}
</style>