Shades of Blue Violet #8320CA
Tints of Blue Violet #8320CA
RGB
CMYK
RGB Variations
Color information
#8320CA (or 0x8320CA) is known color: Blue Violet. HEX triplet: 83, 20 and CA. RGB value is (131,32,202). Sum of RGB (Red+Green+Blue) = 131+32+202=365 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.89% from 365); Green value is 32 (12.89% from 255 or 8.77% from 365); Blue value is 202 (79.30% from 255 or 55.34% from 365); Max value from RGB is 202 - color contains mainly: blue. Hex color #8320CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8320CA is #7CDF35. Grayscale: #505050. Windows color (decimal): -8183606 or 13246595. OLE color: 13246595.
HSL color Cylindrical-coordinate representation of color #8320CA: hue angle of 274.94º degrees, saturation: 0.73, 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 #8320CA is Cyan = 0.35, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 131 | 32 | 202 | - |
| CMYK | 0.35 | 0.84 | 0 | 0.21 |
| HSL | 274.94º | 0.73% | 0.46% | - |
| HSV(B) | 274.94º | 0.84% | 0.79% | - |
| XYZ | 20.54 | 10.12 | 56.75 | - |
| YUV | 80.98 | 196.3 | 163.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 32 | 202 | 0.35 | 0.84 | 0 | 0.21 | 274.94 | 0.73 | 0.46 |
| Hex | 83 | 20 | CA | 23 | 54 | 0 | 15 | 113 | 49 | 2E |
| Octal | 203 | 40 | 312 | 43 | 124 | 0 | 25 | 423 | 111 | 56 |
| Binary | 10000011 | 100000 | 11001010 | 100011 | 1010100 | 0 | 10101 | 100010011 | 1001001 | 101110 |
Color Harmonies of #8320CA
Complementary color
Monochromatic Colors of #8320CA
Black with #8320CA
Text Example
Text Example
White with #8320CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8320CA; }
p { color: rgb(131,32,202); }
H1.HeaderClassName
{
color: #8320CA;
}
.AnyTagClassName
{
color: #8320CA;
}
</style>
background-color css
<style>
a { background-color: #8320CA; }
a { background-color: rgb(131,32,202); }
div.DivClassName
{
background-color: #8320CA;
}
.BgClassName
{
background-color: #8320CA;
}
</style>
border-color css
<style>
span { border-color: #8320CA; }
span { border-color: rgb(131,32,202); }
td.TdClassName
{
border-color: #8320CA;
}
.TagClassName
{
border-color: #8320CA;
}
</style>