Shades of Dark Orchid #8D3ABF
Tints of Dark Orchid #8D3ABF
RGB
CMYK
RGB Variations
Color information
#8D3ABF (or 0x8D3ABF) is known color: Dark Orchid. HEX triplet: 8D, 3A and BF. RGB value is (141,58,191). Sum of RGB (Red+Green+Blue) = 141+58+191=390 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.15% from 390); Green value is 58 (23.05% from 255 or 14.87% from 390); Blue value is 191 (75% from 255 or 48.97% from 390); Max value from RGB is 191 - color contains mainly: blue. Hex color #8D3ABF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D3ABF is #72C540. Grayscale: #616161. Windows color (decimal): -7521601 or 12532365. OLE color: 12532365.
HSL color Cylindrical-coordinate representation of color #8D3ABF: hue angle of 277.44º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8D3ABF is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 58 | 191 | - |
| CMYK | 0.26 | 0.70 | 0 | 0.25 |
| HSL | 277.44º | 0.53% | 0.49% | - |
| HSV(B) | 277.44º | 0.7% | 0.75% | - |
| XYZ | 21.9 | 12.45 | 50.54 | - |
| YUV | 97.98 | 180.5 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 58 | 191 | 0.26 | 0.70 | 0 | 0.25 | 277.44 | 0.53 | 0.49 |
| Hex | 8D | 3A | BF | 1A | 46 | 0 | 19 | 115 | 35 | 31 |
| Octal | 215 | 72 | 277 | 32 | 106 | 0 | 31 | 425 | 65 | 61 |
| Binary | 10001101 | 111010 | 10111111 | 11010 | 1000110 | 0 | 11001 | 100010101 | 110101 | 110001 |
Color Harmonies of #8D3ABF
Complementary color
Monochromatic Colors of #8D3ABF
Black with #8D3ABF
Text Example
Text Example
White with #8D3ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3ABF; }
p { color: rgb(141,58,191); }
H1.HeaderClassName
{
color: #8D3ABF;
}
.AnyTagClassName
{
color: #8D3ABF;
}
</style>
background-color css
<style>
a { background-color: #8D3ABF; }
a { background-color: rgb(141,58,191); }
div.DivClassName
{
background-color: #8D3ABF;
}
.BgClassName
{
background-color: #8D3ABF;
}
</style>
border-color css
<style>
span { border-color: #8D3ABF; }
span { border-color: rgb(141,58,191); }
td.TdClassName
{
border-color: #8D3ABF;
}
.TagClassName
{
border-color: #8D3ABF;
}
</style>