Shades of Blue Violet #8020CD
Tints of Blue Violet #8020CD
RGB
CMYK
RGB Variations
Color information
#8020CD (or 0x8020CD) is known color: Blue Violet. HEX triplet: 80, 20 and CD. RGB value is (128,32,205). Sum of RGB (Red+Green+Blue) = 128+32+205=365 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.07% from 365); Green value is 32 (12.89% from 255 or 8.77% from 365); Blue value is 205 (80.47% from 255 or 56.16% from 365); Max value from RGB is 205 - color contains mainly: blue. Hex color #8020CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8020CD is #7FDF32. Grayscale: #4F4F4F. Windows color (decimal): -8380211 or 13443200. OLE color: 13443200.
HSL color Cylindrical-coordinate representation of color #8020CD: hue angle of 273.29º 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 #8020CD is Cyan = 0.38, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 128 | 32 | 205 | - |
| CMYK | 0.38 | 0.84 | 0 | 0.20 |
| HSL | 273.29º | 0.73% | 0.46% | - |
| HSV(B) | 273.29º | 0.84% | 0.8% | - |
| XYZ | 20.44 | 10.03 | 58.62 | - |
| YUV | 80.43 | 198.3 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 32 | 205 | 0.38 | 0.84 | 0 | 0.20 | 273.29 | 0.73 | 0.46 |
| Hex | 80 | 20 | CD | 26 | 54 | 0 | 14 | 111 | 49 | 2E |
| Octal | 200 | 40 | 315 | 46 | 124 | 0 | 24 | 421 | 111 | 56 |
| Binary | 10000000 | 100000 | 11001101 | 100110 | 1010100 | 0 | 10100 | 100010001 | 1001001 | 101110 |
Color Harmonies of #8020CD
Complementary color
Monochromatic Colors of #8020CD
Black with #8020CD
Text Example
Text Example
White with #8020CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8020CD; }
p { color: rgb(128,32,205); }
H1.HeaderClassName
{
color: #8020CD;
}
.AnyTagClassName
{
color: #8020CD;
}
</style>
background-color css
<style>
a { background-color: #8020CD; }
a { background-color: rgb(128,32,205); }
div.DivClassName
{
background-color: #8020CD;
}
.BgClassName
{
background-color: #8020CD;
}
</style>
border-color css
<style>
span { border-color: #8020CD; }
span { border-color: rgb(128,32,205); }
td.TdClassName
{
border-color: #8020CD;
}
.TagClassName
{
border-color: #8020CD;
}
</style>