Shades of Dark Orchid #8D3DD0
Tints of Dark Orchid #8D3DD0
RGB
CMYK
RGB Variations
Color information
#8D3DD0 (or 0x8D3DD0) is known color: Dark Orchid. HEX triplet: 8D, 3D and D0. RGB value is (141,61,208). Sum of RGB (Red+Green+Blue) = 141+61+208=410 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.39% from 410); Green value is 61 (24.22% from 255 or 14.88% from 410); Blue value is 208 (81.64% from 255 or 50.73% from 410); Max value from RGB is 208 - color contains mainly: blue. Hex color #8D3DD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D3DD0 is #72C22F. Grayscale: #656565. Windows color (decimal): -7520816 or 13647245. OLE color: 13647245.
HSL color Cylindrical-coordinate representation of color #8D3DD0: hue angle of 272.65º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8D3DD0 is Cyan = 0.32, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 141 | 61 | 208 | - |
| CMYK | 0.32 | 0.71 | 0 | 0.18 |
| HSL | 272.65º | 0.61% | 0.53% | - |
| HSV(B) | 272.65º | 0.71% | 0.82% | - |
| XYZ | 24.04 | 13.55 | 61.02 | - |
| YUV | 101.68 | 188 | 156.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 61 | 208 | 0.32 | 0.71 | 0 | 0.18 | 272.65 | 0.61 | 0.53 |
| Hex | 8D | 3D | D0 | 20 | 47 | 0 | 12 | 111 | 3D | 35 |
| Octal | 215 | 75 | 320 | 40 | 107 | 0 | 22 | 421 | 75 | 65 |
| Binary | 10001101 | 111101 | 11010000 | 100000 | 1000111 | 0 | 10010 | 100010001 | 111101 | 110101 |
Color Harmonies of #8D3DD0
Complementary color
Monochromatic Colors of #8D3DD0
Black with #8D3DD0
Text Example
Text Example
White with #8D3DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3DD0; }
p { color: rgb(141,61,208); }
H1.HeaderClassName
{
color: #8D3DD0;
}
.AnyTagClassName
{
color: #8D3DD0;
}
</style>
background-color css
<style>
a { background-color: #8D3DD0; }
a { background-color: rgb(141,61,208); }
div.DivClassName
{
background-color: #8D3DD0;
}
.BgClassName
{
background-color: #8D3DD0;
}
</style>
border-color css
<style>
span { border-color: #8D3DD0; }
span { border-color: rgb(141,61,208); }
td.TdClassName
{
border-color: #8D3DD0;
}
.TagClassName
{
border-color: #8D3DD0;
}
</style>