Shades of Blue Violet #8412FA
Tints of Blue Violet #8412FA
RGB
CMYK
RGB Variations
Color information
#8412FA (or 0x8412FA) is known color: Blue Violet. HEX triplet: 84, 12 and FA. RGB value is (132,18,250). Sum of RGB (Red+Green+Blue) = 132+18+250=400 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33% from 400); Green value is 18 (7.42% from 255 or 4.5% from 400); Blue value is 250 (98.05% from 255 or 62.5% from 400); Max value from RGB is 250 - color contains mainly: blue. Hex color #8412FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8412FA is #7BED05. Grayscale: #4D4D4D. Windows color (decimal): -8121606 or 16388740. OLE color: 16388740.
HSL color Cylindrical-coordinate representation of color #8412FA: hue angle of 269.48º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8412FA is Cyan = 0.47, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 132 | 18 | 250 | - |
| CMYK | 0.47 | 0.93 | 0 | 0.02 |
| HSL | 269.48º | 0.96% | 0.53% | - |
| HSV(B) | 269.48º | 0.93% | 0.98% | - |
| XYZ | 26.99 | 12.24 | 91.38 | - |
| YUV | 78.53 | 224.77 | 166.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 18 | 250 | 0.47 | 0.93 | 0 | 0.02 | 269.48 | 0.96 | 0.53 |
| Hex | 84 | 12 | FA | 2F | 5D | 0 | 2 | 10D | 60 | 35 |
| Octal | 204 | 22 | 372 | 57 | 135 | 0 | 2 | 415 | 140 | 65 |
| Binary | 10000100 | 10010 | 11111010 | 101111 | 1011101 | 0 | 10 | 100001101 | 1100000 | 110101 |
Color Harmonies of #8412FA
Complementary color
Monochromatic Colors of #8412FA
Black with #8412FA
Text Example
Text Example
White with #8412FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8412FA; }
p { color: rgb(132,18,250); }
H1.HeaderClassName
{
color: #8412FA;
}
.AnyTagClassName
{
color: #8412FA;
}
</style>
background-color css
<style>
a { background-color: #8412FA; }
a { background-color: rgb(132,18,250); }
div.DivClassName
{
background-color: #8412FA;
}
.BgClassName
{
background-color: #8412FA;
}
</style>
border-color css
<style>
span { border-color: #8412FA; }
span { border-color: rgb(132,18,250); }
td.TdClassName
{
border-color: #8412FA;
}
.TagClassName
{
border-color: #8412FA;
}
</style>