Shades of Dark Orchid #8020B1
Tints of Dark Orchid #8020B1
RGB
CMYK
RGB Variations
Color information
#8020B1 (or 0x8020B1) is known color: Dark Orchid. HEX triplet: 80, 20 and B1. RGB value is (128,32,177). Sum of RGB (Red+Green+Blue) = 128+32+177=337 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.98% from 337); Green value is 32 (12.89% from 255 or 9.50% from 337); Blue value is 177 (69.53% from 255 or 52.52% from 337); Max value from RGB is 177 - color contains mainly: blue. Hex color #8020B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8020B1 is #7FDF4E. Grayscale: #4C4C4C. Windows color (decimal): -8380239 or 11608192. OLE color: 11608192.
HSL color Cylindrical-coordinate representation of color #8020B1: hue angle of 279.72º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8020B1 is Cyan = 0.28, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 128 | 32 | 177 | - |
| CMYK | 0.28 | 0.82 | 0 | 0.31 |
| HSL | 279.72º | 0.69% | 0.41% | - |
| HSV(B) | 279.72º | 0.82% | 0.69% | - |
| XYZ | 17.35 | 8.8 | 42.38 | - |
| YUV | 77.23 | 184.3 | 164.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 32 | 177 | 0.28 | 0.82 | 0 | 0.31 | 279.72 | 0.69 | 0.41 |
| Hex | 80 | 20 | B1 | 1C | 52 | 0 | 1F | 118 | 45 | 29 |
| Octal | 200 | 40 | 261 | 34 | 122 | 0 | 37 | 430 | 105 | 51 |
| Binary | 10000000 | 100000 | 10110001 | 11100 | 1010010 | 0 | 11111 | 100011000 | 1000101 | 101001 |
Color Harmonies of #8020B1
Complementary color
Monochromatic Colors of #8020B1
Black with #8020B1
Text Example
Text Example
White with #8020B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8020B1; }
p { color: rgb(128,32,177); }
H1.HeaderClassName
{
color: #8020B1;
}
.AnyTagClassName
{
color: #8020B1;
}
</style>
background-color css
<style>
a { background-color: #8020B1; }
a { background-color: rgb(128,32,177); }
div.DivClassName
{
background-color: #8020B1;
}
.BgClassName
{
background-color: #8020B1;
}
</style>
border-color css
<style>
span { border-color: #8020B1; }
span { border-color: rgb(128,32,177); }
td.TdClassName
{
border-color: #8020B1;
}
.TagClassName
{
border-color: #8020B1;
}
</style>