Shades of Blue Violet #8325F9
Tints of Blue Violet #8325F9
RGB
CMYK
RGB Variations
Color information
#8325F9 (or 0x8325F9) is known color: Blue Violet. HEX triplet: 83, 25 and F9. RGB value is (131,37,249). Sum of RGB (Red+Green+Blue) = 131+37+249=417 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.41% from 417); Green value is 37 (14.84% from 255 or 8.87% from 417); Blue value is 249 (97.66% from 255 or 59.71% from 417); Max value from RGB is 249 - color contains mainly: blue. Hex color #8325F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8325F9 is #7CDA06. Grayscale: #585858. Windows color (decimal): -8182279 or 16328067. OLE color: 16328067.
HSL color Cylindrical-coordinate representation of color #8325F9: hue angle of 266.6º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8325F9 is Cyan = 0.47, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 131 | 37 | 249 | - |
| CMYK | 0.47 | 0.85 | 0 | 0.02 |
| HSL | 266.6º | 0.95% | 0.56% | - |
| HSV(B) | 266.6º | 0.85% | 0.98% | - |
| XYZ | 27.12 | 12.99 | 90.7 | - |
| YUV | 89.27 | 218.14 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 37 | 249 | 0.47 | 0.85 | 0 | 0.02 | 266.6 | 0.95 | 0.56 |
| Hex | 83 | 25 | F9 | 2F | 55 | 0 | 2 | 10B | 5F | 38 |
| Octal | 203 | 45 | 371 | 57 | 125 | 0 | 2 | 413 | 137 | 70 |
| Binary | 10000011 | 100101 | 11111001 | 101111 | 1010101 | 0 | 10 | 100001011 | 1011111 | 111000 |
Color Harmonies of #8325F9
Complementary color
Monochromatic Colors of #8325F9
Black with #8325F9
Text Example
Text Example
White with #8325F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8325F9; }
p { color: rgb(131,37,249); }
H1.HeaderClassName
{
color: #8325F9;
}
.AnyTagClassName
{
color: #8325F9;
}
</style>
background-color css
<style>
a { background-color: #8325F9; }
a { background-color: rgb(131,37,249); }
div.DivClassName
{
background-color: #8325F9;
}
.BgClassName
{
background-color: #8325F9;
}
</style>
border-color css
<style>
span { border-color: #8325F9; }
span { border-color: rgb(131,37,249); }
td.TdClassName
{
border-color: #8325F9;
}
.TagClassName
{
border-color: #8325F9;
}
</style>