Shades of Blue Violet #8020CC
Tints of Blue Violet #8020CC
RGB
CMYK
RGB Variations
Color information
#8020CC (or 0x8020CC) is known color: Blue Violet. HEX triplet: 80, 20 and CC. RGB value is (128,32,204). Sum of RGB (Red+Green+Blue) = 128+32+204=364 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.16% from 364); Green value is 32 (12.89% from 255 or 8.79% from 364); Blue value is 204 (80.08% from 255 or 56.04% from 364); Max value from RGB is 204 - color contains mainly: blue. Hex color #8020CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8020CC is #7FDF33. Grayscale: #4F4F4F. Windows color (decimal): -8380212 or 13377664. OLE color: 13377664.
HSL color Cylindrical-coordinate representation of color #8020CC: hue angle of 273.49º 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 #8020CC is Cyan = 0.37, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 128 | 32 | 204 | - |
| CMYK | 0.37 | 0.84 | 0 | 0.2 |
| HSL | 273.49º | 0.73% | 0.46% | - |
| HSV(B) | 273.49º | 0.84% | 0.8% | - |
| XYZ | 20.32 | 9.98 | 57.98 | - |
| YUV | 80.31 | 197.8 | 162.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 32 | 204 | 0.37 | 0.84 | 0 | 0.2 | 273.49 | 0.73 | 0.46 |
| Hex | 80 | 20 | CC | 25 | 54 | 0 | 14 | 111 | 49 | 2E |
| Octal | 200 | 40 | 314 | 45 | 124 | 0 | 24 | 421 | 111 | 56 |
| Binary | 10000000 | 100000 | 11001100 | 100101 | 1010100 | 0 | 10100 | 100010001 | 1001001 | 101110 |
Color Harmonies of #8020CC
Complementary color
Monochromatic Colors of #8020CC
Black with #8020CC
Text Example
Text Example
White with #8020CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8020CC; }
p { color: rgb(128,32,204); }
H1.HeaderClassName
{
color: #8020CC;
}
.AnyTagClassName
{
color: #8020CC;
}
</style>
background-color css
<style>
a { background-color: #8020CC; }
a { background-color: rgb(128,32,204); }
div.DivClassName
{
background-color: #8020CC;
}
.BgClassName
{
background-color: #8020CC;
}
</style>
border-color css
<style>
span { border-color: #8020CC; }
span { border-color: rgb(128,32,204); }
td.TdClassName
{
border-color: #8020CC;
}
.TagClassName
{
border-color: #8020CC;
}
</style>