Shades of Blue Violet #8C20DC
Tints of Blue Violet #8C20DC
RGB
CMYK
RGB Variations
Color information
#8C20DC (or 0x8C20DC) is known color: Blue Violet. HEX triplet: 8C, 20 and DC. RGB value is (140,32,220). Sum of RGB (Red+Green+Blue) = 140+32+220=392 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.71% from 392); Green value is 32 (12.89% from 255 or 8.16% from 392); Blue value is 220 (86.33% from 255 or 56.12% from 392); Max value from RGB is 220 - color contains mainly: blue. Hex color #8C20DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C20DC is #73DF23. Grayscale: #555555. Windows color (decimal): -7593764 or 14426252. OLE color: 14426252.
HSL color Cylindrical-coordinate representation of color #8C20DC: hue angle of 274.47º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8C20DC is Cyan = 0.36, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 32 | 220 | - |
| CMYK | 0.36 | 0.85 | 0 | 0.14 |
| HSL | 274.47º | 0.75% | 0.49% | - |
| HSV(B) | 274.47º | 0.85% | 0.86% | - |
| XYZ | 24.25 | 11.78 | 68.7 | - |
| YUV | 85.72 | 203.78 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 32 | 220 | 0.36 | 0.85 | 0 | 0.14 | 274.47 | 0.75 | 0.49 |
| Hex | 8C | 20 | DC | 24 | 55 | 0 | E | 112 | 4B | 31 |
| Octal | 214 | 40 | 334 | 44 | 125 | 0 | 16 | 422 | 113 | 61 |
| Binary | 10001100 | 100000 | 11011100 | 100100 | 1010101 | 0 | 1110 | 100010010 | 1001011 | 110001 |
Color Harmonies of #8C20DC
Complementary color
Monochromatic Colors of #8C20DC
Black with #8C20DC
Text Example
Text Example
White with #8C20DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C20DC; }
p { color: rgb(140,32,220); }
H1.HeaderClassName
{
color: #8C20DC;
}
.AnyTagClassName
{
color: #8C20DC;
}
</style>
background-color css
<style>
a { background-color: #8C20DC; }
a { background-color: rgb(140,32,220); }
div.DivClassName
{
background-color: #8C20DC;
}
.BgClassName
{
background-color: #8C20DC;
}
</style>
border-color css
<style>
span { border-color: #8C20DC; }
span { border-color: rgb(140,32,220); }
td.TdClassName
{
border-color: #8C20DC;
}
.TagClassName
{
border-color: #8C20DC;
}
</style>