Shades of Blue Violet #8C2CEA
Tints of Blue Violet #8C2CEA
RGB
CMYK
RGB Variations
Color information
#8C2CEA (or 0x8C2CEA) is known color: Blue Violet. HEX triplet: 8C, 2C and EA. RGB value is (140,44,234). Sum of RGB (Red+Green+Blue) = 140+44+234=418 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.49% from 418); Green value is 44 (17.58% from 255 or 10.53% from 418); Blue value is 234 (91.80% from 255 or 55.98% from 418); Max value from RGB is 234 - color contains mainly: blue. Hex color #8C2CEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C2CEA is #73D315. Grayscale: #5D5D5D. Windows color (decimal): -7590678 or 15346828. OLE color: 15346828.
HSL color Cylindrical-coordinate representation of color #8C2CEA: hue angle of 270.32º 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 #8C2CEA is Cyan = 0.40, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 140 | 44 | 234 | - |
| CMYK | 0.40 | 0.81 | 0 | 0.08 |
| HSL | 270.32º | 0.82% | 0.55% | - |
| HSV(B) | 270.32º | 0.81% | 0.92% | - |
| XYZ | 26.57 | 13.32 | 79.01 | - |
| YUV | 94.36 | 206.8 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 44 | 234 | 0.40 | 0.81 | 0 | 0.08 | 270.32 | 0.82 | 0.55 |
| Hex | 8C | 2C | EA | 28 | 51 | 0 | 8 | 10E | 52 | 37 |
| Octal | 214 | 54 | 352 | 50 | 121 | 0 | 10 | 416 | 122 | 67 |
| Binary | 10001100 | 101100 | 11101010 | 101000 | 1010001 | 0 | 1000 | 100001110 | 1010010 | 110111 |
Color Harmonies of #8C2CEA
Complementary color
Monochromatic Colors of #8C2CEA
Black with #8C2CEA
Text Example
Text Example
White with #8C2CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2CEA; }
p { color: rgb(140,44,234); }
H1.HeaderClassName
{
color: #8C2CEA;
}
.AnyTagClassName
{
color: #8C2CEA;
}
</style>
background-color css
<style>
a { background-color: #8C2CEA; }
a { background-color: rgb(140,44,234); }
div.DivClassName
{
background-color: #8C2CEA;
}
.BgClassName
{
background-color: #8C2CEA;
}
</style>
border-color css
<style>
span { border-color: #8C2CEA; }
span { border-color: rgb(140,44,234); }
td.TdClassName
{
border-color: #8C2CEA;
}
.TagClassName
{
border-color: #8C2CEA;
}
</style>