Shades of Blue Violet #8A40EC
Tints of Blue Violet #8A40EC
RGB
CMYK
RGB Variations
Color information
#8A40EC (or 0x8A40EC) is known color: Blue Violet. HEX triplet: 8A, 40 and EC. RGB value is (138,64,236). Sum of RGB (Red+Green+Blue) = 138+64+236=438 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.51% from 438); Green value is 64 (25.39% from 255 or 14.61% from 438); Blue value is 236 (92.58% from 255 or 53.88% from 438); Max value from RGB is 236 - color contains mainly: blue. Hex color #8A40EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8A40EC is #75BF13. Grayscale: #696969. Windows color (decimal): -7716628 or 15483018. OLE color: 15483018.
HSL color Cylindrical-coordinate representation of color #8A40EC: hue angle of 265.81º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8A40EC is Cyan = 0.42, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 64 | 236 | - |
| CMYK | 0.42 | 0.73 | 0 | 0.07 |
| HSL | 265.81º | 0.82% | 0.59% | - |
| HSV(B) | 265.81º | 0.73% | 0.93% | - |
| XYZ | 27.45 | 15.13 | 80.83 | - |
| YUV | 105.73 | 201.52 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 64 | 236 | 0.42 | 0.73 | 0 | 0.07 | 265.81 | 0.82 | 0.59 |
| Hex | 8A | 40 | EC | 2A | 49 | 0 | 7 | 10A | 52 | 3B |
| Octal | 212 | 100 | 354 | 52 | 111 | 0 | 7 | 412 | 122 | 73 |
| Binary | 10001010 | 1000000 | 11101100 | 101010 | 1001001 | 0 | 111 | 100001010 | 1010010 | 111011 |
Color Harmonies of #8A40EC
Complementary color
Monochromatic Colors of #8A40EC
Black with #8A40EC
Text Example
Text Example
White with #8A40EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A40EC; }
p { color: rgb(138,64,236); }
H1.HeaderClassName
{
color: #8A40EC;
}
.AnyTagClassName
{
color: #8A40EC;
}
</style>
background-color css
<style>
a { background-color: #8A40EC; }
a { background-color: rgb(138,64,236); }
div.DivClassName
{
background-color: #8A40EC;
}
.BgClassName
{
background-color: #8A40EC;
}
</style>
border-color css
<style>
span { border-color: #8A40EC; }
span { border-color: rgb(138,64,236); }
td.TdClassName
{
border-color: #8A40EC;
}
.TagClassName
{
border-color: #8A40EC;
}
</style>