Shades of Blue Violet #8329F9
Tints of Blue Violet #8329F9
RGB
CMYK
RGB Variations
Color information
#8329F9 (or 0x8329F9) is known color: Blue Violet. HEX triplet: 83, 29 and F9. RGB value is (131,41,249). Sum of RGB (Red+Green+Blue) = 131+41+249=421 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.12% from 421); Green value is 41 (16.41% from 255 or 9.74% from 421); Blue value is 249 (97.66% from 255 or 59.14% from 421); Max value from RGB is 249 - color contains mainly: blue. Hex color #8329F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8329F9 is #7CD606. Grayscale: #5A5A5A. Windows color (decimal): -8181255 or 16329091. OLE color: 16329091.
HSL color Cylindrical-coordinate representation of color #8329F9: hue angle of 265.96º 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 #8329F9 is Cyan = 0.47, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 131 | 41 | 249 | - |
| CMYK | 0.47 | 0.84 | 0 | 0.02 |
| HSL | 265.96º | 0.95% | 0.57% | - |
| HSV(B) | 265.96º | 0.84% | 0.98% | - |
| XYZ | 27.25 | 13.25 | 90.74 | - |
| YUV | 91.62 | 216.82 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 41 | 249 | 0.47 | 0.84 | 0 | 0.02 | 265.96 | 0.95 | 0.57 |
| Hex | 83 | 29 | F9 | 2F | 54 | 0 | 2 | 10A | 5F | 39 |
| Octal | 203 | 51 | 371 | 57 | 124 | 0 | 2 | 412 | 137 | 71 |
| Binary | 10000011 | 101001 | 11111001 | 101111 | 1010100 | 0 | 10 | 100001010 | 1011111 | 111001 |
Color Harmonies of #8329F9
Complementary color
Monochromatic Colors of #8329F9
Black with #8329F9
Text Example
Text Example
White with #8329F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8329F9; }
p { color: rgb(131,41,249); }
H1.HeaderClassName
{
color: #8329F9;
}
.AnyTagClassName
{
color: #8329F9;
}
</style>
background-color css
<style>
a { background-color: #8329F9; }
a { background-color: rgb(131,41,249); }
div.DivClassName
{
background-color: #8329F9;
}
.BgClassName
{
background-color: #8329F9;
}
</style>
border-color css
<style>
span { border-color: #8329F9; }
span { border-color: rgb(131,41,249); }
td.TdClassName
{
border-color: #8329F9;
}
.TagClassName
{
border-color: #8329F9;
}
</style>