Shades of Blue Violet #8A2FEF
Tints of Blue Violet #8A2FEF
RGB
CMYK
RGB Variations
Color information
#8A2FEF (or 0x8A2FEF) is known color: Blue Violet. HEX triplet: 8A, 2F and EF. RGB value is (138,47,239). Sum of RGB (Red+Green+Blue) = 138+47+239=424 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.55% from 424); Green value is 47 (18.75% from 255 or 11.08% from 424); Blue value is 239 (93.75% from 255 or 56.37% from 424); Max value from RGB is 239 - color contains mainly: blue. Hex color #8A2FEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8A2FEF is #75D010. Grayscale: #5F5F5F. Windows color (decimal): -7720977 or 15675274. OLE color: 15675274.
HSL color Cylindrical-coordinate representation of color #8A2FEF: hue angle of 268.44º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8A2FEF is Cyan = 0.42, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 138 | 47 | 239 | - |
| CMYK | 0.42 | 0.80 | 0 | 0.06 |
| HSL | 268.44º | 0.86% | 0.56% | - |
| HSV(B) | 268.44º | 0.8% | 0.94% | - |
| XYZ | 27.08 | 13.67 | 82.87 | - |
| YUV | 96.1 | 208.65 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 47 | 239 | 0.42 | 0.80 | 0 | 0.06 | 268.44 | 0.86 | 0.56 |
| Hex | 8A | 2F | EF | 2A | 50 | 0 | 6 | 10C | 56 | 38 |
| Octal | 212 | 57 | 357 | 52 | 120 | 0 | 6 | 414 | 126 | 70 |
| Binary | 10001010 | 101111 | 11101111 | 101010 | 1010000 | 0 | 110 | 100001100 | 1010110 | 111000 |
Color Harmonies of #8A2FEF
Complementary color
Monochromatic Colors of #8A2FEF
Black with #8A2FEF
Text Example
Text Example
White with #8A2FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2FEF; }
p { color: rgb(138,47,239); }
H1.HeaderClassName
{
color: #8A2FEF;
}
.AnyTagClassName
{
color: #8A2FEF;
}
</style>
background-color css
<style>
a { background-color: #8A2FEF; }
a { background-color: rgb(138,47,239); }
div.DivClassName
{
background-color: #8A2FEF;
}
.BgClassName
{
background-color: #8A2FEF;
}
</style>
border-color css
<style>
span { border-color: #8A2FEF; }
span { border-color: rgb(138,47,239); }
td.TdClassName
{
border-color: #8A2FEF;
}
.TagClassName
{
border-color: #8A2FEF;
}
</style>