Shades of Dark Orchid #8820BB
Tints of Dark Orchid #8820BB
RGB
CMYK
RGB Variations
Color information
#8820BB (or 0x8820BB) is known color: Dark Orchid. HEX triplet: 88, 20 and BB. RGB value is (136,32,187). Sum of RGB (Red+Green+Blue) = 136+32+187=355 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.31% from 355); Green value is 32 (12.89% from 255 or 9.01% from 355); Blue value is 187 (73.44% from 255 or 52.68% from 355); Max value from RGB is 187 - color contains mainly: blue. Hex color #8820BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8820BB is #77DF44. Grayscale: #505050. Windows color (decimal): -7855941 or 12263560. OLE color: 12263560.
HSL color Cylindrical-coordinate representation of color #8820BB: hue angle of 280.26º 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 #8820BB is Cyan = 0.27, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 136 | 32 | 187 | - |
| CMYK | 0.27 | 0.83 | 0 | 0.27 |
| HSL | 280.26º | 0.71% | 0.43% | - |
| HSV(B) | 280.26º | 0.83% | 0.73% | - |
| XYZ | 19.64 | 9.86 | 47.88 | - |
| YUV | 80.77 | 187.96 | 167.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 32 | 187 | 0.27 | 0.83 | 0 | 0.27 | 280.26 | 0.71 | 0.43 |
| Hex | 88 | 20 | BB | 1B | 53 | 0 | 1B | 118 | 47 | 2B |
| Octal | 210 | 40 | 273 | 33 | 123 | 0 | 33 | 430 | 107 | 53 |
| Binary | 10001000 | 100000 | 10111011 | 11011 | 1010011 | 0 | 11011 | 100011000 | 1000111 | 101011 |
Color Harmonies of #8820BB
Complementary color
Monochromatic Colors of #8820BB
Black with #8820BB
Text Example
Text Example
White with #8820BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8820BB; }
p { color: rgb(136,32,187); }
H1.HeaderClassName
{
color: #8820BB;
}
.AnyTagClassName
{
color: #8820BB;
}
</style>
background-color css
<style>
a { background-color: #8820BB; }
a { background-color: rgb(136,32,187); }
div.DivClassName
{
background-color: #8820BB;
}
.BgClassName
{
background-color: #8820BB;
}
</style>
border-color css
<style>
span { border-color: #8820BB; }
span { border-color: rgb(136,32,187); }
td.TdClassName
{
border-color: #8820BB;
}
.TagClassName
{
border-color: #8820BB;
}
</style>