Shades of Blue Violet #8325E3
Tints of Blue Violet #8325E3
RGB
CMYK
RGB Variations
Color information
#8325E3 (or 0x8325E3) is known color: Blue Violet. HEX triplet: 83, 25 and E3. RGB value is (131,37,227). Sum of RGB (Red+Green+Blue) = 131+37+227=395 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.16% from 395); Green value is 37 (14.84% from 255 or 9.37% from 395); Blue value is 227 (89.06% from 255 or 57.47% from 395); Max value from RGB is 227 - color contains mainly: blue. Hex color #8325E3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8325E3 is #7CDA1C. Grayscale: #565656. Windows color (decimal): -8182301 or 14886275. OLE color: 14886275.
HSL color Cylindrical-coordinate representation of color #8325E3: hue angle of 269.68º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8325E3 is Cyan = 0.42, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 131 | 37 | 227 | - |
| CMYK | 0.42 | 0.84 | 0 | 0.11 |
| HSL | 269.68º | 0.77% | 0.52% | - |
| HSV(B) | 269.68º | 0.84% | 0.89% | - |
| XYZ | 23.89 | 11.69 | 73.67 | - |
| YUV | 86.77 | 207.14 | 159.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 37 | 227 | 0.42 | 0.84 | 0 | 0.11 | 269.68 | 0.77 | 0.52 |
| Hex | 83 | 25 | E3 | 2A | 54 | 0 | B | 10E | 4D | 34 |
| Octal | 203 | 45 | 343 | 52 | 124 | 0 | 13 | 416 | 115 | 64 |
| Binary | 10000011 | 100101 | 11100011 | 101010 | 1010100 | 0 | 1011 | 100001110 | 1001101 | 110100 |
Color Harmonies of #8325E3
Complementary color
Monochromatic Colors of #8325E3
Black with #8325E3
Text Example
Text Example
White with #8325E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8325E3; }
p { color: rgb(131,37,227); }
H1.HeaderClassName
{
color: #8325E3;
}
.AnyTagClassName
{
color: #8325E3;
}
</style>
background-color css
<style>
a { background-color: #8325E3; }
a { background-color: rgb(131,37,227); }
div.DivClassName
{
background-color: #8325E3;
}
.BgClassName
{
background-color: #8325E3;
}
</style>
border-color css
<style>
span { border-color: #8325E3; }
span { border-color: rgb(131,37,227); }
td.TdClassName
{
border-color: #8325E3;
}
.TagClassName
{
border-color: #8325E3;
}
</style>