Shades of Dark Orchid #8D39BC
Tints of Dark Orchid #8D39BC
RGB
CMYK
RGB Variations
Color information
#8D39BC (or 0x8D39BC) is known color: Dark Orchid. HEX triplet: 8D, 39 and BC. RGB value is (141,57,188). Sum of RGB (Red+Green+Blue) = 141+57+188=386 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.53% from 386); Green value is 57 (22.66% from 255 or 14.77% from 386); Blue value is 188 (73.83% from 255 or 48.70% from 386); Max value from RGB is 188 - color contains mainly: blue. Hex color #8D39BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D39BC is #72C643. Grayscale: #606060. Windows color (decimal): -7521860 or 12335501. OLE color: 12335501.
HSL color Cylindrical-coordinate representation of color #8D39BC: hue angle of 278.47º degrees, saturation: 0.53, 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 #8D39BC is Cyan = 0.25, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 57 | 188 | - |
| CMYK | 0.25 | 0.70 | 0 | 0.26 |
| HSL | 278.47º | 0.53% | 0.48% | - |
| HSV(B) | 278.47º | 0.7% | 0.74% | - |
| XYZ | 21.52 | 12.22 | 48.8 | - |
| YUV | 97.05 | 179.33 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 57 | 188 | 0.25 | 0.70 | 0 | 0.26 | 278.47 | 0.53 | 0.48 |
| Hex | 8D | 39 | BC | 19 | 46 | 0 | 1A | 116 | 35 | 30 |
| Octal | 215 | 71 | 274 | 31 | 106 | 0 | 32 | 426 | 65 | 60 |
| Binary | 10001101 | 111001 | 10111100 | 11001 | 1000110 | 0 | 11010 | 100010110 | 110101 | 110000 |
Color Harmonies of #8D39BC
Complementary color
Monochromatic Colors of #8D39BC
Black with #8D39BC
Text Example
Text Example
White with #8D39BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D39BC; }
p { color: rgb(141,57,188); }
H1.HeaderClassName
{
color: #8D39BC;
}
.AnyTagClassName
{
color: #8D39BC;
}
</style>
background-color css
<style>
a { background-color: #8D39BC; }
a { background-color: rgb(141,57,188); }
div.DivClassName
{
background-color: #8D39BC;
}
.BgClassName
{
background-color: #8D39BC;
}
</style>
border-color css
<style>
span { border-color: #8D39BC; }
span { border-color: rgb(141,57,188); }
td.TdClassName
{
border-color: #8D39BC;
}
.TagClassName
{
border-color: #8D39BC;
}
</style>