Shades of Blue Violet #8431FA
Tints of Blue Violet #8431FA
RGB
CMYK
RGB Variations
Color information
#8431FA (or 0x8431FA) is known color: Blue Violet. HEX triplet: 84, 31 and FA. RGB value is (132,49,250). Sum of RGB (Red+Green+Blue) = 132+49+250=431 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.63% from 431); Green value is 49 (19.53% from 255 or 11.37% from 431); Blue value is 250 (98.05% from 255 or 58.00% from 431); Max value from RGB is 250 - color contains mainly: blue. Hex color #8431FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8431FA is #7BCE05. Grayscale: #606060. Windows color (decimal): -8113670 or 16396676. OLE color: 16396676.
HSL color Cylindrical-coordinate representation of color #8431FA: hue angle of 264.78º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8431FA is Cyan = 0.47, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 132 | 49 | 250 | - |
| CMYK | 0.47 | 0.80 | 0 | 0.02 |
| HSL | 264.78º | 0.95% | 0.59% | - |
| HSV(B) | 264.78º | 0.8% | 0.98% | - |
| XYZ | 27.87 | 14 | 91.68 | - |
| YUV | 96.73 | 214.5 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 49 | 250 | 0.47 | 0.80 | 0 | 0.02 | 264.78 | 0.95 | 0.59 |
| Hex | 84 | 31 | FA | 2F | 50 | 0 | 2 | 109 | 5F | 3B |
| Octal | 204 | 61 | 372 | 57 | 120 | 0 | 2 | 411 | 137 | 73 |
| Binary | 10000100 | 110001 | 11111010 | 101111 | 1010000 | 0 | 10 | 100001001 | 1011111 | 111011 |
Color Harmonies of #8431FA
Complementary color
Monochromatic Colors of #8431FA
Black with #8431FA
Text Example
Text Example
White with #8431FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8431FA; }
p { color: rgb(132,49,250); }
H1.HeaderClassName
{
color: #8431FA;
}
.AnyTagClassName
{
color: #8431FA;
}
</style>
background-color css
<style>
a { background-color: #8431FA; }
a { background-color: rgb(132,49,250); }
div.DivClassName
{
background-color: #8431FA;
}
.BgClassName
{
background-color: #8431FA;
}
</style>
border-color css
<style>
span { border-color: #8431FA; }
span { border-color: rgb(132,49,250); }
td.TdClassName
{
border-color: #8431FA;
}
.TagClassName
{
border-color: #8431FA;
}
</style>