Shades of Dark Orchid #8D3CBC
Tints of Dark Orchid #8D3CBC
RGB
CMYK
RGB Variations
Color information
#8D3CBC (or 0x8D3CBC) is known color: Dark Orchid. HEX triplet: 8D, 3C and BC. RGB value is (141,60,188). Sum of RGB (Red+Green+Blue) = 141+60+188=389 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.25% from 389); Green value is 60 (23.83% from 255 or 15.42% from 389); Blue value is 188 (73.83% from 255 or 48.33% from 389); Max value from RGB is 188 - color contains mainly: blue. Hex color #8D3CBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D3CBC is #72C343. Grayscale: #626262. Windows color (decimal): -7521092 or 12336269. OLE color: 12336269.
HSL color Cylindrical-coordinate representation of color #8D3CBC: hue angle of 277.97º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8D3CBC is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 60 | 188 | - |
| CMYK | 0.25 | 0.68 | 0 | 0.26 |
| HSL | 277.97º | 0.52% | 0.49% | - |
| HSV(B) | 277.97º | 0.68% | 0.74% | - |
| XYZ | 21.68 | 12.53 | 48.85 | - |
| YUV | 98.81 | 178.34 | 158.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 60 | 188 | 0.25 | 0.68 | 0 | 0.26 | 277.97 | 0.52 | 0.49 |
| Hex | 8D | 3C | BC | 19 | 44 | 0 | 1A | 116 | 34 | 31 |
| Octal | 215 | 74 | 274 | 31 | 104 | 0 | 32 | 426 | 64 | 61 |
| Binary | 10001101 | 111100 | 10111100 | 11001 | 1000100 | 0 | 11010 | 100010110 | 110100 | 110001 |
Color Harmonies of #8D3CBC
Complementary color
Monochromatic Colors of #8D3CBC
Black with #8D3CBC
Text Example
Text Example
White with #8D3CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3CBC; }
p { color: rgb(141,60,188); }
H1.HeaderClassName
{
color: #8D3CBC;
}
.AnyTagClassName
{
color: #8D3CBC;
}
</style>
background-color css
<style>
a { background-color: #8D3CBC; }
a { background-color: rgb(141,60,188); }
div.DivClassName
{
background-color: #8D3CBC;
}
.BgClassName
{
background-color: #8D3CBC;
}
</style>
border-color css
<style>
span { border-color: #8D3CBC; }
span { border-color: rgb(141,60,188); }
td.TdClassName
{
border-color: #8D3CBC;
}
.TagClassName
{
border-color: #8D3CBC;
}
</style>