Shades of Blue Violet #8320CD
Tints of Blue Violet #8320CD
RGB
CMYK
RGB Variations
Color information
#8320CD (or 0x8320CD) is known color: Blue Violet. HEX triplet: 83, 20 and CD. RGB value is (131,32,205). Sum of RGB (Red+Green+Blue) = 131+32+205=368 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.60% from 368); Green value is 32 (12.89% from 255 or 8.70% from 368); Blue value is 205 (80.47% from 255 or 55.71% from 368); Max value from RGB is 205 - color contains mainly: blue. Hex color #8320CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8320CD is #7CDF32. Grayscale: #505050. Windows color (decimal): -8183603 or 13443203. OLE color: 13443203.
HSL color Cylindrical-coordinate representation of color #8320CD: hue angle of 274.34º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8320CD is Cyan = 0.36, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 131 | 32 | 205 | - |
| CMYK | 0.36 | 0.84 | 0 | 0.20 |
| HSL | 274.34º | 0.73% | 0.46% | - |
| HSV(B) | 274.34º | 0.84% | 0.8% | - |
| XYZ | 20.9 | 10.27 | 58.64 | - |
| YUV | 81.32 | 197.8 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 32 | 205 | 0.36 | 0.84 | 0 | 0.20 | 274.34 | 0.73 | 0.46 |
| Hex | 83 | 20 | CD | 24 | 54 | 0 | 14 | 112 | 49 | 2E |
| Octal | 203 | 40 | 315 | 44 | 124 | 0 | 24 | 422 | 111 | 56 |
| Binary | 10000011 | 100000 | 11001101 | 100100 | 1010100 | 0 | 10100 | 100010010 | 1001001 | 101110 |
Color Harmonies of #8320CD
Complementary color
Monochromatic Colors of #8320CD
Black with #8320CD
Text Example
Text Example
White with #8320CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8320CD; }
p { color: rgb(131,32,205); }
H1.HeaderClassName
{
color: #8320CD;
}
.AnyTagClassName
{
color: #8320CD;
}
</style>
background-color css
<style>
a { background-color: #8320CD; }
a { background-color: rgb(131,32,205); }
div.DivClassName
{
background-color: #8320CD;
}
.BgClassName
{
background-color: #8320CD;
}
</style>
border-color css
<style>
span { border-color: #8320CD; }
span { border-color: rgb(131,32,205); }
td.TdClassName
{
border-color: #8320CD;
}
.TagClassName
{
border-color: #8320CD;
}
</style>