Shades of Blue Violet #8C2DE2
Tints of Blue Violet #8C2DE2
RGB
CMYK
RGB Variations
Color information
#8C2DE2 (or 0x8C2DE2) is known color: Blue Violet. HEX triplet: 8C, 2D and E2. RGB value is (140,45,226). Sum of RGB (Red+Green+Blue) = 140+45+226=411 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.06% from 411); Green value is 45 (17.97% from 255 or 10.95% from 411); Blue value is 226 (88.67% from 255 or 54.99% from 411); Max value from RGB is 226 - color contains mainly: blue. Hex color #8C2DE2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C2DE2 is #73D21D. Grayscale: #5D5D5D. Windows color (decimal): -7590430 or 14822796. OLE color: 14822796.
HSL color Cylindrical-coordinate representation of color #8C2DE2: hue angle of 271.49º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8C2DE2 is Cyan = 0.38, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 140 | 45 | 226 | - |
| CMYK | 0.38 | 0.80 | 0 | 0.11 |
| HSL | 271.49º | 0.76% | 0.53% | - |
| HSV(B) | 271.49º | 0.8% | 0.89% | - |
| XYZ | 25.48 | 12.94 | 73.11 | - |
| YUV | 94.04 | 202.47 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 45 | 226 | 0.38 | 0.80 | 0 | 0.11 | 271.49 | 0.76 | 0.53 |
| Hex | 8C | 2D | E2 | 26 | 50 | 0 | B | 10F | 4C | 35 |
| Octal | 214 | 55 | 342 | 46 | 120 | 0 | 13 | 417 | 114 | 65 |
| Binary | 10001100 | 101101 | 11100010 | 100110 | 1010000 | 0 | 1011 | 100001111 | 1001100 | 110101 |
Color Harmonies of #8C2DE2
Complementary color
Monochromatic Colors of #8C2DE2
Black with #8C2DE2
Text Example
Text Example
White with #8C2DE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2DE2; }
p { color: rgb(140,45,226); }
H1.HeaderClassName
{
color: #8C2DE2;
}
.AnyTagClassName
{
color: #8C2DE2;
}
</style>
background-color css
<style>
a { background-color: #8C2DE2; }
a { background-color: rgb(140,45,226); }
div.DivClassName
{
background-color: #8C2DE2;
}
.BgClassName
{
background-color: #8C2DE2;
}
</style>
border-color css
<style>
span { border-color: #8C2DE2; }
span { border-color: rgb(140,45,226); }
td.TdClassName
{
border-color: #8C2DE2;
}
.TagClassName
{
border-color: #8C2DE2;
}
</style>