Shades of Blue Violet #8328DD
Tints of Blue Violet #8328DD
RGB
CMYK
RGB Variations
Color information
#8328DD (or 0x8328DD) is known color: Blue Violet. HEX triplet: 83, 28 and DD. RGB value is (131,40,221). Sum of RGB (Red+Green+Blue) = 131+40+221=392 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.42% from 392); Green value is 40 (16.02% from 255 or 10.20% from 392); Blue value is 221 (86.72% from 255 or 56.38% from 392); Max value from RGB is 221 - color contains mainly: blue. Hex color #8328DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8328DD is #7CD722. Grayscale: #575757. Windows color (decimal): -8181539 or 14493827. OLE color: 14493827.
HSL color Cylindrical-coordinate representation of color #8328DD: hue angle of 270.17º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8328DD is Cyan = 0.41, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 40 | 221 | - |
| CMYK | 0.41 | 0.82 | 0 | 0.13 |
| HSL | 270.17º | 0.73% | 0.51% | - |
| HSV(B) | 270.17º | 0.82% | 0.87% | - |
| XYZ | 23.17 | 11.56 | 69.42 | - |
| YUV | 87.84 | 203.15 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 40 | 221 | 0.41 | 0.82 | 0 | 0.13 | 270.17 | 0.73 | 0.51 |
| Hex | 83 | 28 | DD | 29 | 52 | 0 | D | 10E | 49 | 33 |
| Octal | 203 | 50 | 335 | 51 | 122 | 0 | 15 | 416 | 111 | 63 |
| Binary | 10000011 | 101000 | 11011101 | 101001 | 1010010 | 0 | 1101 | 100001110 | 1001001 | 110011 |
Color Harmonies of #8328DD
Complementary color
Monochromatic Colors of #8328DD
Black with #8328DD
Text Example
Text Example
White with #8328DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8328DD; }
p { color: rgb(131,40,221); }
H1.HeaderClassName
{
color: #8328DD;
}
.AnyTagClassName
{
color: #8328DD;
}
</style>
background-color css
<style>
a { background-color: #8328DD; }
a { background-color: rgb(131,40,221); }
div.DivClassName
{
background-color: #8328DD;
}
.BgClassName
{
background-color: #8328DD;
}
</style>
border-color css
<style>
span { border-color: #8328DD; }
span { border-color: rgb(131,40,221); }
td.TdClassName
{
border-color: #8328DD;
}
.TagClassName
{
border-color: #8328DD;
}
</style>