Shades of Blue Violet #8320CF
Tints of Blue Violet #8320CF
RGB
CMYK
RGB Variations
Color information
#8320CF (or 0x8320CF) is known color: Blue Violet. HEX triplet: 83, 20 and CF. RGB value is (131,32,207). Sum of RGB (Red+Green+Blue) = 131+32+207=370 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.41% from 370); Green value is 32 (12.89% from 255 or 8.65% from 370); Blue value is 207 (81.25% from 255 or 55.95% from 370); Max value from RGB is 207 - color contains mainly: blue. Hex color #8320CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8320CF is #7CDF30. Grayscale: #505050. Windows color (decimal): -8183601 or 13574275. OLE color: 13574275.
HSL color Cylindrical-coordinate representation of color #8320CF: hue angle of 273.94º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8320CF is Cyan = 0.37, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 32 | 207 | - |
| CMYK | 0.37 | 0.85 | 0 | 0.19 |
| HSL | 273.94º | 0.73% | 0.47% | - |
| HSV(B) | 273.94º | 0.85% | 0.81% | - |
| XYZ | 21.14 | 10.36 | 59.92 | - |
| YUV | 81.55 | 198.8 | 163.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 32 | 207 | 0.37 | 0.85 | 0 | 0.19 | 273.94 | 0.73 | 0.47 |
| Hex | 83 | 20 | CF | 25 | 55 | 0 | 13 | 112 | 49 | 2F |
| Octal | 203 | 40 | 317 | 45 | 125 | 0 | 23 | 422 | 111 | 57 |
| Binary | 10000011 | 100000 | 11001111 | 100101 | 1010101 | 0 | 10011 | 100010010 | 1001001 | 101111 |
Color Harmonies of #8320CF
Complementary color
Monochromatic Colors of #8320CF
Black with #8320CF
Text Example
Text Example
White with #8320CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8320CF; }
p { color: rgb(131,32,207); }
H1.HeaderClassName
{
color: #8320CF;
}
.AnyTagClassName
{
color: #8320CF;
}
</style>
background-color css
<style>
a { background-color: #8320CF; }
a { background-color: rgb(131,32,207); }
div.DivClassName
{
background-color: #8320CF;
}
.BgClassName
{
background-color: #8320CF;
}
</style>
border-color css
<style>
span { border-color: #8320CF; }
span { border-color: rgb(131,32,207); }
td.TdClassName
{
border-color: #8320CF;
}
.TagClassName
{
border-color: #8320CF;
}
</style>