Shades of Blue Violet #8321DD
Tints of Blue Violet #8321DD
RGB
CMYK
RGB Variations
Color information
#8321DD (or 0x8321DD) is known color: Blue Violet. HEX triplet: 83, 21 and DD. RGB value is (131,33,221). Sum of RGB (Red+Green+Blue) = 131+33+221=385 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.03% from 385); Green value is 33 (13.28% from 255 or 8.57% from 385); Blue value is 221 (86.72% from 255 or 57.40% from 385); Max value from RGB is 221 - color contains mainly: blue. Hex color #8321DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8321DD is #7CDE22. Grayscale: #535353. Windows color (decimal): -8183331 or 14492035. OLE color: 14492035.
HSL color Cylindrical-coordinate representation of color #8321DD: hue angle of 271.28º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8321DD is Cyan = 0.41, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 33 | 221 | - |
| CMYK | 0.41 | 0.85 | 0 | 0.13 |
| HSL | 271.28º | 0.74% | 0.5% | - |
| HSV(B) | 271.28º | 0.85% | 0.87% | - |
| XYZ | 22.96 | 11.13 | 69.35 | - |
| YUV | 83.73 | 205.47 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 33 | 221 | 0.41 | 0.85 | 0 | 0.13 | 271.28 | 0.74 | 0.5 |
| Hex | 83 | 21 | DD | 29 | 55 | 0 | D | 10F | 4A | 32 |
| Octal | 203 | 41 | 335 | 51 | 125 | 0 | 15 | 417 | 112 | 62 |
| Binary | 10000011 | 100001 | 11011101 | 101001 | 1010101 | 0 | 1101 | 100001111 | 1001010 | 110010 |
Color Harmonies of #8321DD
Complementary color
Monochromatic Colors of #8321DD
Black with #8321DD
Text Example
Text Example
White with #8321DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8321DD; }
p { color: rgb(131,33,221); }
H1.HeaderClassName
{
color: #8321DD;
}
.AnyTagClassName
{
color: #8321DD;
}
</style>
background-color css
<style>
a { background-color: #8321DD; }
a { background-color: rgb(131,33,221); }
div.DivClassName
{
background-color: #8321DD;
}
.BgClassName
{
background-color: #8321DD;
}
</style>
border-color css
<style>
span { border-color: #8321DD; }
span { border-color: rgb(131,33,221); }
td.TdClassName
{
border-color: #8321DD;
}
.TagClassName
{
border-color: #8321DD;
}
</style>