Shades of Blue Violet #8C4CED
Tints of Blue Violet #8C4CED
RGB
CMYK
RGB Variations
Color information
#8C4CED (or 0x8C4CED) is known color: Blue Violet. HEX triplet: 8C, 4C and ED. RGB value is (140,76,237). Sum of RGB (Red+Green+Blue) = 140+76+237=453 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.91% from 453); Green value is 76 (30.08% from 255 or 16.78% from 453); Blue value is 237 (92.97% from 255 or 52.32% from 453); Max value from RGB is 237 - color contains mainly: blue. Hex color #8C4CED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C4CED is #73B312. Grayscale: #707070. Windows color (decimal): -7582483 or 15551628. OLE color: 15551628.
HSL color Cylindrical-coordinate representation of color #8C4CED: hue angle of 263.85º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8C4CED is Cyan = 0.41, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 76 | 237 | - |
| CMYK | 0.41 | 0.68 | 0 | 0.07 |
| HSL | 263.85º | 0.82% | 0.61% | - |
| HSV(B) | 263.85º | 0.68% | 0.93% | - |
| XYZ | 28.69 | 16.86 | 81.86 | - |
| YUV | 113.49 | 197.7 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 76 | 237 | 0.41 | 0.68 | 0 | 0.07 | 263.85 | 0.82 | 0.61 |
| Hex | 8C | 4C | ED | 29 | 44 | 0 | 7 | 108 | 52 | 3D |
| Octal | 214 | 114 | 355 | 51 | 104 | 0 | 7 | 410 | 122 | 75 |
| Binary | 10001100 | 1001100 | 11101101 | 101001 | 1000100 | 0 | 111 | 100001000 | 1010010 | 111101 |
Color Harmonies of #8C4CED
Complementary color
Monochromatic Colors of #8C4CED
Black with #8C4CED
Text Example
Text Example
White with #8C4CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4CED; }
p { color: rgb(140,76,237); }
H1.HeaderClassName
{
color: #8C4CED;
}
.AnyTagClassName
{
color: #8C4CED;
}
</style>
background-color css
<style>
a { background-color: #8C4CED; }
a { background-color: rgb(140,76,237); }
div.DivClassName
{
background-color: #8C4CED;
}
.BgClassName
{
background-color: #8C4CED;
}
</style>
border-color css
<style>
span { border-color: #8C4CED; }
span { border-color: rgb(140,76,237); }
td.TdClassName
{
border-color: #8C4CED;
}
.TagClassName
{
border-color: #8C4CED;
}
</style>