Shades of Dark Orchid #8820BC
Tints of Dark Orchid #8820BC
RGB
CMYK
RGB Variations
Color information
#8820BC (or 0x8820BC) is known color: Dark Orchid. HEX triplet: 88, 20 and BC. RGB value is (136,32,188). Sum of RGB (Red+Green+Blue) = 136+32+188=356 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.20% from 356); Green value is 32 (12.89% from 255 or 8.99% from 356); Blue value is 188 (73.83% from 255 or 52.81% from 356); Max value from RGB is 188 - color contains mainly: blue. Hex color #8820BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8820BC is #77DF43. Grayscale: #505050. Windows color (decimal): -7855940 or 12329096. OLE color: 12329096.
HSL color Cylindrical-coordinate representation of color #8820BC: hue angle of 280º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8820BC is Cyan = 0.28, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 136 | 32 | 188 | - |
| CMYK | 0.28 | 0.83 | 0 | 0.26 |
| HSL | 280º | 0.71% | 0.43% | - |
| HSV(B) | 280º | 0.83% | 0.74% | - |
| XYZ | 19.75 | 9.9 | 48.45 | - |
| YUV | 80.88 | 188.46 | 167.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 32 | 188 | 0.28 | 0.83 | 0 | 0.26 | 280 | 0.71 | 0.43 |
| Hex | 88 | 20 | BC | 1C | 53 | 0 | 1A | 118 | 47 | 2B |
| Octal | 210 | 40 | 274 | 34 | 123 | 0 | 32 | 430 | 107 | 53 |
| Binary | 10001000 | 100000 | 10111100 | 11100 | 1010011 | 0 | 11010 | 100011000 | 1000111 | 101011 |
Color Harmonies of #8820BC
Complementary color
Monochromatic Colors of #8820BC
Black with #8820BC
Text Example
Text Example
White with #8820BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8820BC; }
p { color: rgb(136,32,188); }
H1.HeaderClassName
{
color: #8820BC;
}
.AnyTagClassName
{
color: #8820BC;
}
</style>
background-color css
<style>
a { background-color: #8820BC; }
a { background-color: rgb(136,32,188); }
div.DivClassName
{
background-color: #8820BC;
}
.BgClassName
{
background-color: #8820BC;
}
</style>
border-color css
<style>
span { border-color: #8820BC; }
span { border-color: rgb(136,32,188); }
td.TdClassName
{
border-color: #8820BC;
}
.TagClassName
{
border-color: #8820BC;
}
</style>