Shades of Blue Violet #8C2DEA
Tints of Blue Violet #8C2DEA
RGB
CMYK
RGB Variations
Color information
#8C2DEA (or 0x8C2DEA) is known color: Blue Violet. HEX triplet: 8C, 2D and EA. RGB value is (140,45,234). Sum of RGB (Red+Green+Blue) = 140+45+234=419 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.41% from 419); Green value is 45 (17.97% from 255 or 10.74% from 419); Blue value is 234 (91.80% from 255 or 55.85% from 419); Max value from RGB is 234 - color contains mainly: blue. Hex color #8C2DEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C2DEA is #73D215. Grayscale: #5E5E5E. Windows color (decimal): -7590422 or 15347084. OLE color: 15347084.
HSL color Cylindrical-coordinate representation of color #8C2DEA: hue angle of 270.16º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8C2DEA is Cyan = 0.40, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 140 | 45 | 234 | - |
| CMYK | 0.40 | 0.81 | 0 | 0.08 |
| HSL | 270.16º | 0.82% | 0.55% | - |
| HSV(B) | 270.16º | 0.81% | 0.92% | - |
| XYZ | 26.6 | 13.39 | 79.02 | - |
| YUV | 94.95 | 206.47 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 45 | 234 | 0.40 | 0.81 | 0 | 0.08 | 270.16 | 0.82 | 0.55 |
| Hex | 8C | 2D | EA | 28 | 51 | 0 | 8 | 10E | 52 | 37 |
| Octal | 214 | 55 | 352 | 50 | 121 | 0 | 10 | 416 | 122 | 67 |
| Binary | 10001100 | 101101 | 11101010 | 101000 | 1010001 | 0 | 1000 | 100001110 | 1010010 | 110111 |
Color Harmonies of #8C2DEA
Complementary color
Monochromatic Colors of #8C2DEA
Black with #8C2DEA
Text Example
Text Example
White with #8C2DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2DEA; }
p { color: rgb(140,45,234); }
H1.HeaderClassName
{
color: #8C2DEA;
}
.AnyTagClassName
{
color: #8C2DEA;
}
</style>
background-color css
<style>
a { background-color: #8C2DEA; }
a { background-color: rgb(140,45,234); }
div.DivClassName
{
background-color: #8C2DEA;
}
.BgClassName
{
background-color: #8C2DEA;
}
</style>
border-color css
<style>
span { border-color: #8C2DEA; }
span { border-color: rgb(140,45,234); }
td.TdClassName
{
border-color: #8C2DEA;
}
.TagClassName
{
border-color: #8C2DEA;
}
</style>