Shades of Dark Orchid #8D3BCD
Tints of Dark Orchid #8D3BCD
RGB
CMYK
RGB Variations
Color information
#8D3BCD (or 0x8D3BCD) is known color: Dark Orchid. HEX triplet: 8D, 3B and CD. RGB value is (141,59,205). Sum of RGB (Red+Green+Blue) = 141+59+205=405 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.81% from 405); Green value is 59 (23.44% from 255 or 14.57% from 405); Blue value is 205 (80.47% from 255 or 50.62% from 405); Max value from RGB is 205 - color contains mainly: blue. Hex color #8D3BCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D3BCD is #72C432. Grayscale: #636363. Windows color (decimal): -7521331 or 13450125. OLE color: 13450125.
HSL color Cylindrical-coordinate representation of color #8D3BCD: hue angle of 273.7º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8D3BCD is Cyan = 0.31, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 141 | 59 | 205 | - |
| CMYK | 0.31 | 0.71 | 0 | 0.20 |
| HSL | 273.7º | 0.59% | 0.52% | - |
| HSV(B) | 273.7º | 0.71% | 0.8% | - |
| XYZ | 23.57 | 13.2 | 59.06 | - |
| YUV | 100.16 | 187.17 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 59 | 205 | 0.31 | 0.71 | 0 | 0.20 | 273.7 | 0.59 | 0.52 |
| Hex | 8D | 3B | CD | 1F | 47 | 0 | 14 | 112 | 3B | 34 |
| Octal | 215 | 73 | 315 | 37 | 107 | 0 | 24 | 422 | 73 | 64 |
| Binary | 10001101 | 111011 | 11001101 | 11111 | 1000111 | 0 | 10100 | 100010010 | 111011 | 110100 |
Color Harmonies of #8D3BCD
Complementary color
Monochromatic Colors of #8D3BCD
Black with #8D3BCD
Text Example
Text Example
White with #8D3BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3BCD; }
p { color: rgb(141,59,205); }
H1.HeaderClassName
{
color: #8D3BCD;
}
.AnyTagClassName
{
color: #8D3BCD;
}
</style>
background-color css
<style>
a { background-color: #8D3BCD; }
a { background-color: rgb(141,59,205); }
div.DivClassName
{
background-color: #8D3BCD;
}
.BgClassName
{
background-color: #8D3BCD;
}
</style>
border-color css
<style>
span { border-color: #8D3BCD; }
span { border-color: rgb(141,59,205); }
td.TdClassName
{
border-color: #8D3BCD;
}
.TagClassName
{
border-color: #8D3BCD;
}
</style>