Shades of Dark Orchid #8D39BD
Tints of Dark Orchid #8D39BD
RGB
CMYK
RGB Variations
Color information
#8D39BD (or 0x8D39BD) is known color: Dark Orchid. HEX triplet: 8D, 39 and BD. RGB value is (141,57,189). Sum of RGB (Red+Green+Blue) = 141+57+189=387 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.43% from 387); Green value is 57 (22.66% from 255 or 14.73% from 387); Blue value is 189 (74.22% from 255 or 48.84% from 387); Max value from RGB is 189 - color contains mainly: blue. Hex color #8D39BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D39BD is #72C642. Grayscale: #606060. Windows color (decimal): -7521859 or 12401037. OLE color: 12401037.
HSL color Cylindrical-coordinate representation of color #8D39BD: hue angle of 278.18º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8D39BD is Cyan = 0.25, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 57 | 189 | - |
| CMYK | 0.25 | 0.70 | 0 | 0.26 |
| HSL | 278.18º | 0.54% | 0.48% | - |
| HSV(B) | 278.18º | 0.7% | 0.74% | - |
| XYZ | 21.63 | 12.26 | 49.37 | - |
| YUV | 97.16 | 179.83 | 159.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 57 | 189 | 0.25 | 0.70 | 0 | 0.26 | 278.18 | 0.54 | 0.48 |
| Hex | 8D | 39 | BD | 19 | 46 | 0 | 1A | 116 | 36 | 30 |
| Octal | 215 | 71 | 275 | 31 | 106 | 0 | 32 | 426 | 66 | 60 |
| Binary | 10001101 | 111001 | 10111101 | 11001 | 1000110 | 0 | 11010 | 100010110 | 110110 | 110000 |
Color Harmonies of #8D39BD
Complementary color
Monochromatic Colors of #8D39BD
Black with #8D39BD
Text Example
Text Example
White with #8D39BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D39BD; }
p { color: rgb(141,57,189); }
H1.HeaderClassName
{
color: #8D39BD;
}
.AnyTagClassName
{
color: #8D39BD;
}
</style>
background-color css
<style>
a { background-color: #8D39BD; }
a { background-color: rgb(141,57,189); }
div.DivClassName
{
background-color: #8D39BD;
}
.BgClassName
{
background-color: #8D39BD;
}
</style>
border-color css
<style>
span { border-color: #8D39BD; }
span { border-color: rgb(141,57,189); }
td.TdClassName
{
border-color: #8D39BD;
}
.TagClassName
{
border-color: #8D39BD;
}
</style>