Shades of Blue Violet #8429FF
Tints of Blue Violet #8429FF
RGB
CMYK
RGB Variations
Color information
#8429FF (or 0x8429FF) is known color: Blue Violet. HEX triplet: 84, 29 and FF. RGB value is (132,41,255). Sum of RGB (Red+Green+Blue) = 132+41+255=428 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.84% from 428); Green value is 41 (16.41% from 255 or 9.58% from 428); Blue value is 255 (100% from 255 or 59.58% from 428); Max value from RGB is 255 - color contains mainly: blue. Hex color #8429FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8429FF is #7BD600. Grayscale: #5B5B5B. Windows color (decimal): -8115713 or 16722308. OLE color: 16722308.
HSL color Cylindrical-coordinate representation of color #8429FF: hue angle of 265.51º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8429FF is Cyan = 0.48, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 132 | 41 | 255 | - |
| CMYK | 0.48 | 0.84 | 0 | 0 |
| HSL | 265.51º | 1% | 0.58% | - |
| HSV(B) | 265.51º | 0.84% | 1% | - |
| XYZ | 28.36 | 13.71 | 95.76 | - |
| YUV | 92.61 | 219.65 | 156.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 41 | 255 | 0.48 | 0.84 | 0 | 0 | 265.51 | 1 | 0.58 |
| Hex | 84 | 29 | FF | 30 | 54 | 0 | 0 | 10A | 64 | 3A |
| Octal | 204 | 51 | 377 | 60 | 124 | 0 | 0 | 412 | 144 | 72 |
| Binary | 10000100 | 101001 | 11111111 | 110000 | 1010100 | 0 | 0 | 100001010 | 1100100 | 111010 |
Color Harmonies of #8429FF
Complementary color
Monochromatic Colors of #8429FF
Black with #8429FF
Text Example
Text Example
White with #8429FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8429FF; }
p { color: rgb(132,41,255); }
H1.HeaderClassName
{
color: #8429FF;
}
.AnyTagClassName
{
color: #8429FF;
}
</style>
background-color css
<style>
a { background-color: #8429FF; }
a { background-color: rgb(132,41,255); }
div.DivClassName
{
background-color: #8429FF;
}
.BgClassName
{
background-color: #8429FF;
}
</style>
border-color css
<style>
span { border-color: #8429FF; }
span { border-color: rgb(132,41,255); }
td.TdClassName
{
border-color: #8429FF;
}
.TagClassName
{
border-color: #8429FF;
}
</style>