Shades of Dark Orchid #8720BA
Tints of Dark Orchid #8720BA
RGB
CMYK
RGB Variations
Color information
#8720BA (or 0x8720BA) is known color: Dark Orchid. HEX triplet: 87, 20 and BA. RGB value is (135,32,186). Sum of RGB (Red+Green+Blue) = 135+32+186=353 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.24% from 353); Green value is 32 (12.89% from 255 or 9.07% from 353); Blue value is 186 (73.05% from 255 or 52.69% from 353); Max value from RGB is 186 - color contains mainly: blue. Hex color #8720BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8720BA is #78DF45. Grayscale: #4F4F4F. Windows color (decimal): -7921478 or 12198023. OLE color: 12198023.
HSL color Cylindrical-coordinate representation of color #8720BA: hue angle of 280.13º 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 #8720BA is Cyan = 0.27, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 135 | 32 | 186 | - |
| CMYK | 0.27 | 0.83 | 0 | 0.27 |
| HSL | 280.13º | 0.71% | 0.43% | - |
| HSV(B) | 280.13º | 0.83% | 0.73% | - |
| XYZ | 19.37 | 9.73 | 47.31 | - |
| YUV | 80.35 | 187.62 | 166.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 32 | 186 | 0.27 | 0.83 | 0 | 0.27 | 280.13 | 0.71 | 0.43 |
| Hex | 87 | 20 | BA | 1B | 53 | 0 | 1B | 118 | 47 | 2B |
| Octal | 207 | 40 | 272 | 33 | 123 | 0 | 33 | 430 | 107 | 53 |
| Binary | 10000111 | 100000 | 10111010 | 11011 | 1010011 | 0 | 11011 | 100011000 | 1000111 | 101011 |
Color Harmonies of #8720BA
Complementary color
Monochromatic Colors of #8720BA
Black with #8720BA
Text Example
Text Example
White with #8720BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8720BA; }
p { color: rgb(135,32,186); }
H1.HeaderClassName
{
color: #8720BA;
}
.AnyTagClassName
{
color: #8720BA;
}
</style>
background-color css
<style>
a { background-color: #8720BA; }
a { background-color: rgb(135,32,186); }
div.DivClassName
{
background-color: #8720BA;
}
.BgClassName
{
background-color: #8720BA;
}
</style>
border-color css
<style>
span { border-color: #8720BA; }
span { border-color: rgb(135,32,186); }
td.TdClassName
{
border-color: #8720BA;
}
.TagClassName
{
border-color: #8720BA;
}
</style>