Shades of Blue Violet #8A31EF
Tints of Blue Violet #8A31EF
RGB
CMYK
RGB Variations
Color information
#8A31EF (or 0x8A31EF) is known color: Blue Violet. HEX triplet: 8A, 31 and EF. RGB value is (138,49,239). Sum of RGB (Red+Green+Blue) = 138+49+239=426 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.39% from 426); Green value is 49 (19.53% from 255 or 11.50% from 426); Blue value is 239 (93.75% from 255 or 56.10% from 426); Max value from RGB is 239 - color contains mainly: blue. Hex color #8A31EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8A31EF is #75CE10. Grayscale: #606060. Windows color (decimal): -7720465 or 15675786. OLE color: 15675786.
HSL color Cylindrical-coordinate representation of color #8A31EF: hue angle of 268.11º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8A31EF is Cyan = 0.42, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 138 | 49 | 239 | - |
| CMYK | 0.42 | 0.79 | 0 | 0.06 |
| HSL | 268.11º | 0.86% | 0.56% | - |
| HSV(B) | 268.11º | 0.79% | 0.94% | - |
| XYZ | 27.16 | 13.83 | 82.9 | - |
| YUV | 97.27 | 207.99 | 157.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 49 | 239 | 0.42 | 0.79 | 0 | 0.06 | 268.11 | 0.86 | 0.56 |
| Hex | 8A | 31 | EF | 2A | 4F | 0 | 6 | 10C | 56 | 38 |
| Octal | 212 | 61 | 357 | 52 | 117 | 0 | 6 | 414 | 126 | 70 |
| Binary | 10001010 | 110001 | 11101111 | 101010 | 1001111 | 0 | 110 | 100001100 | 1010110 | 111000 |
Color Harmonies of #8A31EF
Complementary color
Monochromatic Colors of #8A31EF
Black with #8A31EF
Text Example
Text Example
White with #8A31EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A31EF; }
p { color: rgb(138,49,239); }
H1.HeaderClassName
{
color: #8A31EF;
}
.AnyTagClassName
{
color: #8A31EF;
}
</style>
background-color css
<style>
a { background-color: #8A31EF; }
a { background-color: rgb(138,49,239); }
div.DivClassName
{
background-color: #8A31EF;
}
.BgClassName
{
background-color: #8A31EF;
}
</style>
border-color css
<style>
span { border-color: #8A31EF; }
span { border-color: rgb(138,49,239); }
td.TdClassName
{
border-color: #8A31EF;
}
.TagClassName
{
border-color: #8A31EF;
}
</style>