Shades of Blue Violet #8429FA
Tints of Blue Violet #8429FA
RGB
CMYK
RGB Variations
Color information
#8429FA (or 0x8429FA) is known color: Blue Violet. HEX triplet: 84, 29 and FA. RGB value is (132,41,250). Sum of RGB (Red+Green+Blue) = 132+41+250=423 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.21% from 423); Green value is 41 (16.41% from 255 or 9.69% from 423); Blue value is 250 (98.05% from 255 or 59.10% from 423); Max value from RGB is 250 - color contains mainly: blue. Hex color #8429FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8429FA is #7BD605. Grayscale: #5B5B5B. Windows color (decimal): -8115718 or 16394628. OLE color: 16394628.
HSL color Cylindrical-coordinate representation of color #8429FA: hue angle of 266.12º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8429FA is Cyan = 0.47, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 132 | 41 | 250 | - |
| CMYK | 0.47 | 0.84 | 0 | 0.02 |
| HSL | 266.12º | 0.95% | 0.57% | - |
| HSV(B) | 266.12º | 0.84% | 0.98% | - |
| XYZ | 27.56 | 13.39 | 91.57 | - |
| YUV | 92.04 | 217.15 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 41 | 250 | 0.47 | 0.84 | 0 | 0.02 | 266.12 | 0.95 | 0.57 |
| Hex | 84 | 29 | FA | 2F | 54 | 0 | 2 | 10A | 5F | 39 |
| Octal | 204 | 51 | 372 | 57 | 124 | 0 | 2 | 412 | 137 | 71 |
| Binary | 10000100 | 101001 | 11111010 | 101111 | 1010100 | 0 | 10 | 100001010 | 1011111 | 111001 |
Color Harmonies of #8429FA
Complementary color
Monochromatic Colors of #8429FA
Black with #8429FA
Text Example
Text Example
White with #8429FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8429FA; }
p { color: rgb(132,41,250); }
H1.HeaderClassName
{
color: #8429FA;
}
.AnyTagClassName
{
color: #8429FA;
}
</style>
background-color css
<style>
a { background-color: #8429FA; }
a { background-color: rgb(132,41,250); }
div.DivClassName
{
background-color: #8429FA;
}
.BgClassName
{
background-color: #8429FA;
}
</style>
border-color css
<style>
span { border-color: #8429FA; }
span { border-color: rgb(132,41,250); }
td.TdClassName
{
border-color: #8429FA;
}
.TagClassName
{
border-color: #8429FA;
}
</style>