Shades of Blue Violet #8A31D9
Tints of Blue Violet #8A31D9
RGB
CMYK
RGB Variations
Color information
#8A31D9 (or 0x8A31D9) is known color: Blue Violet. HEX triplet: 8A, 31 and D9. RGB value is (138,49,217). Sum of RGB (Red+Green+Blue) = 138+49+217=404 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.16% from 404); Green value is 49 (19.53% from 255 or 12.13% from 404); Blue value is 217 (85.16% from 255 or 53.71% from 404); Max value from RGB is 217 - color contains mainly: blue. Hex color #8A31D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A31D9 is #75CE26. Grayscale: #5E5E5E. Windows color (decimal): -7720487 or 14233994. OLE color: 14233994.
HSL color Cylindrical-coordinate representation of color #8A31D9: hue angle of 271.79º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8A31D9 is Cyan = 0.36, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 138 | 49 | 217 | - |
| CMYK | 0.36 | 0.77 | 0 | 0.15 |
| HSL | 271.79º | 0.69% | 0.52% | - |
| HSV(B) | 271.79º | 0.77% | 0.85% | - |
| XYZ | 24.1 | 12.61 | 66.81 | - |
| YUV | 94.76 | 196.99 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 49 | 217 | 0.36 | 0.77 | 0 | 0.15 | 271.79 | 0.69 | 0.52 |
| Hex | 8A | 31 | D9 | 24 | 4D | 0 | F | 110 | 45 | 34 |
| Octal | 212 | 61 | 331 | 44 | 115 | 0 | 17 | 420 | 105 | 64 |
| Binary | 10001010 | 110001 | 11011001 | 100100 | 1001101 | 0 | 1111 | 100010000 | 1000101 | 110100 |
Color Harmonies of #8A31D9
Complementary color
Monochromatic Colors of #8A31D9
Black with #8A31D9
Text Example
Text Example
White with #8A31D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A31D9; }
p { color: rgb(138,49,217); }
H1.HeaderClassName
{
color: #8A31D9;
}
.AnyTagClassName
{
color: #8A31D9;
}
</style>
background-color css
<style>
a { background-color: #8A31D9; }
a { background-color: rgb(138,49,217); }
div.DivClassName
{
background-color: #8A31D9;
}
.BgClassName
{
background-color: #8A31D9;
}
</style>
border-color css
<style>
span { border-color: #8A31D9; }
span { border-color: rgb(138,49,217); }
td.TdClassName
{
border-color: #8A31D9;
}
.TagClassName
{
border-color: #8A31D9;
}
</style>