Shades of Blue Violet #8321C9
Tints of Blue Violet #8321C9
RGB
CMYK
RGB Variations
Color information
#8321C9 (or 0x8321C9) is known color: Blue Violet. HEX triplet: 83, 21 and C9. RGB value is (131,33,201). Sum of RGB (Red+Green+Blue) = 131+33+201=365 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.89% from 365); Green value is 33 (13.28% from 255 or 9.04% from 365); Blue value is 201 (78.91% from 255 or 55.07% from 365); Max value from RGB is 201 - color contains mainly: blue. Hex color #8321C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8321C9 is #7CDE36. Grayscale: #505050. Windows color (decimal): -8183351 or 13181315. OLE color: 13181315.
HSL color Cylindrical-coordinate representation of color #8321C9: hue angle of 275º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8321C9 is Cyan = 0.35, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 131 | 33 | 201 | - |
| CMYK | 0.35 | 0.84 | 0 | 0.21 |
| HSL | 275º | 0.72% | 0.46% | - |
| HSV(B) | 275º | 0.84% | 0.79% | - |
| XYZ | 20.45 | 10.13 | 56.14 | - |
| YUV | 81.45 | 195.47 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 33 | 201 | 0.35 | 0.84 | 0 | 0.21 | 275 | 0.72 | 0.46 |
| Hex | 83 | 21 | C9 | 23 | 54 | 0 | 15 | 113 | 48 | 2E |
| Octal | 203 | 41 | 311 | 43 | 124 | 0 | 25 | 423 | 110 | 56 |
| Binary | 10000011 | 100001 | 11001001 | 100011 | 1010100 | 0 | 10101 | 100010011 | 1001000 | 101110 |
Color Harmonies of #8321C9
Complementary color
Monochromatic Colors of #8321C9
Black with #8321C9
Text Example
Text Example
White with #8321C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8321C9; }
p { color: rgb(131,33,201); }
H1.HeaderClassName
{
color: #8321C9;
}
.AnyTagClassName
{
color: #8321C9;
}
</style>
background-color css
<style>
a { background-color: #8321C9; }
a { background-color: rgb(131,33,201); }
div.DivClassName
{
background-color: #8321C9;
}
.BgClassName
{
background-color: #8321C9;
}
</style>
border-color css
<style>
span { border-color: #8321C9; }
span { border-color: rgb(131,33,201); }
td.TdClassName
{
border-color: #8321C9;
}
.TagClassName
{
border-color: #8321C9;
}
</style>