Shades of Dark Orchid #8D3EBB
Tints of Dark Orchid #8D3EBB
RGB
CMYK
RGB Variations
Color information
#8D3EBB (or 0x8D3EBB) is known color: Dark Orchid. HEX triplet: 8D, 3E and BB. RGB value is (141,62,187). Sum of RGB (Red+Green+Blue) = 141+62+187=390 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.15% from 390); Green value is 62 (24.61% from 255 or 15.90% from 390); Blue value is 187 (73.44% from 255 or 47.95% from 390); Max value from RGB is 187 - color contains mainly: blue. Hex color #8D3EBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D3EBB is #72C144. Grayscale: #636363. Windows color (decimal): -7520581 or 12271245. OLE color: 12271245.
HSL color Cylindrical-coordinate representation of color #8D3EBB: hue angle of 277.92º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8D3EBB is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 141 | 62 | 187 | - |
| CMYK | 0.25 | 0.67 | 0 | 0.27 |
| HSL | 277.92º | 0.5% | 0.49% | - |
| HSV(B) | 277.92º | 0.67% | 0.73% | - |
| XYZ | 21.68 | 12.7 | 48.32 | - |
| YUV | 99.87 | 177.17 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 62 | 187 | 0.25 | 0.67 | 0 | 0.27 | 277.92 | 0.5 | 0.49 |
| Hex | 8D | 3E | BB | 19 | 43 | 0 | 1B | 116 | 32 | 31 |
| Octal | 215 | 76 | 273 | 31 | 103 | 0 | 33 | 426 | 62 | 61 |
| Binary | 10001101 | 111110 | 10111011 | 11001 | 1000011 | 0 | 11011 | 100010110 | 110010 | 110001 |
Color Harmonies of #8D3EBB
Complementary color
Monochromatic Colors of #8D3EBB
Black with #8D3EBB
Text Example
Text Example
White with #8D3EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3EBB; }
p { color: rgb(141,62,187); }
H1.HeaderClassName
{
color: #8D3EBB;
}
.AnyTagClassName
{
color: #8D3EBB;
}
</style>
background-color css
<style>
a { background-color: #8D3EBB; }
a { background-color: rgb(141,62,187); }
div.DivClassName
{
background-color: #8D3EBB;
}
.BgClassName
{
background-color: #8D3EBB;
}
</style>
border-color css
<style>
span { border-color: #8D3EBB; }
span { border-color: rgb(141,62,187); }
td.TdClassName
{
border-color: #8D3EBB;
}
.TagClassName
{
border-color: #8D3EBB;
}
</style>