Shades of Blue Violet #8C4CEB
Tints of Blue Violet #8C4CEB
RGB
CMYK
RGB Variations
Color information
#8C4CEB (or 0x8C4CEB) is known color: Blue Violet. HEX triplet: 8C, 4C and EB. RGB value is (140,76,235). Sum of RGB (Red+Green+Blue) = 140+76+235=451 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.04% from 451); Green value is 76 (30.08% from 255 or 16.85% from 451); Blue value is 235 (92.19% from 255 or 52.11% from 451); Max value from RGB is 235 - color contains mainly: blue. Hex color #8C4CEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C4CEB is #73B314. Grayscale: #707070. Windows color (decimal): -7582485 or 15420556. OLE color: 15420556.
HSL color Cylindrical-coordinate representation of color #8C4CEB: hue angle of 264.15º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8C4CEB is Cyan = 0.40, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 140 | 76 | 235 | - |
| CMYK | 0.40 | 0.68 | 0 | 0.08 |
| HSL | 264.15º | 0.8% | 0.61% | - |
| HSV(B) | 264.15º | 0.68% | 0.92% | - |
| XYZ | 28.4 | 16.74 | 80.33 | - |
| YUV | 113.26 | 196.7 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 76 | 235 | 0.40 | 0.68 | 0 | 0.08 | 264.15 | 0.8 | 0.61 |
| Hex | 8C | 4C | EB | 28 | 44 | 0 | 8 | 108 | 50 | 3D |
| Octal | 214 | 114 | 353 | 50 | 104 | 0 | 10 | 410 | 120 | 75 |
| Binary | 10001100 | 1001100 | 11101011 | 101000 | 1000100 | 0 | 1000 | 100001000 | 1010000 | 111101 |
Color Harmonies of #8C4CEB
Complementary color
Monochromatic Colors of #8C4CEB
Black with #8C4CEB
Text Example
Text Example
White with #8C4CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4CEB; }
p { color: rgb(140,76,235); }
H1.HeaderClassName
{
color: #8C4CEB;
}
.AnyTagClassName
{
color: #8C4CEB;
}
</style>
background-color css
<style>
a { background-color: #8C4CEB; }
a { background-color: rgb(140,76,235); }
div.DivClassName
{
background-color: #8C4CEB;
}
.BgClassName
{
background-color: #8C4CEB;
}
</style>
border-color css
<style>
span { border-color: #8C4CEB; }
span { border-color: rgb(140,76,235); }
td.TdClassName
{
border-color: #8C4CEB;
}
.TagClassName
{
border-color: #8C4CEB;
}
</style>