Shades of Blue Violet #8328DC
Tints of Blue Violet #8328DC
RGB
CMYK
RGB Variations
Color information
#8328DC (or 0x8328DC) is known color: Blue Violet. HEX triplet: 83, 28 and DC. RGB value is (131,40,220). Sum of RGB (Red+Green+Blue) = 131+40+220=391 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.50% from 391); Green value is 40 (16.02% from 255 or 10.23% from 391); Blue value is 220 (86.33% from 255 or 56.27% from 391); Max value from RGB is 220 - color contains mainly: blue. Hex color #8328DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8328DC is #7CD723. Grayscale: #575757. Windows color (decimal): -8181540 or 14428291. OLE color: 14428291.
HSL color Cylindrical-coordinate representation of color #8328DC: hue angle of 270.33º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8328DC is Cyan = 0.40, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 40 | 220 | - |
| CMYK | 0.40 | 0.82 | 0 | 0.14 |
| HSL | 270.33º | 0.72% | 0.51% | - |
| HSV(B) | 270.33º | 0.82% | 0.86% | - |
| XYZ | 23.04 | 11.51 | 68.72 | - |
| YUV | 87.73 | 202.65 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 40 | 220 | 0.40 | 0.82 | 0 | 0.14 | 270.33 | 0.72 | 0.51 |
| Hex | 83 | 28 | DC | 28 | 52 | 0 | E | 10E | 48 | 33 |
| Octal | 203 | 50 | 334 | 50 | 122 | 0 | 16 | 416 | 110 | 63 |
| Binary | 10000011 | 101000 | 11011100 | 101000 | 1010010 | 0 | 1110 | 100001110 | 1001000 | 110011 |
Color Harmonies of #8328DC
Complementary color
Monochromatic Colors of #8328DC
Black with #8328DC
Text Example
Text Example
White with #8328DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8328DC; }
p { color: rgb(131,40,220); }
H1.HeaderClassName
{
color: #8328DC;
}
.AnyTagClassName
{
color: #8328DC;
}
</style>
background-color css
<style>
a { background-color: #8328DC; }
a { background-color: rgb(131,40,220); }
div.DivClassName
{
background-color: #8328DC;
}
.BgClassName
{
background-color: #8328DC;
}
</style>
border-color css
<style>
span { border-color: #8328DC; }
span { border-color: rgb(131,40,220); }
td.TdClassName
{
border-color: #8328DC;
}
.TagClassName
{
border-color: #8328DC;
}
</style>