Shades of Blue Violet #8325E0
Tints of Blue Violet #8325E0
RGB
CMYK
RGB Variations
Color information
#8325E0 (or 0x8325E0) is known color: Blue Violet. HEX triplet: 83, 25 and E0. RGB value is (131,37,224). Sum of RGB (Red+Green+Blue) = 131+37+224=392 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.42% from 392); Green value is 37 (14.84% from 255 or 9.44% from 392); Blue value is 224 (87.89% from 255 or 57.14% from 392); Max value from RGB is 224 - color contains mainly: blue. Hex color #8325E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8325E0 is #7CDA1F. Grayscale: #555555. Windows color (decimal): -8182304 or 14689667. OLE color: 14689667.
HSL color Cylindrical-coordinate representation of color #8325E0: hue angle of 270.16º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8325E0 is Cyan = 0.42, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 131 | 37 | 224 | - |
| CMYK | 0.42 | 0.83 | 0 | 0.12 |
| HSL | 270.16º | 0.75% | 0.51% | - |
| HSV(B) | 270.16º | 0.83% | 0.88% | - |
| XYZ | 23.48 | 11.53 | 71.51 | - |
| YUV | 86.42 | 205.64 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 37 | 224 | 0.42 | 0.83 | 0 | 0.12 | 270.16 | 0.75 | 0.51 |
| Hex | 83 | 25 | E0 | 2A | 53 | 0 | C | 10E | 4B | 33 |
| Octal | 203 | 45 | 340 | 52 | 123 | 0 | 14 | 416 | 113 | 63 |
| Binary | 10000011 | 100101 | 11100000 | 101010 | 1010011 | 0 | 1100 | 100001110 | 1001011 | 110011 |
Color Harmonies of #8325E0
Complementary color
Monochromatic Colors of #8325E0
Black with #8325E0
Text Example
Text Example
White with #8325E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8325E0; }
p { color: rgb(131,37,224); }
H1.HeaderClassName
{
color: #8325E0;
}
.AnyTagClassName
{
color: #8325E0;
}
</style>
background-color css
<style>
a { background-color: #8325E0; }
a { background-color: rgb(131,37,224); }
div.DivClassName
{
background-color: #8325E0;
}
.BgClassName
{
background-color: #8325E0;
}
</style>
border-color css
<style>
span { border-color: #8325E0; }
span { border-color: rgb(131,37,224); }
td.TdClassName
{
border-color: #8325E0;
}
.TagClassName
{
border-color: #8325E0;
}
</style>