Shades of Dark Orchid #8D1ACE
Tints of Dark Orchid #8D1ACE
RGB
CMYK
RGB Variations
Color information
#8D1ACE (or 0x8D1ACE) is known color: Dark Orchid. HEX triplet: 8D, 1A and CE. RGB value is (141,26,206). Sum of RGB (Red+Green+Blue) = 141+26+206=373 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.80% from 373); Green value is 26 (10.55% from 255 or 6.97% from 373); Blue value is 206 (80.86% from 255 or 55.23% from 373); Max value from RGB is 206 - color contains mainly: blue. Hex color #8D1ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D1ACE is #72E531. Grayscale: #505050. Windows color (decimal): -7529778 or 13507213. OLE color: 13507213.
HSL color Cylindrical-coordinate representation of color #8D1ACE: hue angle of 278.33º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8D1ACE is Cyan = 0.32, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 26 | 206 | - |
| CMYK | 0.32 | 0.87 | 0 | 0.19 |
| HSL | 278.33º | 0.78% | 0.45% | - |
| HSV(B) | 278.33º | 0.87% | 0.81% | - |
| XYZ | 22.49 | 10.86 | 59.3 | - |
| YUV | 80.91 | 198.6 | 170.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 26 | 206 | 0.32 | 0.87 | 0 | 0.19 | 278.33 | 0.78 | 0.45 |
| Hex | 8D | 1A | CE | 20 | 57 | 0 | 13 | 116 | 4E | 2D |
| Octal | 215 | 32 | 316 | 40 | 127 | 0 | 23 | 426 | 116 | 55 |
| Binary | 10001101 | 11010 | 11001110 | 100000 | 1010111 | 0 | 10011 | 100010110 | 1001110 | 101101 |
Color Harmonies of #8D1ACE
Complementary color
Monochromatic Colors of #8D1ACE
Black with #8D1ACE
Text Example
Text Example
White with #8D1ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1ACE; }
p { color: rgb(141,26,206); }
H1.HeaderClassName
{
color: #8D1ACE;
}
.AnyTagClassName
{
color: #8D1ACE;
}
</style>
background-color css
<style>
a { background-color: #8D1ACE; }
a { background-color: rgb(141,26,206); }
div.DivClassName
{
background-color: #8D1ACE;
}
.BgClassName
{
background-color: #8D1ACE;
}
</style>
border-color css
<style>
span { border-color: #8D1ACE; }
span { border-color: rgb(141,26,206); }
td.TdClassName
{
border-color: #8D1ACE;
}
.TagClassName
{
border-color: #8D1ACE;
}
</style>