Shades of Blue Violet #8C2BEA
Tints of Blue Violet #8C2BEA
RGB
CMYK
RGB Variations
Color information
#8C2BEA (or 0x8C2BEA) is known color: Blue Violet. HEX triplet: 8C, 2B and EA. RGB value is (140,43,234). Sum of RGB (Red+Green+Blue) = 140+43+234=417 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.57% from 417); Green value is 43 (17.19% from 255 or 10.31% from 417); Blue value is 234 (91.80% from 255 or 56.12% from 417); Max value from RGB is 234 - color contains mainly: blue. Hex color #8C2BEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C2BEA is #73D415. Grayscale: #5D5D5D. Windows color (decimal): -7590934 or 15346572. OLE color: 15346572.
HSL color Cylindrical-coordinate representation of color #8C2BEA: hue angle of 270.47º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8C2BEA is Cyan = 0.40, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 140 | 43 | 234 | - |
| CMYK | 0.40 | 0.82 | 0 | 0.08 |
| HSL | 270.47º | 0.82% | 0.54% | - |
| HSV(B) | 270.47º | 0.82% | 0.92% | - |
| XYZ | 26.53 | 13.24 | 79 | - |
| YUV | 93.78 | 207.14 | 160.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 43 | 234 | 0.40 | 0.82 | 0 | 0.08 | 270.47 | 0.82 | 0.54 |
| Hex | 8C | 2B | EA | 28 | 52 | 0 | 8 | 10E | 52 | 36 |
| Octal | 214 | 53 | 352 | 50 | 122 | 0 | 10 | 416 | 122 | 66 |
| Binary | 10001100 | 101011 | 11101010 | 101000 | 1010010 | 0 | 1000 | 100001110 | 1010010 | 110110 |
Color Harmonies of #8C2BEA
Complementary color
Monochromatic Colors of #8C2BEA
Black with #8C2BEA
Text Example
Text Example
White with #8C2BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2BEA; }
p { color: rgb(140,43,234); }
H1.HeaderClassName
{
color: #8C2BEA;
}
.AnyTagClassName
{
color: #8C2BEA;
}
</style>
background-color css
<style>
a { background-color: #8C2BEA; }
a { background-color: rgb(140,43,234); }
div.DivClassName
{
background-color: #8C2BEA;
}
.BgClassName
{
background-color: #8C2BEA;
}
</style>
border-color css
<style>
span { border-color: #8C2BEA; }
span { border-color: rgb(140,43,234); }
td.TdClassName
{
border-color: #8C2BEA;
}
.TagClassName
{
border-color: #8C2BEA;
}
</style>