Shades of Dark Orchid #8D1DBB
Tints of Dark Orchid #8D1DBB
RGB
CMYK
RGB Variations
Color information
#8D1DBB (or 0x8D1DBB) is known color: Dark Orchid. HEX triplet: 8D, 1D and BB. RGB value is (141,29,187). Sum of RGB (Red+Green+Blue) = 141+29+187=357 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.50% from 357); Green value is 29 (11.72% from 255 or 8.12% from 357); Blue value is 187 (73.44% from 255 or 52.38% from 357); Max value from RGB is 187 - color contains mainly: blue. Hex color #8D1DBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D1DBB is #72E244. Grayscale: #4F4F4F. Windows color (decimal): -7529029 or 12262797. OLE color: 12262797.
HSL color Cylindrical-coordinate representation of color #8D1DBB: hue angle of 282.53º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8D1DBB is Cyan = 0.25, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 141 | 29 | 187 | - |
| CMYK | 0.25 | 0.84 | 0 | 0.27 |
| HSL | 282.53º | 0.73% | 0.42% | - |
| HSV(B) | 282.53º | 0.84% | 0.73% | - |
| XYZ | 20.39 | 10.13 | 47.89 | - |
| YUV | 80.5 | 188.11 | 171.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 29 | 187 | 0.25 | 0.84 | 0 | 0.27 | 282.53 | 0.73 | 0.42 |
| Hex | 8D | 1D | BB | 19 | 54 | 0 | 1B | 11B | 49 | 2A |
| Octal | 215 | 35 | 273 | 31 | 124 | 0 | 33 | 433 | 111 | 52 |
| Binary | 10001101 | 11101 | 10111011 | 11001 | 1010100 | 0 | 11011 | 100011011 | 1001001 | 101010 |
Color Harmonies of #8D1DBB
Complementary color
Monochromatic Colors of #8D1DBB
Black with #8D1DBB
Text Example
Text Example
White with #8D1DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1DBB; }
p { color: rgb(141,29,187); }
H1.HeaderClassName
{
color: #8D1DBB;
}
.AnyTagClassName
{
color: #8D1DBB;
}
</style>
background-color css
<style>
a { background-color: #8D1DBB; }
a { background-color: rgb(141,29,187); }
div.DivClassName
{
background-color: #8D1DBB;
}
.BgClassName
{
background-color: #8D1DBB;
}
</style>
border-color css
<style>
span { border-color: #8D1DBB; }
span { border-color: rgb(141,29,187); }
td.TdClassName
{
border-color: #8D1DBB;
}
.TagClassName
{
border-color: #8D1DBB;
}
</style>