Shades of Blue Violet #8C4DEC
Tints of Blue Violet #8C4DEC
RGB
CMYK
RGB Variations
Color information
#8C4DEC (or 0x8C4DEC) is known color: Blue Violet. HEX triplet: 8C, 4D and EC. RGB value is (140,77,236). Sum of RGB (Red+Green+Blue) = 140+77+236=453 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.91% from 453); Green value is 77 (30.47% from 255 or 17.00% from 453); Blue value is 236 (92.58% from 255 or 52.10% from 453); Max value from RGB is 236 - color contains mainly: blue. Hex color #8C4DEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C4DEC is #73B213. Grayscale: #717171. Windows color (decimal): -7582228 or 15486348. OLE color: 15486348.
HSL color Cylindrical-coordinate representation of color #8C4DEC: hue angle of 263.77º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8C4DEC is Cyan = 0.41, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 77 | 236 | - |
| CMYK | 0.41 | 0.67 | 0 | 0.07 |
| HSL | 263.77º | 0.81% | 0.61% | - |
| HSV(B) | 263.77º | 0.67% | 0.93% | - |
| XYZ | 28.61 | 16.94 | 81.12 | - |
| YUV | 113.96 | 196.87 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 77 | 236 | 0.41 | 0.67 | 0 | 0.07 | 263.77 | 0.81 | 0.61 |
| Hex | 8C | 4D | EC | 29 | 43 | 0 | 7 | 108 | 51 | 3D |
| Octal | 214 | 115 | 354 | 51 | 103 | 0 | 7 | 410 | 121 | 75 |
| Binary | 10001100 | 1001101 | 11101100 | 101001 | 1000011 | 0 | 111 | 100001000 | 1010001 | 111101 |
Color Harmonies of #8C4DEC
Complementary color
Monochromatic Colors of #8C4DEC
Black with #8C4DEC
Text Example
Text Example
White with #8C4DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4DEC; }
p { color: rgb(140,77,236); }
H1.HeaderClassName
{
color: #8C4DEC;
}
.AnyTagClassName
{
color: #8C4DEC;
}
</style>
background-color css
<style>
a { background-color: #8C4DEC; }
a { background-color: rgb(140,77,236); }
div.DivClassName
{
background-color: #8C4DEC;
}
.BgClassName
{
background-color: #8C4DEC;
}
</style>
border-color css
<style>
span { border-color: #8C4DEC; }
span { border-color: rgb(140,77,236); }
td.TdClassName
{
border-color: #8C4DEC;
}
.TagClassName
{
border-color: #8C4DEC;
}
</style>