Shades of Blue Violet #8C2EF0
Tints of Blue Violet #8C2EF0
RGB
CMYK
RGB Variations
Color information
#8C2EF0 (or 0x8C2EF0) is known color: Blue Violet. HEX triplet: 8C, 2E and F0. RGB value is (140,46,240). Sum of RGB (Red+Green+Blue) = 140+46+240=426 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.86% from 426); Green value is 46 (18.36% from 255 or 10.80% from 426); Blue value is 240 (94.14% from 255 or 56.34% from 426); Max value from RGB is 240 - color contains mainly: blue. Hex color #8C2EF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C2EF0 is #73D10F. Grayscale: #5F5F5F. Windows color (decimal): -7590160 or 15740556. OLE color: 15740556.
HSL color Cylindrical-coordinate representation of color #8C2EF0: hue angle of 269.07º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8C2EF0 is Cyan = 0.42, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 140 | 46 | 240 | - |
| CMYK | 0.42 | 0.81 | 0 | 0.06 |
| HSL | 269.07º | 0.87% | 0.56% | - |
| HSV(B) | 269.07º | 0.81% | 0.94% | - |
| XYZ | 27.52 | 13.82 | 83.66 | - |
| YUV | 96.22 | 209.14 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 46 | 240 | 0.42 | 0.81 | 0 | 0.06 | 269.07 | 0.87 | 0.56 |
| Hex | 8C | 2E | F0 | 2A | 51 | 0 | 6 | 10D | 57 | 38 |
| Octal | 214 | 56 | 360 | 52 | 121 | 0 | 6 | 415 | 127 | 70 |
| Binary | 10001100 | 101110 | 11110000 | 101010 | 1010001 | 0 | 110 | 100001101 | 1010111 | 111000 |
Color Harmonies of #8C2EF0
Complementary color
Monochromatic Colors of #8C2EF0
Black with #8C2EF0
Text Example
Text Example
White with #8C2EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2EF0; }
p { color: rgb(140,46,240); }
H1.HeaderClassName
{
color: #8C2EF0;
}
.AnyTagClassName
{
color: #8C2EF0;
}
</style>
background-color css
<style>
a { background-color: #8C2EF0; }
a { background-color: rgb(140,46,240); }
div.DivClassName
{
background-color: #8C2EF0;
}
.BgClassName
{
background-color: #8C2EF0;
}
</style>
border-color css
<style>
span { border-color: #8C2EF0; }
span { border-color: rgb(140,46,240); }
td.TdClassName
{
border-color: #8C2EF0;
}
.TagClassName
{
border-color: #8C2EF0;
}
</style>