Shades of Dark Orchid #8D18C1
Tints of Dark Orchid #8D18C1
RGB
CMYK
RGB Variations
Color information
#8D18C1 (or 0x8D18C1) is known color: Dark Orchid. HEX triplet: 8D, 18 and C1. RGB value is (141,24,193). Sum of RGB (Red+Green+Blue) = 141+24+193=358 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.39% from 358); Green value is 24 (9.77% from 255 or 6.70% from 358); Blue value is 193 (75.78% from 255 or 53.91% from 358); Max value from RGB is 193 - color contains mainly: blue. Hex color #8D18C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D18C1 is #72E73E. Grayscale: #4D4D4D. Windows color (decimal): -7530303 or 12654733. OLE color: 12654733.
HSL color Cylindrical-coordinate representation of color #8D18C1: hue angle of 281.54º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8D18C1 is Cyan = 0.27, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 141 | 24 | 193 | - |
| CMYK | 0.27 | 0.88 | 0 | 0.24 |
| HSL | 281.54º | 0.78% | 0.43% | - |
| HSV(B) | 281.54º | 0.88% | 0.76% | - |
| XYZ | 20.94 | 10.17 | 51.31 | - |
| YUV | 78.25 | 192.76 | 172.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 24 | 193 | 0.27 | 0.88 | 0 | 0.24 | 281.54 | 0.78 | 0.43 |
| Hex | 8D | 18 | C1 | 1B | 58 | 0 | 18 | 11A | 4E | 2B |
| Octal | 215 | 30 | 301 | 33 | 130 | 0 | 30 | 432 | 116 | 53 |
| Binary | 10001101 | 11000 | 11000001 | 11011 | 1011000 | 0 | 11000 | 100011010 | 1001110 | 101011 |
Color Harmonies of #8D18C1
Complementary color
Monochromatic Colors of #8D18C1
Black with #8D18C1
Text Example
Text Example
White with #8D18C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D18C1; }
p { color: rgb(141,24,193); }
H1.HeaderClassName
{
color: #8D18C1;
}
.AnyTagClassName
{
color: #8D18C1;
}
</style>
background-color css
<style>
a { background-color: #8D18C1; }
a { background-color: rgb(141,24,193); }
div.DivClassName
{
background-color: #8D18C1;
}
.BgClassName
{
background-color: #8D18C1;
}
</style>
border-color css
<style>
span { border-color: #8D18C1; }
span { border-color: rgb(141,24,193); }
td.TdClassName
{
border-color: #8D18C1;
}
.TagClassName
{
border-color: #8D18C1;
}
</style>