Shades of Blue Violet #8328DA
Tints of Blue Violet #8328DA
RGB
CMYK
RGB Variations
Color information
#8328DA (or 0x8328DA) is known color: Blue Violet. HEX triplet: 83, 28 and DA. RGB value is (131,40,218). Sum of RGB (Red+Green+Blue) = 131+40+218=389 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.68% from 389); Green value is 40 (16.02% from 255 or 10.28% from 389); Blue value is 218 (85.55% from 255 or 56.04% from 389); Max value from RGB is 218 - color contains mainly: blue. Hex color #8328DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8328DA is #7CD725. Grayscale: #565656. Windows color (decimal): -8181542 or 14297219. OLE color: 14297219.
HSL color Cylindrical-coordinate representation of color #8328DA: hue angle of 270.67º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8328DA is Cyan = 0.40, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 131 | 40 | 218 | - |
| CMYK | 0.40 | 0.82 | 0 | 0.15 |
| HSL | 270.67º | 0.71% | 0.51% | - |
| HSV(B) | 270.67º | 0.82% | 0.85% | - |
| XYZ | 22.77 | 11.4 | 67.33 | - |
| YUV | 87.5 | 201.65 | 159.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 40 | 218 | 0.40 | 0.82 | 0 | 0.15 | 270.67 | 0.71 | 0.51 |
| Hex | 83 | 28 | DA | 28 | 52 | 0 | F | 10F | 47 | 33 |
| Octal | 203 | 50 | 332 | 50 | 122 | 0 | 17 | 417 | 107 | 63 |
| Binary | 10000011 | 101000 | 11011010 | 101000 | 1010010 | 0 | 1111 | 100001111 | 1000111 | 110011 |
Color Harmonies of #8328DA
Complementary color
Monochromatic Colors of #8328DA
Black with #8328DA
Text Example
Text Example
White with #8328DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8328DA; }
p { color: rgb(131,40,218); }
H1.HeaderClassName
{
color: #8328DA;
}
.AnyTagClassName
{
color: #8328DA;
}
</style>
background-color css
<style>
a { background-color: #8328DA; }
a { background-color: rgb(131,40,218); }
div.DivClassName
{
background-color: #8328DA;
}
.BgClassName
{
background-color: #8328DA;
}
</style>
border-color css
<style>
span { border-color: #8328DA; }
span { border-color: rgb(131,40,218); }
td.TdClassName
{
border-color: #8328DA;
}
.TagClassName
{
border-color: #8328DA;
}
</style>