Shades of Blue Violet #8C20DB
Tints of Blue Violet #8C20DB
RGB
CMYK
RGB Variations
Color information
#8C20DB (or 0x8C20DB) is known color: Blue Violet. HEX triplet: 8C, 20 and DB. RGB value is (140,32,219). Sum of RGB (Red+Green+Blue) = 140+32+219=391 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.81% from 391); Green value is 32 (12.89% from 255 or 8.18% from 391); Blue value is 219 (85.94% from 255 or 56.01% from 391); Max value from RGB is 219 - color contains mainly: blue. Hex color #8C20DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C20DB is #73DF24. Grayscale: #545454. Windows color (decimal): -7593765 or 14360716. OLE color: 14360716.
HSL color Cylindrical-coordinate representation of color #8C20DB: hue angle of 274.65º 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 #8C20DB is Cyan = 0.36, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 32 | 219 | - |
| CMYK | 0.36 | 0.85 | 0 | 0.14 |
| HSL | 274.65º | 0.75% | 0.49% | - |
| HSV(B) | 274.65º | 0.85% | 0.86% | - |
| XYZ | 24.12 | 11.72 | 68.01 | - |
| YUV | 85.61 | 203.28 | 166.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 32 | 219 | 0.36 | 0.85 | 0 | 0.14 | 274.65 | 0.75 | 0.49 |
| Hex | 8C | 20 | DB | 24 | 55 | 0 | E | 113 | 4B | 31 |
| Octal | 214 | 40 | 333 | 44 | 125 | 0 | 16 | 423 | 113 | 61 |
| Binary | 10001100 | 100000 | 11011011 | 100100 | 1010101 | 0 | 1110 | 100010011 | 1001011 | 110001 |
Color Harmonies of #8C20DB
Complementary color
Monochromatic Colors of #8C20DB
Black with #8C20DB
Text Example
Text Example
White with #8C20DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C20DB; }
p { color: rgb(140,32,219); }
H1.HeaderClassName
{
color: #8C20DB;
}
.AnyTagClassName
{
color: #8C20DB;
}
</style>
background-color css
<style>
a { background-color: #8C20DB; }
a { background-color: rgb(140,32,219); }
div.DivClassName
{
background-color: #8C20DB;
}
.BgClassName
{
background-color: #8C20DB;
}
</style>
border-color css
<style>
span { border-color: #8C20DB; }
span { border-color: rgb(140,32,219); }
td.TdClassName
{
border-color: #8C20DB;
}
.TagClassName
{
border-color: #8C20DB;
}
</style>