Shades of Blue Violet #8C4EEA
Tints of Blue Violet #8C4EEA
RGB
CMYK
RGB Variations
Color information
#8C4EEA (or 0x8C4EEA) is known color: Blue Violet. HEX triplet: 8C, 4E and EA. RGB value is (140,78,234). Sum of RGB (Red+Green+Blue) = 140+78+234=452 (59% of max value = 765). Red value is 140 (55.08% from 255 or 30.97% from 452); Green value is 78 (30.86% from 255 or 17.26% from 452); Blue value is 234 (91.80% from 255 or 51.77% from 452); Max value from RGB is 234 - color contains mainly: blue. Hex color #8C4EEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C4EEA is #73B115. Grayscale: #717171. Windows color (decimal): -7581974 or 15355532. OLE color: 15355532.
HSL color Cylindrical-coordinate representation of color #8C4EEA: hue angle of 263.85º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8C4EEA is Cyan = 0.40, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 140 | 78 | 234 | - |
| CMYK | 0.40 | 0.67 | 0 | 0.08 |
| HSL | 263.85º | 0.79% | 0.61% | - |
| HSV(B) | 263.85º | 0.67% | 0.92% | - |
| XYZ | 28.39 | 16.96 | 79.62 | - |
| YUV | 114.32 | 195.54 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 78 | 234 | 0.40 | 0.67 | 0 | 0.08 | 263.85 | 0.79 | 0.61 |
| Hex | 8C | 4E | EA | 28 | 43 | 0 | 8 | 108 | 4F | 3D |
| Octal | 214 | 116 | 352 | 50 | 103 | 0 | 10 | 410 | 117 | 75 |
| Binary | 10001100 | 1001110 | 11101010 | 101000 | 1000011 | 0 | 1000 | 100001000 | 1001111 | 111101 |
Color Harmonies of #8C4EEA
Complementary color
Monochromatic Colors of #8C4EEA
Black with #8C4EEA
Text Example
Text Example
White with #8C4EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4EEA; }
p { color: rgb(140,78,234); }
H1.HeaderClassName
{
color: #8C4EEA;
}
.AnyTagClassName
{
color: #8C4EEA;
}
</style>
background-color css
<style>
a { background-color: #8C4EEA; }
a { background-color: rgb(140,78,234); }
div.DivClassName
{
background-color: #8C4EEA;
}
.BgClassName
{
background-color: #8C4EEA;
}
</style>
border-color css
<style>
span { border-color: #8C4EEA; }
span { border-color: rgb(140,78,234); }
td.TdClassName
{
border-color: #8C4EEA;
}
.TagClassName
{
border-color: #8C4EEA;
}
</style>