Shades of Dark Orchid #8D39B1
Tints of Dark Orchid #8D39B1
RGB
CMYK
RGB Variations
Color information
#8D39B1 (or 0x8D39B1) is known color: Dark Orchid. HEX triplet: 8D, 39 and B1. RGB value is (141,57,177). Sum of RGB (Red+Green+Blue) = 141+57+177=375 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.6% from 375); Green value is 57 (22.66% from 255 or 15.2% from 375); Blue value is 177 (69.53% from 255 or 47.2% from 375); Max value from RGB is 177 - color contains mainly: blue. Hex color #8D39B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D39B1 is #72C64E. Grayscale: #5F5F5F. Windows color (decimal): -7521871 or 11614605. OLE color: 11614605.
HSL color Cylindrical-coordinate representation of color #8D39B1: hue angle of 282º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8D39B1 is Cyan = 0.20, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 141 | 57 | 177 | - |
| CMYK | 0.20 | 0.68 | 0 | 0.31 |
| HSL | 282º | 0.51% | 0.46% | - |
| HSV(B) | 282º | 0.68% | 0.69% | - |
| XYZ | 20.38 | 11.76 | 42.79 | - |
| YUV | 95.8 | 173.83 | 160.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 57 | 177 | 0.20 | 0.68 | 0 | 0.31 | 282 | 0.51 | 0.46 |
| Hex | 8D | 39 | B1 | 14 | 44 | 0 | 1F | 11A | 33 | 2E |
| Octal | 215 | 71 | 261 | 24 | 104 | 0 | 37 | 432 | 63 | 56 |
| Binary | 10001101 | 111001 | 10110001 | 10100 | 1000100 | 0 | 11111 | 100011010 | 110011 | 101110 |
Color Harmonies of #8D39B1
Complementary color
Monochromatic Colors of #8D39B1
Black with #8D39B1
Text Example
Text Example
White with #8D39B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D39B1; }
p { color: rgb(141,57,177); }
H1.HeaderClassName
{
color: #8D39B1;
}
.AnyTagClassName
{
color: #8D39B1;
}
</style>
background-color css
<style>
a { background-color: #8D39B1; }
a { background-color: rgb(141,57,177); }
div.DivClassName
{
background-color: #8D39B1;
}
.BgClassName
{
background-color: #8D39B1;
}
</style>
border-color css
<style>
span { border-color: #8D39B1; }
span { border-color: rgb(141,57,177); }
td.TdClassName
{
border-color: #8D39B1;
}
.TagClassName
{
border-color: #8D39B1;
}
</style>