Shades of Dark Orchid #8D3AB1
Tints of Dark Orchid #8D3AB1
RGB
CMYK
RGB Variations
Color information
#8D3AB1 (or 0x8D3AB1) is known color: Dark Orchid. HEX triplet: 8D, 3A and B1. RGB value is (141,58,177). Sum of RGB (Red+Green+Blue) = 141+58+177=376 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.5% from 376); Green value is 58 (23.05% from 255 or 15.43% from 376); Blue value is 177 (69.53% from 255 or 47.07% from 376); Max value from RGB is 177 - color contains mainly: blue. Hex color #8D3AB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D3AB1 is #72C54E. Grayscale: #5F5F5F. Windows color (decimal): -7521615 or 11614861. OLE color: 11614861.
HSL color Cylindrical-coordinate representation of color #8D3AB1: hue angle of 281.85º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8D3AB1 is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 141 | 58 | 177 | - |
| CMYK | 0.20 | 0.67 | 0 | 0.31 |
| HSL | 281.85º | 0.51% | 0.46% | - |
| HSV(B) | 281.85º | 0.67% | 0.69% | - |
| XYZ | 20.43 | 11.86 | 42.81 | - |
| YUV | 96.38 | 173.5 | 159.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 58 | 177 | 0.20 | 0.67 | 0 | 0.31 | 281.85 | 0.51 | 0.46 |
| Hex | 8D | 3A | B1 | 14 | 43 | 0 | 1F | 11A | 33 | 2E |
| Octal | 215 | 72 | 261 | 24 | 103 | 0 | 37 | 432 | 63 | 56 |
| Binary | 10001101 | 111010 | 10110001 | 10100 | 1000011 | 0 | 11111 | 100011010 | 110011 | 101110 |
Color Harmonies of #8D3AB1
Complementary color
Monochromatic Colors of #8D3AB1
Black with #8D3AB1
Text Example
Text Example
White with #8D3AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3AB1; }
p { color: rgb(141,58,177); }
H1.HeaderClassName
{
color: #8D3AB1;
}
.AnyTagClassName
{
color: #8D3AB1;
}
</style>
background-color css
<style>
a { background-color: #8D3AB1; }
a { background-color: rgb(141,58,177); }
div.DivClassName
{
background-color: #8D3AB1;
}
.BgClassName
{
background-color: #8D3AB1;
}
</style>
border-color css
<style>
span { border-color: #8D3AB1; }
span { border-color: rgb(141,58,177); }
td.TdClassName
{
border-color: #8D3AB1;
}
.TagClassName
{
border-color: #8D3AB1;
}
</style>