Shades of Blue Violet #8C2EDE
Tints of Blue Violet #8C2EDE
RGB
CMYK
RGB Variations
Color information
#8C2EDE (or 0x8C2EDE) is known color: Blue Violet. HEX triplet: 8C, 2E and DE. RGB value is (140,46,222). Sum of RGB (Red+Green+Blue) = 140+46+222=408 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.31% from 408); Green value is 46 (18.36% from 255 or 11.27% from 408); Blue value is 222 (87.11% from 255 or 54.41% from 408); Max value from RGB is 222 - color contains mainly: blue. Hex color #8C2EDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C2EDE is #73D121. Grayscale: #5D5D5D. Windows color (decimal): -7590178 or 14560908. OLE color: 14560908.
HSL color Cylindrical-coordinate representation of color #8C2EDE: hue angle of 272.05º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8C2EDE is Cyan = 0.37, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 46 | 222 | - |
| CMYK | 0.37 | 0.79 | 0 | 0.13 |
| HSL | 272.05º | 0.73% | 0.53% | - |
| HSV(B) | 272.05º | 0.79% | 0.87% | - |
| XYZ | 24.98 | 12.8 | 70.26 | - |
| YUV | 94.17 | 200.14 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 46 | 222 | 0.37 | 0.79 | 0 | 0.13 | 272.05 | 0.73 | 0.53 |
| Hex | 8C | 2E | DE | 25 | 4F | 0 | D | 110 | 49 | 35 |
| Octal | 214 | 56 | 336 | 45 | 117 | 0 | 15 | 420 | 111 | 65 |
| Binary | 10001100 | 101110 | 11011110 | 100101 | 1001111 | 0 | 1101 | 100010000 | 1001001 | 110101 |
Color Harmonies of #8C2EDE
Complementary color
Monochromatic Colors of #8C2EDE
Black with #8C2EDE
Text Example
Text Example
White with #8C2EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2EDE; }
p { color: rgb(140,46,222); }
H1.HeaderClassName
{
color: #8C2EDE;
}
.AnyTagClassName
{
color: #8C2EDE;
}
</style>
background-color css
<style>
a { background-color: #8C2EDE; }
a { background-color: rgb(140,46,222); }
div.DivClassName
{
background-color: #8C2EDE;
}
.BgClassName
{
background-color: #8C2EDE;
}
</style>
border-color css
<style>
span { border-color: #8C2EDE; }
span { border-color: rgb(140,46,222); }
td.TdClassName
{
border-color: #8C2EDE;
}
.TagClassName
{
border-color: #8C2EDE;
}
</style>