Shades of Dark Orchid #8D1DCC
Tints of Dark Orchid #8D1DCC
RGB
CMYK
RGB Variations
Color information
#8D1DCC (or 0x8D1DCC) is known color: Dark Orchid. HEX triplet: 8D, 1D and CC. RGB value is (141,29,204). Sum of RGB (Red+Green+Blue) = 141+29+204=374 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.70% from 374); Green value is 29 (11.72% from 255 or 7.75% from 374); Blue value is 204 (80.08% from 255 or 54.55% from 374); Max value from RGB is 204 - color contains mainly: blue. Hex color #8D1DCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D1DCC is #72E233. Grayscale: #515151. Windows color (decimal): -7529012 or 13376909. OLE color: 13376909.
HSL color Cylindrical-coordinate representation of color #8D1DCC: hue angle of 278.4º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8D1DCC is Cyan = 0.31, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 141 | 29 | 204 | - |
| CMYK | 0.31 | 0.86 | 0 | 0.2 |
| HSL | 278.4º | 0.75% | 0.46% | - |
| HSV(B) | 278.4º | 0.86% | 0.8% | - |
| XYZ | 22.32 | 10.9 | 58.05 | - |
| YUV | 82.44 | 196.61 | 169.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 29 | 204 | 0.31 | 0.86 | 0 | 0.2 | 278.4 | 0.75 | 0.46 |
| Hex | 8D | 1D | CC | 1F | 56 | 0 | 14 | 116 | 4B | 2E |
| Octal | 215 | 35 | 314 | 37 | 126 | 0 | 24 | 426 | 113 | 56 |
| Binary | 10001101 | 11101 | 11001100 | 11111 | 1010110 | 0 | 10100 | 100010110 | 1001011 | 101110 |
Color Harmonies of #8D1DCC
Complementary color
Monochromatic Colors of #8D1DCC
Black with #8D1DCC
Text Example
Text Example
White with #8D1DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1DCC; }
p { color: rgb(141,29,204); }
H1.HeaderClassName
{
color: #8D1DCC;
}
.AnyTagClassName
{
color: #8D1DCC;
}
</style>
background-color css
<style>
a { background-color: #8D1DCC; }
a { background-color: rgb(141,29,204); }
div.DivClassName
{
background-color: #8D1DCC;
}
.BgClassName
{
background-color: #8D1DCC;
}
</style>
border-color css
<style>
span { border-color: #8D1DCC; }
span { border-color: rgb(141,29,204); }
td.TdClassName
{
border-color: #8D1DCC;
}
.TagClassName
{
border-color: #8D1DCC;
}
</style>