Shades of Blue Violet #8326DF
Tints of Blue Violet #8326DF
RGB
CMYK
RGB Variations
Color information
#8326DF (or 0x8326DF) is known color: Blue Violet. HEX triplet: 83, 26 and DF. RGB value is (131,38,223). Sum of RGB (Red+Green+Blue) = 131+38+223=392 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.42% from 392); Green value is 38 (15.23% from 255 or 9.69% from 392); Blue value is 223 (87.5% from 255 or 56.89% from 392); Max value from RGB is 223 - color contains mainly: blue. Hex color #8326DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8326DF is #7CD920. Grayscale: #565656. Windows color (decimal): -8182049 or 14624387. OLE color: 14624387.
HSL color Cylindrical-coordinate representation of color #8326DF: hue angle of 270.16º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8326DF is Cyan = 0.41, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 38 | 223 | - |
| CMYK | 0.41 | 0.83 | 0 | 0.13 |
| HSL | 270.16º | 0.74% | 0.51% | - |
| HSV(B) | 270.16º | 0.83% | 0.87% | - |
| XYZ | 23.37 | 11.54 | 70.81 | - |
| YUV | 86.9 | 204.81 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 38 | 223 | 0.41 | 0.83 | 0 | 0.13 | 270.16 | 0.74 | 0.51 |
| Hex | 83 | 26 | DF | 29 | 53 | 0 | D | 10E | 4A | 33 |
| Octal | 203 | 46 | 337 | 51 | 123 | 0 | 15 | 416 | 112 | 63 |
| Binary | 10000011 | 100110 | 11011111 | 101001 | 1010011 | 0 | 1101 | 100001110 | 1001010 | 110011 |
Color Harmonies of #8326DF
Complementary color
Monochromatic Colors of #8326DF
Black with #8326DF
Text Example
Text Example
White with #8326DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8326DF; }
p { color: rgb(131,38,223); }
H1.HeaderClassName
{
color: #8326DF;
}
.AnyTagClassName
{
color: #8326DF;
}
</style>
background-color css
<style>
a { background-color: #8326DF; }
a { background-color: rgb(131,38,223); }
div.DivClassName
{
background-color: #8326DF;
}
.BgClassName
{
background-color: #8326DF;
}
</style>
border-color css
<style>
span { border-color: #8326DF; }
span { border-color: rgb(131,38,223); }
td.TdClassName
{
border-color: #8326DF;
}
.TagClassName
{
border-color: #8326DF;
}
</style>