Shades of Blue Violet #8C4EE9
Tints of Blue Violet #8C4EE9
RGB
CMYK
RGB Variations
Color information
#8C4EE9 (or 0x8C4EE9) is known color: Blue Violet. HEX triplet: 8C, 4E and E9. RGB value is (140,78,233). Sum of RGB (Red+Green+Blue) = 140+78+233=451 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.04% from 451); Green value is 78 (30.86% from 255 or 17.29% from 451); Blue value is 233 (91.41% from 255 or 51.66% from 451); Max value from RGB is 233 - color contains mainly: blue. Hex color #8C4EE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C4EE9 is #73B116. Grayscale: #717171. Windows color (decimal): -7581975 or 15289996. OLE color: 15289996.
HSL color Cylindrical-coordinate representation of color #8C4EE9: hue angle of 264º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8C4EE9 is Cyan = 0.40, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 140 | 78 | 233 | - |
| CMYK | 0.40 | 0.67 | 0 | 0.09 |
| HSL | 264º | 0.78% | 0.61% | - |
| HSV(B) | 264º | 0.67% | 0.91% | - |
| XYZ | 28.25 | 16.91 | 78.87 | - |
| YUV | 114.21 | 195.04 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 78 | 233 | 0.40 | 0.67 | 0 | 0.09 | 264 | 0.78 | 0.61 |
| Hex | 8C | 4E | E9 | 28 | 43 | 0 | 9 | 108 | 4E | 3D |
| Octal | 214 | 116 | 351 | 50 | 103 | 0 | 11 | 410 | 116 | 75 |
| Binary | 10001100 | 1001110 | 11101001 | 101000 | 1000011 | 0 | 1001 | 100001000 | 1001110 | 111101 |
Color Harmonies of #8C4EE9
Complementary color
Monochromatic Colors of #8C4EE9
Black with #8C4EE9
Text Example
Text Example
White with #8C4EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4EE9; }
p { color: rgb(140,78,233); }
H1.HeaderClassName
{
color: #8C4EE9;
}
.AnyTagClassName
{
color: #8C4EE9;
}
</style>
background-color css
<style>
a { background-color: #8C4EE9; }
a { background-color: rgb(140,78,233); }
div.DivClassName
{
background-color: #8C4EE9;
}
.BgClassName
{
background-color: #8C4EE9;
}
</style>
border-color css
<style>
span { border-color: #8C4EE9; }
span { border-color: rgb(140,78,233); }
td.TdClassName
{
border-color: #8C4EE9;
}
.TagClassName
{
border-color: #8C4EE9;
}
</style>