Shades of Dark Orchid #8D3ECD
Tints of Dark Orchid #8D3ECD
RGB
CMYK
RGB Variations
Color information
#8D3ECD (or 0x8D3ECD) is known color: Dark Orchid. HEX triplet: 8D, 3E and CD. RGB value is (141,62,205). Sum of RGB (Red+Green+Blue) = 141+62+205=408 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.56% from 408); Green value is 62 (24.61% from 255 or 15.20% from 408); Blue value is 205 (80.47% from 255 or 50.25% from 408); Max value from RGB is 205 - color contains mainly: blue. Hex color #8D3ECD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D3ECD is #72C132. Grayscale: #656565. Windows color (decimal): -7520563 or 13450893. OLE color: 13450893.
HSL color Cylindrical-coordinate representation of color #8D3ECD: hue angle of 273.15º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8D3ECD is Cyan = 0.31, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 141 | 62 | 205 | - |
| CMYK | 0.31 | 0.70 | 0 | 0.20 |
| HSL | 273.15º | 0.59% | 0.52% | - |
| HSV(B) | 273.15º | 0.7% | 0.8% | - |
| XYZ | 23.73 | 13.52 | 59.12 | - |
| YUV | 101.92 | 186.17 | 155.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 62 | 205 | 0.31 | 0.70 | 0 | 0.20 | 273.15 | 0.59 | 0.52 |
| Hex | 8D | 3E | CD | 1F | 46 | 0 | 14 | 111 | 3B | 34 |
| Octal | 215 | 76 | 315 | 37 | 106 | 0 | 24 | 421 | 73 | 64 |
| Binary | 10001101 | 111110 | 11001101 | 11111 | 1000110 | 0 | 10100 | 100010001 | 111011 | 110100 |
Color Harmonies of #8D3ECD
Complementary color
Monochromatic Colors of #8D3ECD
Black with #8D3ECD
Text Example
Text Example
White with #8D3ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3ECD; }
p { color: rgb(141,62,205); }
H1.HeaderClassName
{
color: #8D3ECD;
}
.AnyTagClassName
{
color: #8D3ECD;
}
</style>
background-color css
<style>
a { background-color: #8D3ECD; }
a { background-color: rgb(141,62,205); }
div.DivClassName
{
background-color: #8D3ECD;
}
.BgClassName
{
background-color: #8D3ECD;
}
</style>
border-color css
<style>
span { border-color: #8D3ECD; }
span { border-color: rgb(141,62,205); }
td.TdClassName
{
border-color: #8D3ECD;
}
.TagClassName
{
border-color: #8D3ECD;
}
</style>