Shades of Blue Violet #8A1EFA
Tints of Blue Violet #8A1EFA
RGB
CMYK
RGB Variations
Color information
#8A1EFA (or 0x8A1EFA) is known color: Blue Violet. HEX triplet: 8A, 1E and FA. RGB value is (138,30,250). Sum of RGB (Red+Green+Blue) = 138+30+250=418 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.01% from 418); Green value is 30 (12.11% from 255 or 7.18% from 418); Blue value is 250 (98.05% from 255 or 59.81% from 418); Max value from RGB is 250 - color contains mainly: blue. Hex color #8A1EFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8A1EFA is #75E105. Grayscale: #565656. Windows color (decimal): -7725318 or 16391818. OLE color: 16391818.
HSL color Cylindrical-coordinate representation of color #8A1EFA: hue angle of 269.45º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8A1EFA is Cyan = 0.45, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 138 | 30 | 250 | - |
| CMYK | 0.45 | 0.88 | 0 | 0.02 |
| HSL | 269.45º | 0.96% | 0.55% | - |
| HSV(B) | 269.45º | 0.88% | 0.98% | - |
| XYZ | 28.2 | 13.23 | 91.51 | - |
| YUV | 87.37 | 219.78 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 30 | 250 | 0.45 | 0.88 | 0 | 0.02 | 269.45 | 0.96 | 0.55 |
| Hex | 8A | 1E | FA | 2D | 58 | 0 | 2 | 10D | 60 | 37 |
| Octal | 212 | 36 | 372 | 55 | 130 | 0 | 2 | 415 | 140 | 67 |
| Binary | 10001010 | 11110 | 11111010 | 101101 | 1011000 | 0 | 10 | 100001101 | 1100000 | 110111 |
Color Harmonies of #8A1EFA
Complementary color
Monochromatic Colors of #8A1EFA
Black with #8A1EFA
Text Example
Text Example
White with #8A1EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1EFA; }
p { color: rgb(138,30,250); }
H1.HeaderClassName
{
color: #8A1EFA;
}
.AnyTagClassName
{
color: #8A1EFA;
}
</style>
background-color css
<style>
a { background-color: #8A1EFA; }
a { background-color: rgb(138,30,250); }
div.DivClassName
{
background-color: #8A1EFA;
}
.BgClassName
{
background-color: #8A1EFA;
}
</style>
border-color css
<style>
span { border-color: #8A1EFA; }
span { border-color: rgb(138,30,250); }
td.TdClassName
{
border-color: #8A1EFA;
}
.TagClassName
{
border-color: #8A1EFA;
}
</style>