Shades of Blue Violet #8020D2
Tints of Blue Violet #8020D2
RGB
CMYK
RGB Variations
Color information
#8020D2 (or 0x8020D2) is known color: Blue Violet. HEX triplet: 80, 20 and D2. RGB value is (128,32,210). Sum of RGB (Red+Green+Blue) = 128+32+210=370 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.59% from 370); Green value is 32 (12.89% from 255 or 8.65% from 370); Blue value is 210 (82.42% from 255 or 56.76% from 370); Max value from RGB is 210 - color contains mainly: blue. Hex color #8020D2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8020D2 is #7FDF2D. Grayscale: #505050. Windows color (decimal): -8380206 or 13770880. OLE color: 13770880.
HSL color Cylindrical-coordinate representation of color #8020D2: hue angle of 272.36º degrees, saturation: 0.74, 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 #8020D2 is Cyan = 0.39, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 128 | 32 | 210 | - |
| CMYK | 0.39 | 0.85 | 0 | 0.18 |
| HSL | 272.36º | 0.74% | 0.47% | - |
| HSV(B) | 272.36º | 0.85% | 0.82% | - |
| XYZ | 21.05 | 10.28 | 61.85 | - |
| YUV | 81 | 200.8 | 161.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 32 | 210 | 0.39 | 0.85 | 0 | 0.18 | 272.36 | 0.74 | 0.47 |
| Hex | 80 | 20 | D2 | 27 | 55 | 0 | 12 | 110 | 4A | 2F |
| Octal | 200 | 40 | 322 | 47 | 125 | 0 | 22 | 420 | 112 | 57 |
| Binary | 10000000 | 100000 | 11010010 | 100111 | 1010101 | 0 | 10010 | 100010000 | 1001010 | 101111 |
Color Harmonies of #8020D2
Complementary color
Monochromatic Colors of #8020D2
Black with #8020D2
Text Example
Text Example
White with #8020D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8020D2; }
p { color: rgb(128,32,210); }
H1.HeaderClassName
{
color: #8020D2;
}
.AnyTagClassName
{
color: #8020D2;
}
</style>
background-color css
<style>
a { background-color: #8020D2; }
a { background-color: rgb(128,32,210); }
div.DivClassName
{
background-color: #8020D2;
}
.BgClassName
{
background-color: #8020D2;
}
</style>
border-color css
<style>
span { border-color: #8020D2; }
span { border-color: rgb(128,32,210); }
td.TdClassName
{
border-color: #8020D2;
}
.TagClassName
{
border-color: #8020D2;
}
</style>