Shades of Dark Orchid #8D18BF
Tints of Dark Orchid #8D18BF
RGB
CMYK
RGB Variations
Color information
#8D18BF (or 0x8D18BF) is known color: Dark Orchid. HEX triplet: 8D, 18 and BF. RGB value is (141,24,191). Sum of RGB (Red+Green+Blue) = 141+24+191=356 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.61% from 356); Green value is 24 (9.77% from 255 or 6.74% from 356); Blue value is 191 (75% from 255 or 53.65% from 356); Max value from RGB is 191 - color contains mainly: blue. Hex color #8D18BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D18BF is #72E740. Grayscale: #4D4D4D. Windows color (decimal): -7530305 or 12523661. OLE color: 12523661.
HSL color Cylindrical-coordinate representation of color #8D18BF: hue angle of 282.04º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8D18BF is Cyan = 0.26, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 24 | 191 | - |
| CMYK | 0.26 | 0.87 | 0 | 0.25 |
| HSL | 282.04º | 0.78% | 0.42% | - |
| HSV(B) | 282.04º | 0.87% | 0.75% | - |
| XYZ | 20.72 | 10.08 | 50.14 | - |
| YUV | 78.02 | 191.76 | 172.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 24 | 191 | 0.26 | 0.87 | 0 | 0.25 | 282.04 | 0.78 | 0.42 |
| Hex | 8D | 18 | BF | 1A | 57 | 0 | 19 | 11A | 4E | 2A |
| Octal | 215 | 30 | 277 | 32 | 127 | 0 | 31 | 432 | 116 | 52 |
| Binary | 10001101 | 11000 | 10111111 | 11010 | 1010111 | 0 | 11001 | 100011010 | 1001110 | 101010 |
Color Harmonies of #8D18BF
Complementary color
Monochromatic Colors of #8D18BF
Black with #8D18BF
Text Example
Text Example
White with #8D18BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D18BF; }
p { color: rgb(141,24,191); }
H1.HeaderClassName
{
color: #8D18BF;
}
.AnyTagClassName
{
color: #8D18BF;
}
</style>
background-color css
<style>
a { background-color: #8D18BF; }
a { background-color: rgb(141,24,191); }
div.DivClassName
{
background-color: #8D18BF;
}
.BgClassName
{
background-color: #8D18BF;
}
</style>
border-color css
<style>
span { border-color: #8D18BF; }
span { border-color: rgb(141,24,191); }
td.TdClassName
{
border-color: #8D18BF;
}
.TagClassName
{
border-color: #8D18BF;
}
</style>