Shades of Blue Violet #8C2EDC
Tints of Blue Violet #8C2EDC
RGB
CMYK
RGB Variations
Color information
#8C2EDC (or 0x8C2EDC) is known color: Blue Violet. HEX triplet: 8C, 2E and DC. RGB value is (140,46,220). Sum of RGB (Red+Green+Blue) = 140+46+220=406 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.48% from 406); Green value is 46 (18.36% from 255 or 11.33% from 406); Blue value is 220 (86.33% from 255 or 54.19% from 406); Max value from RGB is 220 - color contains mainly: blue. Hex color #8C2EDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C2EDC is #73D123. Grayscale: #5D5D5D. Windows color (decimal): -7590180 or 14429836. OLE color: 14429836.
HSL color Cylindrical-coordinate representation of color #8C2EDC: hue angle of 272.41º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8C2EDC is Cyan = 0.36, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 140 | 46 | 220 | - |
CMYK | 0.36 | 0.79 | 0 | 0.14 |
HSL | 272.41º | 0.71% | 0.52% | - |
HSV(B) | 272.41º | 0.79% | 0.86% | - |
XYZ | 24.71 | 12.7 | 68.86 | - |
YUV | 93.94 | 199.14 | 160.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 140 | 46 | 220 | 0.36 | 0.79 | 0 | 0.14 | 272.41 | 0.71 | 0.52 |
Hex | 8C | 2E | DC | 24 | 4F | 0 | E | 110 | 47 | 34 |
Octal | 214 | 56 | 334 | 44 | 117 | 0 | 16 | 420 | 107 | 64 |
Binary | 10001100 | 101110 | 11011100 | 100100 | 1001111 | 0 | 1110 | 100010000 | 1000111 | 110100 |
Color Harmonies of #8C2EDC
Complementary color
Monochromatic Colors of #8C2EDC
Black with #8C2EDC
Text Example
Text Example
White with #8C2EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2EDC; }
p { color: rgb(140,46,220); }
H1.HeaderClassName
{
color: #8C2EDC;
}
.AnyTagClassName
{
color: #8C2EDC;
}
</style>
background-color css
<style>
a { background-color: #8C2EDC; }
a { background-color: rgb(140,46,220); }
div.DivClassName
{
background-color: #8C2EDC;
}
.BgClassName
{
background-color: #8C2EDC;
}
</style>
border-color css
<style>
span { border-color: #8C2EDC; }
span { border-color: rgb(140,46,220); }
td.TdClassName
{
border-color: #8C2EDC;
}
.TagClassName
{
border-color: #8C2EDC;
}
</style>