Shades of Blue Violet #8326DD
Tints of Blue Violet #8326DD
RGB
CMYK
RGB Variations
Color information
#8326DD (or 0x8326DD) is known color: Blue Violet. HEX triplet: 83, 26 and DD. RGB value is (131,38,221). Sum of RGB (Red+Green+Blue) = 131+38+221=390 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.59% from 390); Green value is 38 (15.23% from 255 or 9.74% from 390); Blue value is 221 (86.72% from 255 or 56.67% from 390); Max value from RGB is 221 - color contains mainly: blue. Hex color #8326DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8326DD is #7CD922. Grayscale: #565656. Windows color (decimal): -8182051 or 14493315. OLE color: 14493315.
HSL color Cylindrical-coordinate representation of color #8326DD: hue angle of 270.49º degrees, saturation: 0.73, 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 #8326DD is Cyan = 0.41, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 38 | 221 | - |
| CMYK | 0.41 | 0.83 | 0 | 0.13 |
| HSL | 270.49º | 0.73% | 0.51% | - |
| HSV(B) | 270.49º | 0.83% | 0.87% | - |
| XYZ | 23.1 | 11.43 | 69.4 | - |
| YUV | 86.67 | 203.81 | 159.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 38 | 221 | 0.41 | 0.83 | 0 | 0.13 | 270.49 | 0.73 | 0.51 |
| Hex | 83 | 26 | DD | 29 | 53 | 0 | D | 10E | 49 | 33 |
| Octal | 203 | 46 | 335 | 51 | 123 | 0 | 15 | 416 | 111 | 63 |
| Binary | 10000011 | 100110 | 11011101 | 101001 | 1010011 | 0 | 1101 | 100001110 | 1001001 | 110011 |
Color Harmonies of #8326DD
Complementary color
Monochromatic Colors of #8326DD
Black with #8326DD
Text Example
Text Example
White with #8326DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8326DD; }
p { color: rgb(131,38,221); }
H1.HeaderClassName
{
color: #8326DD;
}
.AnyTagClassName
{
color: #8326DD;
}
</style>
background-color css
<style>
a { background-color: #8326DD; }
a { background-color: rgb(131,38,221); }
div.DivClassName
{
background-color: #8326DD;
}
.BgClassName
{
background-color: #8326DD;
}
</style>
border-color css
<style>
span { border-color: #8326DD; }
span { border-color: rgb(131,38,221); }
td.TdClassName
{
border-color: #8326DD;
}
.TagClassName
{
border-color: #8326DD;
}
</style>