Shades of Blue Violet #8322DF
Tints of Blue Violet #8322DF
RGB
CMYK
RGB Variations
Color information
#8322DF (or 0x8322DF) is known color: Blue Violet. HEX triplet: 83, 22 and DF. RGB value is (131,34,223). Sum of RGB (Red+Green+Blue) = 131+34+223=388 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.76% from 388); Green value is 34 (13.67% from 255 or 8.76% from 388); Blue value is 223 (87.5% from 255 or 57.47% from 388); Max value from RGB is 223 - color contains mainly: blue. Hex color #8322DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8322DF is #7CDD20. Grayscale: #535353. Windows color (decimal): -8183073 or 14623363. OLE color: 14623363.
HSL color Cylindrical-coordinate representation of color #8322DF: hue angle of 270.79º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8322DF is Cyan = 0.41, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 34 | 223 | - |
| CMYK | 0.41 | 0.85 | 0 | 0.13 |
| HSL | 270.79º | 0.75% | 0.5% | - |
| HSV(B) | 270.79º | 0.85% | 0.87% | - |
| XYZ | 23.25 | 11.3 | 70.77 | - |
| YUV | 84.55 | 206.14 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 34 | 223 | 0.41 | 0.85 | 0 | 0.13 | 270.79 | 0.75 | 0.5 |
| Hex | 83 | 22 | DF | 29 | 55 | 0 | D | 10F | 4B | 32 |
| Octal | 203 | 42 | 337 | 51 | 125 | 0 | 15 | 417 | 113 | 62 |
| Binary | 10000011 | 100010 | 11011111 | 101001 | 1010101 | 0 | 1101 | 100001111 | 1001011 | 110010 |
Color Harmonies of #8322DF
Complementary color
Monochromatic Colors of #8322DF
Black with #8322DF
Text Example
Text Example
White with #8322DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8322DF; }
p { color: rgb(131,34,223); }
H1.HeaderClassName
{
color: #8322DF;
}
.AnyTagClassName
{
color: #8322DF;
}
</style>
background-color css
<style>
a { background-color: #8322DF; }
a { background-color: rgb(131,34,223); }
div.DivClassName
{
background-color: #8322DF;
}
.BgClassName
{
background-color: #8322DF;
}
</style>
border-color css
<style>
span { border-color: #8322DF; }
span { border-color: rgb(131,34,223); }
td.TdClassName
{
border-color: #8322DF;
}
.TagClassName
{
border-color: #8322DF;
}
</style>