Shades of Blue Violet #8A31FF
Tints of Blue Violet #8A31FF
RGB
CMYK
RGB Variations
Color information
#8A31FF (or 0x8A31FF) is known color: Blue Violet. HEX triplet: 8A, 31 and FF. RGB value is (138,49,255). Sum of RGB (Red+Green+Blue) = 138+49+255=442 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.22% from 442); Green value is 49 (19.53% from 255 or 11.09% from 442); Blue value is 255 (100% from 255 or 57.69% from 442); Max value from RGB is 255 - color contains mainly: blue. Hex color #8A31FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8A31FF is #75CE00. Grayscale: #626262. Windows color (decimal): -7720449 or 16724362. OLE color: 16724362.
HSL color Cylindrical-coordinate representation of color #8A31FF: hue angle of 265.92º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8A31FF is Cyan = 0.46, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 138 | 49 | 255 | - |
| CMYK | 0.46 | 0.81 | 0 | 0 |
| HSL | 265.92º | 1% | 0.6% | - |
| HSV(B) | 265.92º | 0.81% | 1% | - |
| XYZ | 29.63 | 14.82 | 95.91 | - |
| YUV | 99.1 | 215.99 | 155.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 49 | 255 | 0.46 | 0.81 | 0 | 0 | 265.92 | 1 | 0.6 |
| Hex | 8A | 31 | FF | 2E | 51 | 0 | 0 | 10A | 64 | 3C |
| Octal | 212 | 61 | 377 | 56 | 121 | 0 | 0 | 412 | 144 | 74 |
| Binary | 10001010 | 110001 | 11111111 | 101110 | 1010001 | 0 | 0 | 100001010 | 1100100 | 111100 |
Color Harmonies of #8A31FF
Complementary color
Monochromatic Colors of #8A31FF
Black with #8A31FF
Text Example
Text Example
White with #8A31FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A31FF; }
p { color: rgb(138,49,255); }
H1.HeaderClassName
{
color: #8A31FF;
}
.AnyTagClassName
{
color: #8A31FF;
}
</style>
background-color css
<style>
a { background-color: #8A31FF; }
a { background-color: rgb(138,49,255); }
div.DivClassName
{
background-color: #8A31FF;
}
.BgClassName
{
background-color: #8A31FF;
}
</style>
border-color css
<style>
span { border-color: #8A31FF; }
span { border-color: rgb(138,49,255); }
td.TdClassName
{
border-color: #8A31FF;
}
.TagClassName
{
border-color: #8A31FF;
}
</style>