Shades of Blue Violet #8C2FEA
Tints of Blue Violet #8C2FEA
RGB
CMYK
RGB Variations
Color information
#8C2FEA (or 0x8C2FEA) is known color: Blue Violet. HEX triplet: 8C, 2F and EA. RGB value is (140,47,234). Sum of RGB (Red+Green+Blue) = 140+47+234=421 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.25% from 421); Green value is 47 (18.75% from 255 or 11.16% from 421); Blue value is 234 (91.80% from 255 or 55.58% from 421); Max value from RGB is 234 - color contains mainly: blue. Hex color #8C2FEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C2FEA is #73D015. Grayscale: #5F5F5F. Windows color (decimal): -7589910 or 15347596. OLE color: 15347596.
HSL color Cylindrical-coordinate representation of color #8C2FEA: hue angle of 269.84º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8C2FEA is Cyan = 0.40, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 140 | 47 | 234 | - |
| CMYK | 0.40 | 0.80 | 0 | 0.08 |
| HSL | 269.84º | 0.82% | 0.55% | - |
| HSV(B) | 269.84º | 0.8% | 0.92% | - |
| XYZ | 26.68 | 13.55 | 79.05 | - |
| YUV | 96.13 | 205.81 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 47 | 234 | 0.40 | 0.80 | 0 | 0.08 | 269.84 | 0.82 | 0.55 |
| Hex | 8C | 2F | EA | 28 | 50 | 0 | 8 | 10E | 52 | 37 |
| Octal | 214 | 57 | 352 | 50 | 120 | 0 | 10 | 416 | 122 | 67 |
| Binary | 10001100 | 101111 | 11101010 | 101000 | 1010000 | 0 | 1000 | 100001110 | 1010010 | 110111 |
Color Harmonies of #8C2FEA
Complementary color
Monochromatic Colors of #8C2FEA
Black with #8C2FEA
Text Example
Text Example
White with #8C2FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2FEA; }
p { color: rgb(140,47,234); }
H1.HeaderClassName
{
color: #8C2FEA;
}
.AnyTagClassName
{
color: #8C2FEA;
}
</style>
background-color css
<style>
a { background-color: #8C2FEA; }
a { background-color: rgb(140,47,234); }
div.DivClassName
{
background-color: #8C2FEA;
}
.BgClassName
{
background-color: #8C2FEA;
}
</style>
border-color css
<style>
span { border-color: #8C2FEA; }
span { border-color: rgb(140,47,234); }
td.TdClassName
{
border-color: #8C2FEA;
}
.TagClassName
{
border-color: #8C2FEA;
}
</style>