Shades of Dark Orchid #8820B7
Tints of Dark Orchid #8820B7
RGB
CMYK
RGB Variations
Color information
#8820B7 (or 0x8820B7) is known color: Dark Orchid. HEX triplet: 88, 20 and B7. RGB value is (136,32,183). Sum of RGB (Red+Green+Blue) = 136+32+183=351 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.75% from 351); Green value is 32 (12.89% from 255 or 9.12% from 351); Blue value is 183 (71.88% from 255 or 52.14% from 351); Max value from RGB is 183 - color contains mainly: blue. Hex color #8820B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8820B7 is #77DF48. Grayscale: #4F4F4F. Windows color (decimal): -7855945 or 12001416. OLE color: 12001416.
HSL color Cylindrical-coordinate representation of color #8820B7: hue angle of 281.32º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8820B7 is Cyan = 0.26, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 136 | 32 | 183 | - |
| CMYK | 0.26 | 0.83 | 0 | 0.28 |
| HSL | 281.32º | 0.7% | 0.42% | - |
| HSV(B) | 281.32º | 0.83% | 0.72% | - |
| XYZ | 19.22 | 9.69 | 45.66 | - |
| YUV | 80.31 | 185.96 | 167.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 32 | 183 | 0.26 | 0.83 | 0 | 0.28 | 281.32 | 0.7 | 0.42 |
| Hex | 88 | 20 | B7 | 1A | 53 | 0 | 1C | 119 | 46 | 2A |
| Octal | 210 | 40 | 267 | 32 | 123 | 0 | 34 | 431 | 106 | 52 |
| Binary | 10001000 | 100000 | 10110111 | 11010 | 1010011 | 0 | 11100 | 100011001 | 1000110 | 101010 |
Color Harmonies of #8820B7
Complementary color
Monochromatic Colors of #8820B7
Black with #8820B7
Text Example
Text Example
White with #8820B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8820B7; }
p { color: rgb(136,32,183); }
H1.HeaderClassName
{
color: #8820B7;
}
.AnyTagClassName
{
color: #8820B7;
}
</style>
background-color css
<style>
a { background-color: #8820B7; }
a { background-color: rgb(136,32,183); }
div.DivClassName
{
background-color: #8820B7;
}
.BgClassName
{
background-color: #8820B7;
}
</style>
border-color css
<style>
span { border-color: #8820B7; }
span { border-color: rgb(136,32,183); }
td.TdClassName
{
border-color: #8820B7;
}
.TagClassName
{
border-color: #8820B7;
}
</style>