Shades of Blue Violet #8432F9
Tints of Blue Violet #8432F9
RGB
CMYK
RGB Variations
Color information
#8432F9 (or 0x8432F9) is known color: Blue Violet. HEX triplet: 84, 32 and F9. RGB value is (132,50,249). Sum of RGB (Red+Green+Blue) = 132+50+249=431 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.63% from 431); Green value is 50 (19.92% from 255 or 11.60% from 431); Blue value is 249 (97.66% from 255 or 57.77% from 431); Max value from RGB is 249 - color contains mainly: blue. Hex color #8432F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8432F9 is #7BCD06. Grayscale: #606060. Windows color (decimal): -8113415 or 16331396. OLE color: 16331396.
HSL color Cylindrical-coordinate representation of color #8432F9: hue angle of 264.72º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8432F9 is Cyan = 0.47, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 132 | 50 | 249 | - |
| CMYK | 0.47 | 0.80 | 0 | 0.02 |
| HSL | 264.72º | 0.94% | 0.59% | - |
| HSV(B) | 264.72º | 0.8% | 0.98% | - |
| XYZ | 27.76 | 14.03 | 90.87 | - |
| YUV | 97.2 | 213.67 | 152.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 50 | 249 | 0.47 | 0.80 | 0 | 0.02 | 264.72 | 0.94 | 0.59 |
| Hex | 84 | 32 | F9 | 2F | 50 | 0 | 2 | 109 | 5E | 3B |
| Octal | 204 | 62 | 371 | 57 | 120 | 0 | 2 | 411 | 136 | 73 |
| Binary | 10000100 | 110010 | 11111001 | 101111 | 1010000 | 0 | 10 | 100001001 | 1011110 | 111011 |
Color Harmonies of #8432F9
Complementary color
Monochromatic Colors of #8432F9
Black with #8432F9
Text Example
Text Example
White with #8432F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8432F9; }
p { color: rgb(132,50,249); }
H1.HeaderClassName
{
color: #8432F9;
}
.AnyTagClassName
{
color: #8432F9;
}
</style>
background-color css
<style>
a { background-color: #8432F9; }
a { background-color: rgb(132,50,249); }
div.DivClassName
{
background-color: #8432F9;
}
.BgClassName
{
background-color: #8432F9;
}
</style>
border-color css
<style>
span { border-color: #8432F9; }
span { border-color: rgb(132,50,249); }
td.TdClassName
{
border-color: #8432F9;
}
.TagClassName
{
border-color: #8432F9;
}
</style>