Shades of Blue Violet #8C4DEF
Tints of Blue Violet #8C4DEF
RGB
CMYK
RGB Variations
Color information
#8C4DEF (or 0x8C4DEF) is known color: Blue Violet. HEX triplet: 8C, 4D and EF. RGB value is (140,77,239). Sum of RGB (Red+Green+Blue) = 140+77+239=456 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.70% from 456); Green value is 77 (30.47% from 255 or 16.89% from 456); Blue value is 239 (93.75% from 255 or 52.41% from 456); Max value from RGB is 239 - color contains mainly: blue. Hex color #8C4DEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C4DEF is #73B210. Grayscale: #717171. Windows color (decimal): -7582225 or 15682956. OLE color: 15682956.
HSL color Cylindrical-coordinate representation of color #8C4DEF: hue angle of 263.33º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8C4DEF is Cyan = 0.41, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 140 | 77 | 239 | - |
| CMYK | 0.41 | 0.68 | 0 | 0.06 |
| HSL | 263.33º | 0.84% | 0.62% | - |
| HSV(B) | 263.33º | 0.68% | 0.94% | - |
| XYZ | 29.05 | 17.12 | 83.43 | - |
| YUV | 114.31 | 198.37 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 77 | 239 | 0.41 | 0.68 | 0 | 0.06 | 263.33 | 0.84 | 0.62 |
| Hex | 8C | 4D | EF | 29 | 44 | 0 | 6 | 107 | 54 | 3E |
| Octal | 214 | 115 | 357 | 51 | 104 | 0 | 6 | 407 | 124 | 76 |
| Binary | 10001100 | 1001101 | 11101111 | 101001 | 1000100 | 0 | 110 | 100000111 | 1010100 | 111110 |
Color Harmonies of #8C4DEF
Complementary color
Monochromatic Colors of #8C4DEF
Black with #8C4DEF
Text Example
Text Example
White with #8C4DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4DEF; }
p { color: rgb(140,77,239); }
H1.HeaderClassName
{
color: #8C4DEF;
}
.AnyTagClassName
{
color: #8C4DEF;
}
</style>
background-color css
<style>
a { background-color: #8C4DEF; }
a { background-color: rgb(140,77,239); }
div.DivClassName
{
background-color: #8C4DEF;
}
.BgClassName
{
background-color: #8C4DEF;
}
</style>
border-color css
<style>
span { border-color: #8C4DEF; }
span { border-color: rgb(140,77,239); }
td.TdClassName
{
border-color: #8C4DEF;
}
.TagClassName
{
border-color: #8C4DEF;
}
</style>