Shades of Blue Violet #8325DA
Tints of Blue Violet #8325DA
RGB
CMYK
RGB Variations
Color information
#8325DA (or 0x8325DA) is known color: Blue Violet. HEX triplet: 83, 25 and DA. RGB value is (131,37,218). Sum of RGB (Red+Green+Blue) = 131+37+218=386 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.94% from 386); Green value is 37 (14.84% from 255 or 9.59% from 386); Blue value is 218 (85.55% from 255 or 56.48% from 386); Max value from RGB is 218 - color contains mainly: blue. Hex color #8325DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8325DA is #7CDA25. Grayscale: #555555. Windows color (decimal): -8182310 or 14296451. OLE color: 14296451.
HSL color Cylindrical-coordinate representation of color #8325DA: hue angle of 271.16º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8325DA is Cyan = 0.40, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 131 | 37 | 218 | - |
| CMYK | 0.40 | 0.83 | 0 | 0.15 |
| HSL | 271.16º | 0.71% | 0.5% | - |
| HSV(B) | 271.16º | 0.83% | 0.85% | - |
| XYZ | 22.68 | 11.21 | 67.3 | - |
| YUV | 85.74 | 202.64 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 37 | 218 | 0.40 | 0.83 | 0 | 0.15 | 271.16 | 0.71 | 0.5 |
| Hex | 83 | 25 | DA | 28 | 53 | 0 | F | 10F | 47 | 32 |
| Octal | 203 | 45 | 332 | 50 | 123 | 0 | 17 | 417 | 107 | 62 |
| Binary | 10000011 | 100101 | 11011010 | 101000 | 1010011 | 0 | 1111 | 100001111 | 1000111 | 110010 |
Color Harmonies of #8325DA
Complementary color
Monochromatic Colors of #8325DA
Black with #8325DA
Text Example
Text Example
White with #8325DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8325DA; }
p { color: rgb(131,37,218); }
H1.HeaderClassName
{
color: #8325DA;
}
.AnyTagClassName
{
color: #8325DA;
}
</style>
background-color css
<style>
a { background-color: #8325DA; }
a { background-color: rgb(131,37,218); }
div.DivClassName
{
background-color: #8325DA;
}
.BgClassName
{
background-color: #8325DA;
}
</style>
border-color css
<style>
span { border-color: #8325DA; }
span { border-color: rgb(131,37,218); }
td.TdClassName
{
border-color: #8325DA;
}
.TagClassName
{
border-color: #8325DA;
}
</style>