Shades of Blue Violet #8429D9
Tints of Blue Violet #8429D9
RGB
CMYK
RGB Variations
Color information
#8429D9 (or 0x8429D9) is known color: Blue Violet. HEX triplet: 84, 29 and D9. RGB value is (132,41,217). Sum of RGB (Red+Green+Blue) = 132+41+217=390 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.85% from 390); Green value is 41 (16.41% from 255 or 10.51% from 390); Blue value is 217 (85.16% from 255 or 55.64% from 390); Max value from RGB is 217 - color contains mainly: blue. Hex color #8429D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8429D9 is #7BD626. Grayscale: #575757. Windows color (decimal): -8115751 or 14231940. OLE color: 14231940.
HSL color Cylindrical-coordinate representation of color #8429D9: hue angle of 271.02º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8429D9 is Cyan = 0.39, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 132 | 41 | 217 | - |
| CMYK | 0.39 | 0.81 | 0 | 0.15 |
| HSL | 271.02º | 0.7% | 0.51% | - |
| HSV(B) | 271.02º | 0.81% | 0.85% | - |
| XYZ | 22.83 | 11.5 | 66.66 | - |
| YUV | 88.27 | 200.65 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 41 | 217 | 0.39 | 0.81 | 0 | 0.15 | 271.02 | 0.7 | 0.51 |
| Hex | 84 | 29 | D9 | 27 | 51 | 0 | F | 10F | 46 | 33 |
| Octal | 204 | 51 | 331 | 47 | 121 | 0 | 17 | 417 | 106 | 63 |
| Binary | 10000100 | 101001 | 11011001 | 100111 | 1010001 | 0 | 1111 | 100001111 | 1000110 | 110011 |
Color Harmonies of #8429D9
Complementary color
Monochromatic Colors of #8429D9
Black with #8429D9
Text Example
Text Example
White with #8429D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8429D9; }
p { color: rgb(132,41,217); }
H1.HeaderClassName
{
color: #8429D9;
}
.AnyTagClassName
{
color: #8429D9;
}
</style>
background-color css
<style>
a { background-color: #8429D9; }
a { background-color: rgb(132,41,217); }
div.DivClassName
{
background-color: #8429D9;
}
.BgClassName
{
background-color: #8429D9;
}
</style>
border-color css
<style>
span { border-color: #8429D9; }
span { border-color: rgb(132,41,217); }
td.TdClassName
{
border-color: #8429D9;
}
.TagClassName
{
border-color: #8429D9;
}
</style>