Shades of Dark Orchid #8718BA
Tints of Dark Orchid #8718BA
RGB
CMYK
RGB Variations
Color information
#8718BA (or 0x8718BA) is known color: Dark Orchid. HEX triplet: 87, 18 and BA. RGB value is (135,24,186). Sum of RGB (Red+Green+Blue) = 135+24+186=345 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.13% from 345); Green value is 24 (9.77% from 255 or 6.96% from 345); Blue value is 186 (73.05% from 255 or 53.91% from 345); Max value from RGB is 186 - color contains mainly: blue. Hex color #8718BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8718BA is #78E745. Grayscale: #4B4B4B. Windows color (decimal): -7923526 or 12195975. OLE color: 12195975.
HSL color Cylindrical-coordinate representation of color #8718BA: hue angle of 281.11º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8718BA is Cyan = 0.27, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 135 | 24 | 186 | - |
| CMYK | 0.27 | 0.87 | 0 | 0.27 |
| HSL | 281.11º | 0.77% | 0.41% | - |
| HSV(B) | 281.11º | 0.87% | 0.73% | - |
| XYZ | 19.18 | 9.35 | 47.25 | - |
| YUV | 75.66 | 190.27 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 24 | 186 | 0.27 | 0.87 | 0 | 0.27 | 281.11 | 0.77 | 0.41 |
| Hex | 87 | 18 | BA | 1B | 57 | 0 | 1B | 119 | 4D | 29 |
| Octal | 207 | 30 | 272 | 33 | 127 | 0 | 33 | 431 | 115 | 51 |
| Binary | 10000111 | 11000 | 10111010 | 11011 | 1010111 | 0 | 11011 | 100011001 | 1001101 | 101001 |
Color Harmonies of #8718BA
Complementary color
Monochromatic Colors of #8718BA
Black with #8718BA
Text Example
Text Example
White with #8718BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8718BA; }
p { color: rgb(135,24,186); }
H1.HeaderClassName
{
color: #8718BA;
}
.AnyTagClassName
{
color: #8718BA;
}
</style>
background-color css
<style>
a { background-color: #8718BA; }
a { background-color: rgb(135,24,186); }
div.DivClassName
{
background-color: #8718BA;
}
.BgClassName
{
background-color: #8718BA;
}
</style>
border-color css
<style>
span { border-color: #8718BA; }
span { border-color: rgb(135,24,186); }
td.TdClassName
{
border-color: #8718BA;
}
.TagClassName
{
border-color: #8718BA;
}
</style>