Shades of Blue Violet #8A1DEC
Tints of Blue Violet #8A1DEC
RGB
CMYK
RGB Variations
Color information
#8A1DEC (or 0x8A1DEC) is known color: Blue Violet. HEX triplet: 8A, 1D and EC. RGB value is (138,29,236). Sum of RGB (Red+Green+Blue) = 138+29+236=403 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.24% from 403); Green value is 29 (11.72% from 255 or 7.20% from 403); Blue value is 236 (92.58% from 255 or 58.56% from 403); Max value from RGB is 236 - color contains mainly: blue. Hex color #8A1DEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8A1DEC is #75E213. Grayscale: #545454. Windows color (decimal): -7725588 or 15474058. OLE color: 15474058.
HSL color Cylindrical-coordinate representation of color #8A1DEC: hue angle of 271.59º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8A1DEC is Cyan = 0.42, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 29 | 236 | - |
| CMYK | 0.42 | 0.88 | 0 | 0.07 |
| HSL | 271.59º | 0.84% | 0.52% | - |
| HSV(B) | 271.59º | 0.88% | 0.93% | - |
| XYZ | 26.06 | 12.34 | 80.36 | - |
| YUV | 85.19 | 213.11 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 29 | 236 | 0.42 | 0.88 | 0 | 0.07 | 271.59 | 0.84 | 0.52 |
| Hex | 8A | 1D | EC | 2A | 58 | 0 | 7 | 110 | 54 | 34 |
| Octal | 212 | 35 | 354 | 52 | 130 | 0 | 7 | 420 | 124 | 64 |
| Binary | 10001010 | 11101 | 11101100 | 101010 | 1011000 | 0 | 111 | 100010000 | 1010100 | 110100 |
Color Harmonies of #8A1DEC
Complementary color
Monochromatic Colors of #8A1DEC
Black with #8A1DEC
Text Example
Text Example
White with #8A1DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1DEC; }
p { color: rgb(138,29,236); }
H1.HeaderClassName
{
color: #8A1DEC;
}
.AnyTagClassName
{
color: #8A1DEC;
}
</style>
background-color css
<style>
a { background-color: #8A1DEC; }
a { background-color: rgb(138,29,236); }
div.DivClassName
{
background-color: #8A1DEC;
}
.BgClassName
{
background-color: #8A1DEC;
}
</style>
border-color css
<style>
span { border-color: #8A1DEC; }
span { border-color: rgb(138,29,236); }
td.TdClassName
{
border-color: #8A1DEC;
}
.TagClassName
{
border-color: #8A1DEC;
}
</style>