Shades of Blue Violet #8020D1
Tints of Blue Violet #8020D1
RGB
CMYK
RGB Variations
Color information
#8020D1 (or 0x8020D1) is known color: Blue Violet. HEX triplet: 80, 20 and D1. RGB value is (128,32,209). Sum of RGB (Red+Green+Blue) = 128+32+209=369 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.69% from 369); Green value is 32 (12.89% from 255 or 8.67% from 369); Blue value is 209 (82.03% from 255 or 56.64% from 369); Max value from RGB is 209 - color contains mainly: blue. Hex color #8020D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8020D1 is #7FDF2E. Grayscale: #505050. Windows color (decimal): -8380207 or 13705344. OLE color: 13705344.
HSL color Cylindrical-coordinate representation of color #8020D1: hue angle of 272.54º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8020D1 is Cyan = 0.39, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 128 | 32 | 209 | - |
| CMYK | 0.39 | 0.85 | 0 | 0.18 |
| HSL | 272.54º | 0.73% | 0.47% | - |
| HSV(B) | 272.54º | 0.85% | 0.82% | - |
| XYZ | 20.93 | 10.23 | 61.19 | - |
| YUV | 80.88 | 200.3 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 32 | 209 | 0.39 | 0.85 | 0 | 0.18 | 272.54 | 0.73 | 0.47 |
| Hex | 80 | 20 | D1 | 27 | 55 | 0 | 12 | 111 | 49 | 2F |
| Octal | 200 | 40 | 321 | 47 | 125 | 0 | 22 | 421 | 111 | 57 |
| Binary | 10000000 | 100000 | 11010001 | 100111 | 1010101 | 0 | 10010 | 100010001 | 1001001 | 101111 |
Color Harmonies of #8020D1
Complementary color
Monochromatic Colors of #8020D1
Black with #8020D1
Text Example
Text Example
White with #8020D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8020D1; }
p { color: rgb(128,32,209); }
H1.HeaderClassName
{
color: #8020D1;
}
.AnyTagClassName
{
color: #8020D1;
}
</style>
background-color css
<style>
a { background-color: #8020D1; }
a { background-color: rgb(128,32,209); }
div.DivClassName
{
background-color: #8020D1;
}
.BgClassName
{
background-color: #8020D1;
}
</style>
border-color css
<style>
span { border-color: #8020D1; }
span { border-color: rgb(128,32,209); }
td.TdClassName
{
border-color: #8020D1;
}
.TagClassName
{
border-color: #8020D1;
}
</style>