Shades of Blue Violet #8C1AEA
Tints of Blue Violet #8C1AEA
RGB
CMYK
RGB Variations
Color information
#8C1AEA (or 0x8C1AEA) is known color: Blue Violet. HEX triplet: 8C, 1A and EA. RGB value is (140,26,234). Sum of RGB (Red+Green+Blue) = 140+26+234=400 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35% from 400); Green value is 26 (10.55% from 255 or 6.5% from 400); Blue value is 234 (91.80% from 255 or 58.5% from 400); Max value from RGB is 234 - color contains mainly: blue. Hex color #8C1AEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C1AEA is #73E515. Grayscale: #535353. Windows color (decimal): -7595286 or 15342220. OLE color: 15342220.
HSL color Cylindrical-coordinate representation of color #8C1AEA: hue angle of 272.88º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8C1AEA is Cyan = 0.40, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 140 | 26 | 234 | - |
| CMYK | 0.40 | 0.89 | 0 | 0.08 |
| HSL | 272.88º | 0.83% | 0.51% | - |
| HSV(B) | 272.88º | 0.89% | 0.92% | - |
| XYZ | 26.04 | 12.25 | 78.84 | - |
| YUV | 83.8 | 212.77 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 26 | 234 | 0.40 | 0.89 | 0 | 0.08 | 272.88 | 0.83 | 0.51 |
| Hex | 8C | 1A | EA | 28 | 59 | 0 | 8 | 111 | 53 | 33 |
| Octal | 214 | 32 | 352 | 50 | 131 | 0 | 10 | 421 | 123 | 63 |
| Binary | 10001100 | 11010 | 11101010 | 101000 | 1011001 | 0 | 1000 | 100010001 | 1010011 | 110011 |
Color Harmonies of #8C1AEA
Complementary color
Monochromatic Colors of #8C1AEA
Black with #8C1AEA
Text Example
Text Example
White with #8C1AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1AEA; }
p { color: rgb(140,26,234); }
H1.HeaderClassName
{
color: #8C1AEA;
}
.AnyTagClassName
{
color: #8C1AEA;
}
</style>
background-color css
<style>
a { background-color: #8C1AEA; }
a { background-color: rgb(140,26,234); }
div.DivClassName
{
background-color: #8C1AEA;
}
.BgClassName
{
background-color: #8C1AEA;
}
</style>
border-color css
<style>
span { border-color: #8C1AEA; }
span { border-color: rgb(140,26,234); }
td.TdClassName
{
border-color: #8C1AEA;
}
.TagClassName
{
border-color: #8C1AEA;
}
</style>