Shades of Blue Violet #8C4AED
Tints of Blue Violet #8C4AED
RGB
CMYK
RGB Variations
Color information
#8C4AED (or 0x8C4AED) is known color: Blue Violet. HEX triplet: 8C, 4A and ED. RGB value is (140,74,237). Sum of RGB (Red+Green+Blue) = 140+74+237=451 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.04% from 451); Green value is 74 (29.30% from 255 or 16.41% from 451); Blue value is 237 (92.97% from 255 or 52.55% from 451); Max value from RGB is 237 - color contains mainly: blue. Hex color #8C4AED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C4AED is #73B512. Grayscale: #6F6F6F. Windows color (decimal): -7582995 or 15551116. OLE color: 15551116.
HSL color Cylindrical-coordinate representation of color #8C4AED: hue angle of 264.29º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8C4AED is Cyan = 0.41, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 74 | 237 | - |
| CMYK | 0.41 | 0.69 | 0 | 0.07 |
| HSL | 264.29º | 0.82% | 0.61% | - |
| HSV(B) | 264.29º | 0.69% | 0.93% | - |
| XYZ | 28.55 | 16.59 | 81.82 | - |
| YUV | 112.32 | 198.37 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 74 | 237 | 0.41 | 0.69 | 0 | 0.07 | 264.29 | 0.82 | 0.61 |
| Hex | 8C | 4A | ED | 29 | 45 | 0 | 7 | 108 | 52 | 3D |
| Octal | 214 | 112 | 355 | 51 | 105 | 0 | 7 | 410 | 122 | 75 |
| Binary | 10001100 | 1001010 | 11101101 | 101001 | 1000101 | 0 | 111 | 100001000 | 1010010 | 111101 |
Color Harmonies of #8C4AED
Complementary color
Monochromatic Colors of #8C4AED
Black with #8C4AED
Text Example
Text Example
White with #8C4AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4AED; }
p { color: rgb(140,74,237); }
H1.HeaderClassName
{
color: #8C4AED;
}
.AnyTagClassName
{
color: #8C4AED;
}
</style>
background-color css
<style>
a { background-color: #8C4AED; }
a { background-color: rgb(140,74,237); }
div.DivClassName
{
background-color: #8C4AED;
}
.BgClassName
{
background-color: #8C4AED;
}
</style>
border-color css
<style>
span { border-color: #8C4AED; }
span { border-color: rgb(140,74,237); }
td.TdClassName
{
border-color: #8C4AED;
}
.TagClassName
{
border-color: #8C4AED;
}
</style>