Shades of Blue Violet #8C0FEA
Tints of Blue Violet #8C0FEA
RGB
CMYK
RGB Variations
Color information
#8C0FEA (or 0x8C0FEA) is known color: Blue Violet. HEX triplet: 8C, 0F and EA. RGB value is (140,15,234). Sum of RGB (Red+Green+Blue) = 140+15+234=389 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.99% from 389); Green value is 15 (6.25% from 255 or 3.86% from 389); Blue value is 234 (91.80% from 255 or 60.15% from 389); Max value from RGB is 234 - color contains mainly: blue. Hex color #8C0FEA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8C0FEA is #73F015. Grayscale: #4C4C4C. Windows color (decimal): -7598102 or 15339404. OLE color: 15339404.
HSL color Cylindrical-coordinate representation of color #8C0FEA: hue angle of 274.25º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8C0FEA is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 140 | 15 | 234 | - |
| CMYK | 0.40 | 0.94 | 0 | 0.08 |
| HSL | 274.25º | 0.88% | 0.49% | - |
| HSV(B) | 274.25º | 0.94% | 0.92% | - |
| XYZ | 25.84 | 11.86 | 78.77 | - |
| YUV | 77.34 | 216.41 | 172.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 15 | 234 | 0.40 | 0.94 | 0 | 0.08 | 274.25 | 0.88 | 0.49 |
| Hex | 8C | F | EA | 28 | 5E | 0 | 8 | 112 | 58 | 31 |
| Octal | 214 | 17 | 352 | 50 | 136 | 0 | 10 | 422 | 130 | 61 |
| Binary | 10001100 | 1111 | 11101010 | 101000 | 1011110 | 0 | 1000 | 100010010 | 1011000 | 110001 |
Color Harmonies of #8C0FEA
Complementary color
Monochromatic Colors of #8C0FEA
Black with #8C0FEA
Text Example
Text Example
White with #8C0FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0FEA; }
p { color: rgb(140,15,234); }
H1.HeaderClassName
{
color: #8C0FEA;
}
.AnyTagClassName
{
color: #8C0FEA;
}
</style>
background-color css
<style>
a { background-color: #8C0FEA; }
a { background-color: rgb(140,15,234); }
div.DivClassName
{
background-color: #8C0FEA;
}
.BgClassName
{
background-color: #8C0FEA;
}
</style>
border-color css
<style>
span { border-color: #8C0FEA; }
span { border-color: rgb(140,15,234); }
td.TdClassName
{
border-color: #8C0FEA;
}
.TagClassName
{
border-color: #8C0FEA;
}
</style>