Shades of Dark Orchid #8019BC
Tints of Dark Orchid #8019BC
RGB
CMYK
RGB Variations
Color information
#8019BC (or 0x8019BC) is known color: Dark Orchid. HEX triplet: 80, 19 and BC. RGB value is (128,25,188). Sum of RGB (Red+Green+Blue) = 128+25+188=341 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.54% from 341); Green value is 25 (10.16% from 255 or 7.33% from 341); Blue value is 188 (73.83% from 255 or 55.13% from 341); Max value from RGB is 188 - color contains mainly: blue. Hex color #8019BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8019BC is #7FE643. Grayscale: #494949. Windows color (decimal): -8382020 or 12327296. OLE color: 12327296.
HSL color Cylindrical-coordinate representation of color #8019BC: hue angle of 277.91º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8019BC is Cyan = 0.32, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 25 | 188 | - |
| CMYK | 0.32 | 0.87 | 0 | 0.26 |
| HSL | 277.91º | 0.77% | 0.42% | - |
| HSV(B) | 277.91º | 0.87% | 0.74% | - |
| XYZ | 18.33 | 8.92 | 48.33 | - |
| YUV | 74.38 | 192.12 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 25 | 188 | 0.32 | 0.87 | 0 | 0.26 | 277.91 | 0.77 | 0.42 |
| Hex | 80 | 19 | BC | 20 | 57 | 0 | 1A | 116 | 4D | 2A |
| Octal | 200 | 31 | 274 | 40 | 127 | 0 | 32 | 426 | 115 | 52 |
| Binary | 10000000 | 11001 | 10111100 | 100000 | 1010111 | 0 | 11010 | 100010110 | 1001101 | 101010 |
Color Harmonies of #8019BC
Complementary color
Monochromatic Colors of #8019BC
Black with #8019BC
Text Example
Text Example
White with #8019BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8019BC; }
p { color: rgb(128,25,188); }
H1.HeaderClassName
{
color: #8019BC;
}
.AnyTagClassName
{
color: #8019BC;
}
</style>
background-color css
<style>
a { background-color: #8019BC; }
a { background-color: rgb(128,25,188); }
div.DivClassName
{
background-color: #8019BC;
}
.BgClassName
{
background-color: #8019BC;
}
</style>
border-color css
<style>
span { border-color: #8019BC; }
span { border-color: rgb(128,25,188); }
td.TdClassName
{
border-color: #8019BC;
}
.TagClassName
{
border-color: #8019BC;
}
</style>