Shades of Blue Violet #8A1AEC
Tints of Blue Violet #8A1AEC
RGB
CMYK
RGB Variations
Color information
#8A1AEC (or 0x8A1AEC) is known color: Blue Violet. HEX triplet: 8A, 1A and EC. RGB value is (138,26,236). Sum of RGB (Red+Green+Blue) = 138+26+236=400 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.5% from 400); Green value is 26 (10.55% from 255 or 6.5% from 400); Blue value is 236 (92.58% from 255 or 59% from 400); Max value from RGB is 236 - color contains mainly: blue. Hex color #8A1AEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8A1AEC is #75E513. Grayscale: #525252. Windows color (decimal): -7726356 or 15473290. OLE color: 15473290.
HSL color Cylindrical-coordinate representation of color #8A1AEC: hue angle of 272º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8A1AEC is Cyan = 0.42, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 26 | 236 | - |
| CMYK | 0.42 | 0.89 | 0 | 0.07 |
| HSL | 272º | 0.85% | 0.51% | - |
| HSV(B) | 272º | 0.89% | 0.93% | - |
| XYZ | 25.99 | 12.2 | 80.34 | - |
| YUV | 83.43 | 214.11 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 26 | 236 | 0.42 | 0.89 | 0 | 0.07 | 272 | 0.85 | 0.51 |
| Hex | 8A | 1A | EC | 2A | 59 | 0 | 7 | 110 | 55 | 33 |
| Octal | 212 | 32 | 354 | 52 | 131 | 0 | 7 | 420 | 125 | 63 |
| Binary | 10001010 | 11010 | 11101100 | 101010 | 1011001 | 0 | 111 | 100010000 | 1010101 | 110011 |
Color Harmonies of #8A1AEC
Complementary color
Monochromatic Colors of #8A1AEC
Black with #8A1AEC
Text Example
Text Example
White with #8A1AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1AEC; }
p { color: rgb(138,26,236); }
H1.HeaderClassName
{
color: #8A1AEC;
}
.AnyTagClassName
{
color: #8A1AEC;
}
</style>
background-color css
<style>
a { background-color: #8A1AEC; }
a { background-color: rgb(138,26,236); }
div.DivClassName
{
background-color: #8A1AEC;
}
.BgClassName
{
background-color: #8A1AEC;
}
</style>
border-color css
<style>
span { border-color: #8A1AEC; }
span { border-color: rgb(138,26,236); }
td.TdClassName
{
border-color: #8A1AEC;
}
.TagClassName
{
border-color: #8A1AEC;
}
</style>