Shades of Blue Violet #8A2EFC
Tints of Blue Violet #8A2EFC
RGB
CMYK
RGB Variations
Color information
#8A2EFC (or 0x8A2EFC) is known color: Blue Violet. HEX triplet: 8A, 2E and FC. RGB value is (138,46,252). Sum of RGB (Red+Green+Blue) = 138+46+252=436 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.65% from 436); Green value is 46 (18.36% from 255 or 10.55% from 436); Blue value is 252 (98.83% from 255 or 57.80% from 436); Max value from RGB is 252 - color contains mainly: blue. Hex color #8A2EFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8A2EFC is #75D103. Grayscale: #606060. Windows color (decimal): -7721220 or 16526986. OLE color: 16526986.
HSL color Cylindrical-coordinate representation of color #8A2EFC: hue angle of 266.8º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8A2EFC is Cyan = 0.45, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 138 | 46 | 252 | - |
| CMYK | 0.45 | 0.82 | 0 | 0.01 |
| HSL | 266.8º | 0.97% | 0.58% | - |
| HSV(B) | 266.8º | 0.82% | 0.99% | - |
| XYZ | 29.03 | 14.39 | 93.34 | - |
| YUV | 96.99 | 215.48 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 46 | 252 | 0.45 | 0.82 | 0 | 0.01 | 266.8 | 0.97 | 0.58 |
| Hex | 8A | 2E | FC | 2D | 52 | 0 | 1 | 10B | 61 | 3A |
| Octal | 212 | 56 | 374 | 55 | 122 | 0 | 1 | 413 | 141 | 72 |
| Binary | 10001010 | 101110 | 11111100 | 101101 | 1010010 | 0 | 1 | 100001011 | 1100001 | 111010 |
Color Harmonies of #8A2EFC
Complementary color
Monochromatic Colors of #8A2EFC
Black with #8A2EFC
Text Example
Text Example
White with #8A2EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2EFC; }
p { color: rgb(138,46,252); }
H1.HeaderClassName
{
color: #8A2EFC;
}
.AnyTagClassName
{
color: #8A2EFC;
}
</style>
background-color css
<style>
a { background-color: #8A2EFC; }
a { background-color: rgb(138,46,252); }
div.DivClassName
{
background-color: #8A2EFC;
}
.BgClassName
{
background-color: #8A2EFC;
}
</style>
border-color css
<style>
span { border-color: #8A2EFC; }
span { border-color: rgb(138,46,252); }
td.TdClassName
{
border-color: #8A2EFC;
}
.TagClassName
{
border-color: #8A2EFC;
}
</style>