Shades of Blue Violet #8328DF
Tints of Blue Violet #8328DF
RGB
CMYK
RGB Variations
Color information
#8328DF (or 0x8328DF) is known color: Blue Violet. HEX triplet: 83, 28 and DF. RGB value is (131,40,223). Sum of RGB (Red+Green+Blue) = 131+40+223=394 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.25% from 394); Green value is 40 (16.02% from 255 or 10.15% from 394); Blue value is 223 (87.5% from 255 or 56.60% from 394); Max value from RGB is 223 - color contains mainly: blue. Hex color #8328DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8328DF is #7CD720. Grayscale: #575757. Windows color (decimal): -8181537 or 14624899. OLE color: 14624899.
HSL color Cylindrical-coordinate representation of color #8328DF: hue angle of 269.84º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8328DF is Cyan = 0.41, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 40 | 223 | - |
| CMYK | 0.41 | 0.82 | 0 | 0.13 |
| HSL | 269.84º | 0.74% | 0.52% | - |
| HSV(B) | 269.84º | 0.82% | 0.87% | - |
| XYZ | 23.44 | 11.67 | 70.83 | - |
| YUV | 88.07 | 204.15 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 40 | 223 | 0.41 | 0.82 | 0 | 0.13 | 269.84 | 0.74 | 0.52 |
| Hex | 83 | 28 | DF | 29 | 52 | 0 | D | 10E | 4A | 34 |
| Octal | 203 | 50 | 337 | 51 | 122 | 0 | 15 | 416 | 112 | 64 |
| Binary | 10000011 | 101000 | 11011111 | 101001 | 1010010 | 0 | 1101 | 100001110 | 1001010 | 110100 |
Color Harmonies of #8328DF
Complementary color
Monochromatic Colors of #8328DF
Black with #8328DF
Text Example
Text Example
White with #8328DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8328DF; }
p { color: rgb(131,40,223); }
H1.HeaderClassName
{
color: #8328DF;
}
.AnyTagClassName
{
color: #8328DF;
}
</style>
background-color css
<style>
a { background-color: #8328DF; }
a { background-color: rgb(131,40,223); }
div.DivClassName
{
background-color: #8328DF;
}
.BgClassName
{
background-color: #8328DF;
}
</style>
border-color css
<style>
span { border-color: #8328DF; }
span { border-color: rgb(131,40,223); }
td.TdClassName
{
border-color: #8328DF;
}
.TagClassName
{
border-color: #8328DF;
}
</style>