Shades of Dark Orchid #8D3ECE
Tints of Dark Orchid #8D3ECE
RGB
CMYK
RGB Variations
Color information
#8D3ECE (or 0x8D3ECE) is known color: Dark Orchid. HEX triplet: 8D, 3E and CE. RGB value is (141,62,206). Sum of RGB (Red+Green+Blue) = 141+62+206=409 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.47% from 409); Green value is 62 (24.61% from 255 or 15.16% from 409); Blue value is 206 (80.86% from 255 or 50.37% from 409); Max value from RGB is 206 - color contains mainly: blue. Hex color #8D3ECE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D3ECE is #72C131. Grayscale: #656565. Windows color (decimal): -7520562 or 13516429. OLE color: 13516429.
HSL color Cylindrical-coordinate representation of color #8D3ECE: hue angle of 272.92º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8D3ECE is Cyan = 0.32, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 62 | 206 | - |
| CMYK | 0.32 | 0.70 | 0 | 0.19 |
| HSL | 272.92º | 0.6% | 0.53% | - |
| HSV(B) | 272.92º | 0.7% | 0.81% | - |
| XYZ | 23.85 | 13.56 | 59.75 | - |
| YUV | 102.04 | 186.67 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 62 | 206 | 0.32 | 0.70 | 0 | 0.19 | 272.92 | 0.6 | 0.53 |
| Hex | 8D | 3E | CE | 20 | 46 | 0 | 13 | 111 | 3C | 35 |
| Octal | 215 | 76 | 316 | 40 | 106 | 0 | 23 | 421 | 74 | 65 |
| Binary | 10001101 | 111110 | 11001110 | 100000 | 1000110 | 0 | 10011 | 100010001 | 111100 | 110101 |
Color Harmonies of #8D3ECE
Complementary color
Monochromatic Colors of #8D3ECE
Black with #8D3ECE
Text Example
Text Example
White with #8D3ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3ECE; }
p { color: rgb(141,62,206); }
H1.HeaderClassName
{
color: #8D3ECE;
}
.AnyTagClassName
{
color: #8D3ECE;
}
</style>
background-color css
<style>
a { background-color: #8D3ECE; }
a { background-color: rgb(141,62,206); }
div.DivClassName
{
background-color: #8D3ECE;
}
.BgClassName
{
background-color: #8D3ECE;
}
</style>
border-color css
<style>
span { border-color: #8D3ECE; }
span { border-color: rgb(141,62,206); }
td.TdClassName
{
border-color: #8D3ECE;
}
.TagClassName
{
border-color: #8D3ECE;
}
</style>