Shades of Blue Violet #8431D9
Tints of Blue Violet #8431D9
RGB
CMYK
RGB Variations
Color information
#8431D9 (or 0x8431D9) is known color: Blue Violet. HEX triplet: 84, 31 and D9. RGB value is (132,49,217). Sum of RGB (Red+Green+Blue) = 132+49+217=398 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.17% from 398); Green value is 49 (19.53% from 255 or 12.31% from 398); Blue value is 217 (85.16% from 255 or 54.52% from 398); Max value from RGB is 217 - color contains mainly: blue. Hex color #8431D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8431D9 is #7BCE26. Grayscale: #5C5C5C. Windows color (decimal): -8113703 or 14233988. OLE color: 14233988.
HSL color Cylindrical-coordinate representation of color #8431D9: hue angle of 269.64º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8431D9 is Cyan = 0.39, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 132 | 49 | 217 | - |
| CMYK | 0.39 | 0.77 | 0 | 0.15 |
| HSL | 269.64º | 0.69% | 0.52% | - |
| HSV(B) | 269.64º | 0.77% | 0.85% | - |
| XYZ | 23.14 | 12.11 | 66.76 | - |
| YUV | 92.97 | 198 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 49 | 217 | 0.39 | 0.77 | 0 | 0.15 | 269.64 | 0.69 | 0.52 |
| Hex | 84 | 31 | D9 | 27 | 4D | 0 | F | 10E | 45 | 34 |
| Octal | 204 | 61 | 331 | 47 | 115 | 0 | 17 | 416 | 105 | 64 |
| Binary | 10000100 | 110001 | 11011001 | 100111 | 1001101 | 0 | 1111 | 100001110 | 1000101 | 110100 |
Color Harmonies of #8431D9
Complementary color
Monochromatic Colors of #8431D9
Black with #8431D9
Text Example
Text Example
White with #8431D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8431D9; }
p { color: rgb(132,49,217); }
H1.HeaderClassName
{
color: #8431D9;
}
.AnyTagClassName
{
color: #8431D9;
}
</style>
background-color css
<style>
a { background-color: #8431D9; }
a { background-color: rgb(132,49,217); }
div.DivClassName
{
background-color: #8431D9;
}
.BgClassName
{
background-color: #8431D9;
}
</style>
border-color css
<style>
span { border-color: #8431D9; }
span { border-color: rgb(132,49,217); }
td.TdClassName
{
border-color: #8431D9;
}
.TagClassName
{
border-color: #8431D9;
}
</style>