Shades of Dark Orchid #8020BB
Tints of Dark Orchid #8020BB
RGB
CMYK
RGB Variations
Color information
#8020BB (or 0x8020BB) is known color: Dark Orchid. HEX triplet: 80, 20 and BB. RGB value is (128,32,187). Sum of RGB (Red+Green+Blue) = 128+32+187=347 (45% of max value = 765). Red value is 128 (50.39% from 255 or 36.89% from 347); Green value is 32 (12.89% from 255 or 9.22% from 347); Blue value is 187 (73.44% from 255 or 53.89% from 347); Max value from RGB is 187 - color contains mainly: blue. Hex color #8020BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8020BB is #7FDF44. Grayscale: #4D4D4D. Windows color (decimal): -8380229 or 12263552. OLE color: 12263552.
HSL color Cylindrical-coordinate representation of color #8020BB: hue angle of 277.16º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8020BB is Cyan = 0.32, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 32 | 187 | - |
| CMYK | 0.32 | 0.83 | 0 | 0.27 |
| HSL | 277.16º | 0.71% | 0.43% | - |
| HSV(B) | 277.16º | 0.83% | 0.73% | - |
| XYZ | 18.39 | 9.21 | 47.82 | - |
| YUV | 78.37 | 189.3 | 163.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 32 | 187 | 0.32 | 0.83 | 0 | 0.27 | 277.16 | 0.71 | 0.43 |
| Hex | 80 | 20 | BB | 20 | 53 | 0 | 1B | 115 | 47 | 2B |
| Octal | 200 | 40 | 273 | 40 | 123 | 0 | 33 | 425 | 107 | 53 |
| Binary | 10000000 | 100000 | 10111011 | 100000 | 1010011 | 0 | 11011 | 100010101 | 1000111 | 101011 |
Color Harmonies of #8020BB
Complementary color
Monochromatic Colors of #8020BB
Black with #8020BB
Text Example
Text Example
White with #8020BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8020BB; }
p { color: rgb(128,32,187); }
H1.HeaderClassName
{
color: #8020BB;
}
.AnyTagClassName
{
color: #8020BB;
}
</style>
background-color css
<style>
a { background-color: #8020BB; }
a { background-color: rgb(128,32,187); }
div.DivClassName
{
background-color: #8020BB;
}
.BgClassName
{
background-color: #8020BB;
}
</style>
border-color css
<style>
span { border-color: #8020BB; }
span { border-color: rgb(128,32,187); }
td.TdClassName
{
border-color: #8020BB;
}
.TagClassName
{
border-color: #8020BB;
}
</style>