Shades of Blue Violet #8C2CEF
Tints of Blue Violet #8C2CEF
RGB
CMYK
RGB Variations
Color information
#8C2CEF (or 0x8C2CEF) is known color: Blue Violet. HEX triplet: 8C, 2C and EF. RGB value is (140,44,239). Sum of RGB (Red+Green+Blue) = 140+44+239=423 (56% of max value = 765). Red value is 140 (55.08% from 255 or 33.10% from 423); Green value is 44 (17.58% from 255 or 10.40% from 423); Blue value is 239 (93.75% from 255 or 56.50% from 423); Max value from RGB is 239 - color contains mainly: blue. Hex color #8C2CEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C2CEF is #73D310. Grayscale: #5E5E5E. Windows color (decimal): -7590673 or 15674508. OLE color: 15674508.
HSL color Cylindrical-coordinate representation of color #8C2CEF: hue angle of 269.54º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8C2CEF is Cyan = 0.41, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 140 | 44 | 239 | - |
| CMYK | 0.41 | 0.82 | 0 | 0.06 |
| HSL | 269.54º | 0.86% | 0.55% | - |
| HSV(B) | 269.54º | 0.82% | 0.94% | - |
| XYZ | 27.3 | 13.61 | 82.85 | - |
| YUV | 94.93 | 209.3 | 160.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 44 | 239 | 0.41 | 0.82 | 0 | 0.06 | 269.54 | 0.86 | 0.55 |
| Hex | 8C | 2C | EF | 29 | 52 | 0 | 6 | 10E | 56 | 37 |
| Octal | 214 | 54 | 357 | 51 | 122 | 0 | 6 | 416 | 126 | 67 |
| Binary | 10001100 | 101100 | 11101111 | 101001 | 1010010 | 0 | 110 | 100001110 | 1010110 | 110111 |
Color Harmonies of #8C2CEF
Complementary color
Monochromatic Colors of #8C2CEF
Black with #8C2CEF
Text Example
Text Example
White with #8C2CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2CEF; }
p { color: rgb(140,44,239); }
H1.HeaderClassName
{
color: #8C2CEF;
}
.AnyTagClassName
{
color: #8C2CEF;
}
</style>
background-color css
<style>
a { background-color: #8C2CEF; }
a { background-color: rgb(140,44,239); }
div.DivClassName
{
background-color: #8C2CEF;
}
.BgClassName
{
background-color: #8C2CEF;
}
</style>
border-color css
<style>
span { border-color: #8C2CEF; }
span { border-color: rgb(140,44,239); }
td.TdClassName
{
border-color: #8C2CEF;
}
.TagClassName
{
border-color: #8C2CEF;
}
</style>