Shades of Dark Orchid #8D3ABB
Tints of Dark Orchid #8D3ABB
RGB
CMYK
RGB Variations
Color information
#8D3ABB (or 0x8D3ABB) is known color: Dark Orchid. HEX triplet: 8D, 3A and BB. RGB value is (141,58,187). Sum of RGB (Red+Green+Blue) = 141+58+187=386 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.53% from 386); Green value is 58 (23.05% from 255 or 15.03% from 386); Blue value is 187 (73.44% from 255 or 48.45% from 386); Max value from RGB is 187 - color contains mainly: blue. Hex color #8D3ABB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D3ABB is #72C544. Grayscale: #616161. Windows color (decimal): -7521605 or 12270221. OLE color: 12270221.
HSL color Cylindrical-coordinate representation of color #8D3ABB: hue angle of 278.6º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8D3ABB is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 141 | 58 | 187 | - |
| CMYK | 0.25 | 0.69 | 0 | 0.27 |
| HSL | 278.6º | 0.53% | 0.48% | - |
| HSV(B) | 278.6º | 0.69% | 0.73% | - |
| XYZ | 21.47 | 12.28 | 48.25 | - |
| YUV | 97.52 | 178.5 | 159.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 58 | 187 | 0.25 | 0.69 | 0 | 0.27 | 278.6 | 0.53 | 0.48 |
| Hex | 8D | 3A | BB | 19 | 45 | 0 | 1B | 117 | 35 | 30 |
| Octal | 215 | 72 | 273 | 31 | 105 | 0 | 33 | 427 | 65 | 60 |
| Binary | 10001101 | 111010 | 10111011 | 11001 | 1000101 | 0 | 11011 | 100010111 | 110101 | 110000 |
Color Harmonies of #8D3ABB
Complementary color
Monochromatic Colors of #8D3ABB
Black with #8D3ABB
Text Example
Text Example
White with #8D3ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3ABB; }
p { color: rgb(141,58,187); }
H1.HeaderClassName
{
color: #8D3ABB;
}
.AnyTagClassName
{
color: #8D3ABB;
}
</style>
background-color css
<style>
a { background-color: #8D3ABB; }
a { background-color: rgb(141,58,187); }
div.DivClassName
{
background-color: #8D3ABB;
}
.BgClassName
{
background-color: #8D3ABB;
}
</style>
border-color css
<style>
span { border-color: #8D3ABB; }
span { border-color: rgb(141,58,187); }
td.TdClassName
{
border-color: #8D3ABB;
}
.TagClassName
{
border-color: #8D3ABB;
}
</style>