Shades of Blue Violet #8C4EE7
Tints of Blue Violet #8C4EE7
RGB
CMYK
RGB Variations
Color information
#8C4EE7 (or 0x8C4EE7) is known color: Blue Violet. HEX triplet: 8C, 4E and E7. RGB value is (140,78,231). Sum of RGB (Red+Green+Blue) = 140+78+231=449 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.18% from 449); Green value is 78 (30.86% from 255 or 17.37% from 449); Blue value is 231 (90.62% from 255 or 51.45% from 449); Max value from RGB is 231 - color contains mainly: blue. Hex color #8C4EE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C4EE7 is #73B118. Grayscale: #717171. Windows color (decimal): -7581977 or 15158924. OLE color: 15158924.
HSL color Cylindrical-coordinate representation of color #8C4EE7: hue angle of 264.31º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8C4EE7 is Cyan = 0.39, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 140 | 78 | 231 | - |
| CMYK | 0.39 | 0.66 | 0 | 0.09 |
| HSL | 264.31º | 0.76% | 0.61% | - |
| HSV(B) | 264.31º | 0.66% | 0.91% | - |
| XYZ | 27.96 | 16.79 | 77.37 | - |
| YUV | 113.98 | 194.04 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 78 | 231 | 0.39 | 0.66 | 0 | 0.09 | 264.31 | 0.76 | 0.61 |
| Hex | 8C | 4E | E7 | 27 | 42 | 0 | 9 | 108 | 4C | 3D |
| Octal | 214 | 116 | 347 | 47 | 102 | 0 | 11 | 410 | 114 | 75 |
| Binary | 10001100 | 1001110 | 11100111 | 100111 | 1000010 | 0 | 1001 | 100001000 | 1001100 | 111101 |
Color Harmonies of #8C4EE7
Complementary color
Monochromatic Colors of #8C4EE7
Black with #8C4EE7
Text Example
Text Example
White with #8C4EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4EE7; }
p { color: rgb(140,78,231); }
H1.HeaderClassName
{
color: #8C4EE7;
}
.AnyTagClassName
{
color: #8C4EE7;
}
</style>
background-color css
<style>
a { background-color: #8C4EE7; }
a { background-color: rgb(140,78,231); }
div.DivClassName
{
background-color: #8C4EE7;
}
.BgClassName
{
background-color: #8C4EE7;
}
</style>
border-color css
<style>
span { border-color: #8C4EE7; }
span { border-color: rgb(140,78,231); }
td.TdClassName
{
border-color: #8C4EE7;
}
.TagClassName
{
border-color: #8C4EE7;
}
</style>