Shades of Dark Orchid #8D3EBE
Tints of Dark Orchid #8D3EBE
RGB
CMYK
RGB Variations
Color information
#8D3EBE (or 0x8D3EBE) is known color: Dark Orchid. HEX triplet: 8D, 3E and BE. RGB value is (141,62,190). Sum of RGB (Red+Green+Blue) = 141+62+190=393 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.88% from 393); Green value is 62 (24.61% from 255 or 15.78% from 393); Blue value is 190 (74.61% from 255 or 48.35% from 393); Max value from RGB is 190 - color contains mainly: blue. Hex color #8D3EBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D3EBE is #72C141. Grayscale: #636363. Windows color (decimal): -7520578 or 12467853. OLE color: 12467853.
HSL color Cylindrical-coordinate representation of color #8D3EBE: hue angle of 277.03º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8D3EBE is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 62 | 190 | - |
| CMYK | 0.26 | 0.67 | 0 | 0.25 |
| HSL | 277.03º | 0.51% | 0.49% | - |
| HSV(B) | 277.03º | 0.67% | 0.75% | - |
| XYZ | 22 | 12.83 | 50.03 | - |
| YUV | 100.21 | 178.67 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 62 | 190 | 0.26 | 0.67 | 0 | 0.25 | 277.03 | 0.51 | 0.49 |
| Hex | 8D | 3E | BE | 1A | 43 | 0 | 19 | 115 | 33 | 31 |
| Octal | 215 | 76 | 276 | 32 | 103 | 0 | 31 | 425 | 63 | 61 |
| Binary | 10001101 | 111110 | 10111110 | 11010 | 1000011 | 0 | 11001 | 100010101 | 110011 | 110001 |
Color Harmonies of #8D3EBE
Complementary color
Monochromatic Colors of #8D3EBE
Black with #8D3EBE
Text Example
Text Example
White with #8D3EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3EBE; }
p { color: rgb(141,62,190); }
H1.HeaderClassName
{
color: #8D3EBE;
}
.AnyTagClassName
{
color: #8D3EBE;
}
</style>
background-color css
<style>
a { background-color: #8D3EBE; }
a { background-color: rgb(141,62,190); }
div.DivClassName
{
background-color: #8D3EBE;
}
.BgClassName
{
background-color: #8D3EBE;
}
</style>
border-color css
<style>
span { border-color: #8D3EBE; }
span { border-color: rgb(141,62,190); }
td.TdClassName
{
border-color: #8D3EBE;
}
.TagClassName
{
border-color: #8D3EBE;
}
</style>