Shades of Blue Violet #8D2EDC
Tints of Blue Violet #8D2EDC
RGB
CMYK
RGB Variations
Color information
#8D2EDC (or 0x8D2EDC) is known color: Blue Violet. HEX triplet: 8D, 2E and DC. RGB value is (141,46,220). Sum of RGB (Red+Green+Blue) = 141+46+220=407 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.64% from 407); Green value is 46 (18.36% from 255 or 11.30% from 407); Blue value is 220 (86.33% from 255 or 54.05% from 407); Max value from RGB is 220 - color contains mainly: blue. Hex color #8D2EDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D2EDC is #72D123. Grayscale: #5D5D5D. Windows color (decimal): -7524644 or 14429837. OLE color: 14429837.
HSL color Cylindrical-coordinate representation of color #8D2EDC: hue angle of 272.76º 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 #8D2EDC is Cyan = 0.36, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 141 | 46 | 220 | - |
| CMYK | 0.36 | 0.79 | 0 | 0.14 |
| HSL | 272.76º | 0.71% | 0.52% | - |
| HSV(B) | 272.76º | 0.79% | 0.86% | - |
| XYZ | 24.88 | 12.78 | 68.87 | - |
| YUV | 94.24 | 198.97 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 46 | 220 | 0.36 | 0.79 | 0 | 0.14 | 272.76 | 0.71 | 0.52 |
| Hex | 8D | 2E | DC | 24 | 4F | 0 | E | 111 | 47 | 34 |
| Octal | 215 | 56 | 334 | 44 | 117 | 0 | 16 | 421 | 107 | 64 |
| Binary | 10001101 | 101110 | 11011100 | 100100 | 1001111 | 0 | 1110 | 100010001 | 1000111 | 110100 |
Color Harmonies of #8D2EDC
Complementary color
Monochromatic Colors of #8D2EDC
Black with #8D2EDC
Text Example
Text Example
White with #8D2EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2EDC; }
p { color: rgb(141,46,220); }
H1.HeaderClassName
{
color: #8D2EDC;
}
.AnyTagClassName
{
color: #8D2EDC;
}
</style>
background-color css
<style>
a { background-color: #8D2EDC; }
a { background-color: rgb(141,46,220); }
div.DivClassName
{
background-color: #8D2EDC;
}
.BgClassName
{
background-color: #8D2EDC;
}
</style>
border-color css
<style>
span { border-color: #8D2EDC; }
span { border-color: rgb(141,46,220); }
td.TdClassName
{
border-color: #8D2EDC;
}
.TagClassName
{
border-color: #8D2EDC;
}
</style>