Shades of Blue Violet #8C12E5
Tints of Blue Violet #8C12E5
RGB
CMYK
RGB Variations
Color information
#8C12E5 (or 0x8C12E5) is known color: Blue Violet. HEX triplet: 8C, 12 and E5. RGB value is (140,18,229). Sum of RGB (Red+Green+Blue) = 140+18+229=387 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.18% from 387); Green value is 18 (7.42% from 255 or 4.65% from 387); Blue value is 229 (89.84% from 255 or 59.17% from 387); Max value from RGB is 229 - color contains mainly: blue. Hex color #8C12E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C12E5 is #73ED1A. Grayscale: #4D4D4D. Windows color (decimal): -7597339 or 15012492. OLE color: 15012492.
HSL color Cylindrical-coordinate representation of color #8C12E5: hue angle of 274.69º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8C12E5 is Cyan = 0.39, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 140 | 18 | 229 | - |
| CMYK | 0.39 | 0.92 | 0 | 0.10 |
| HSL | 274.69º | 0.85% | 0.48% | - |
| HSV(B) | 274.69º | 0.92% | 0.9% | - |
| XYZ | 25.17 | 11.67 | 75.05 | - |
| YUV | 78.53 | 212.92 | 171.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 18 | 229 | 0.39 | 0.92 | 0 | 0.10 | 274.69 | 0.85 | 0.48 |
| Hex | 8C | 12 | E5 | 27 | 5C | 0 | A | 113 | 55 | 30 |
| Octal | 214 | 22 | 345 | 47 | 134 | 0 | 12 | 423 | 125 | 60 |
| Binary | 10001100 | 10010 | 11100101 | 100111 | 1011100 | 0 | 1010 | 100010011 | 1010101 | 110000 |
Color Harmonies of #8C12E5
Complementary color
Monochromatic Colors of #8C12E5
Black with #8C12E5
Text Example
Text Example
White with #8C12E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C12E5; }
p { color: rgb(140,18,229); }
H1.HeaderClassName
{
color: #8C12E5;
}
.AnyTagClassName
{
color: #8C12E5;
}
</style>
background-color css
<style>
a { background-color: #8C12E5; }
a { background-color: rgb(140,18,229); }
div.DivClassName
{
background-color: #8C12E5;
}
.BgClassName
{
background-color: #8C12E5;
}
</style>
border-color css
<style>
span { border-color: #8C12E5; }
span { border-color: rgb(140,18,229); }
td.TdClassName
{
border-color: #8C12E5;
}
.TagClassName
{
border-color: #8C12E5;
}
</style>