Shades of Blue Violet #8325E7
Tints of Blue Violet #8325E7
RGB
CMYK
RGB Variations
Color information
#8325E7 (or 0x8325E7) is known color: Blue Violet. HEX triplet: 83, 25 and E7. RGB value is (131,37,231). Sum of RGB (Red+Green+Blue) = 131+37+231=399 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.83% from 399); Green value is 37 (14.84% from 255 or 9.27% from 399); Blue value is 231 (90.62% from 255 or 57.89% from 399); Max value from RGB is 231 - color contains mainly: blue. Hex color #8325E7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8325E7 is #7CDA18. Grayscale: #565656. Windows color (decimal): -8182297 or 15148419. OLE color: 15148419.
HSL color Cylindrical-coordinate representation of color #8325E7: hue angle of 269.07º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8325E7 is Cyan = 0.43, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 131 | 37 | 231 | - |
| CMYK | 0.43 | 0.84 | 0 | 0.09 |
| HSL | 269.07º | 0.8% | 0.53% | - |
| HSV(B) | 269.07º | 0.84% | 0.91% | - |
| XYZ | 24.45 | 11.92 | 76.61 | - |
| YUV | 87.22 | 209.14 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 37 | 231 | 0.43 | 0.84 | 0 | 0.09 | 269.07 | 0.8 | 0.53 |
| Hex | 83 | 25 | E7 | 2B | 54 | 0 | 9 | 10D | 50 | 35 |
| Octal | 203 | 45 | 347 | 53 | 124 | 0 | 11 | 415 | 120 | 65 |
| Binary | 10000011 | 100101 | 11100111 | 101011 | 1010100 | 0 | 1001 | 100001101 | 1010000 | 110101 |
Color Harmonies of #8325E7
Complementary color
Monochromatic Colors of #8325E7
Black with #8325E7
Text Example
Text Example
White with #8325E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8325E7; }
p { color: rgb(131,37,231); }
H1.HeaderClassName
{
color: #8325E7;
}
.AnyTagClassName
{
color: #8325E7;
}
</style>
background-color css
<style>
a { background-color: #8325E7; }
a { background-color: rgb(131,37,231); }
div.DivClassName
{
background-color: #8325E7;
}
.BgClassName
{
background-color: #8325E7;
}
</style>
border-color css
<style>
span { border-color: #8325E7; }
span { border-color: rgb(131,37,231); }
td.TdClassName
{
border-color: #8325E7;
}
.TagClassName
{
border-color: #8325E7;
}
</style>