Shades of Dark Orchid #8D3ABD
Tints of Dark Orchid #8D3ABD
RGB
CMYK
RGB Variations
Color information
#8D3ABD (or 0x8D3ABD) is known color: Dark Orchid. HEX triplet: 8D, 3A and BD. RGB value is (141,58,189). Sum of RGB (Red+Green+Blue) = 141+58+189=388 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.34% from 388); Green value is 58 (23.05% from 255 or 14.95% from 388); Blue value is 189 (74.22% from 255 or 48.71% from 388); Max value from RGB is 189 - color contains mainly: blue. Hex color #8D3ABD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D3ABD is #72C542. Grayscale: #616161. Windows color (decimal): -7521603 or 12401293. OLE color: 12401293.
HSL color Cylindrical-coordinate representation of color #8D3ABD: hue angle of 278.02º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8D3ABD is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 58 | 189 | - |
| CMYK | 0.25 | 0.69 | 0 | 0.26 |
| HSL | 278.02º | 0.53% | 0.48% | - |
| HSV(B) | 278.02º | 0.69% | 0.74% | - |
| XYZ | 21.68 | 12.36 | 49.39 | - |
| YUV | 97.75 | 179.5 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 58 | 189 | 0.25 | 0.69 | 0 | 0.26 | 278.02 | 0.53 | 0.48 |
| Hex | 8D | 3A | BD | 19 | 45 | 0 | 1A | 116 | 35 | 30 |
| Octal | 215 | 72 | 275 | 31 | 105 | 0 | 32 | 426 | 65 | 60 |
| Binary | 10001101 | 111010 | 10111101 | 11001 | 1000101 | 0 | 11010 | 100010110 | 110101 | 110000 |
Color Harmonies of #8D3ABD
Complementary color
Monochromatic Colors of #8D3ABD
Black with #8D3ABD
Text Example
Text Example
White with #8D3ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3ABD; }
p { color: rgb(141,58,189); }
H1.HeaderClassName
{
color: #8D3ABD;
}
.AnyTagClassName
{
color: #8D3ABD;
}
</style>
background-color css
<style>
a { background-color: #8D3ABD; }
a { background-color: rgb(141,58,189); }
div.DivClassName
{
background-color: #8D3ABD;
}
.BgClassName
{
background-color: #8D3ABD;
}
</style>
border-color css
<style>
span { border-color: #8D3ABD; }
span { border-color: rgb(141,58,189); }
td.TdClassName
{
border-color: #8D3ABD;
}
.TagClassName
{
border-color: #8D3ABD;
}
</style>