Shades of Blue Violet #8321CF
Tints of Blue Violet #8321CF
RGB
CMYK
RGB Variations
Color information
#8321CF (or 0x8321CF) is known color: Blue Violet. HEX triplet: 83, 21 and CF. RGB value is (131,33,207). Sum of RGB (Red+Green+Blue) = 131+33+207=371 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.31% from 371); Green value is 33 (13.28% from 255 or 8.89% from 371); Blue value is 207 (81.25% from 255 or 55.80% from 371); Max value from RGB is 207 - color contains mainly: blue. Hex color #8321CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8321CF is #7CDE30. Grayscale: #515151. Windows color (decimal): -8183345 or 13574531. OLE color: 13574531.
HSL color Cylindrical-coordinate representation of color #8321CF: hue angle of 273.79º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8321CF is Cyan = 0.37, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 33 | 207 | - |
| CMYK | 0.37 | 0.84 | 0 | 0.19 |
| HSL | 273.79º | 0.73% | 0.47% | - |
| HSV(B) | 273.79º | 0.84% | 0.81% | - |
| XYZ | 21.17 | 10.42 | 59.93 | - |
| YUV | 82.14 | 198.47 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 33 | 207 | 0.37 | 0.84 | 0 | 0.19 | 273.79 | 0.73 | 0.47 |
| Hex | 83 | 21 | CF | 25 | 54 | 0 | 13 | 112 | 48 | 2F |
| Octal | 203 | 41 | 317 | 45 | 124 | 0 | 23 | 422 | 110 | 57 |
| Binary | 10000011 | 100001 | 11001111 | 100101 | 1010100 | 0 | 10011 | 100010010 | 1001000 | 101111 |
Color Harmonies of #8321CF
Complementary color
Monochromatic Colors of #8321CF
Black with #8321CF
Text Example
Text Example
White with #8321CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8321CF; }
p { color: rgb(131,33,207); }
H1.HeaderClassName
{
color: #8321CF;
}
.AnyTagClassName
{
color: #8321CF;
}
</style>
background-color css
<style>
a { background-color: #8321CF; }
a { background-color: rgb(131,33,207); }
div.DivClassName
{
background-color: #8321CF;
}
.BgClassName
{
background-color: #8321CF;
}
</style>
border-color css
<style>
span { border-color: #8321CF; }
span { border-color: rgb(131,33,207); }
td.TdClassName
{
border-color: #8321CF;
}
.TagClassName
{
border-color: #8321CF;
}
</style>