Shades of Dark Orchid #8D40CD
Tints of Dark Orchid #8D40CD
RGB
CMYK
RGB Variations
Color information
#8D40CD (or 0x8D40CD) is known color: Dark Orchid. HEX triplet: 8D, 40 and CD. RGB value is (141,64,205). Sum of RGB (Red+Green+Blue) = 141+64+205=410 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.39% from 410); Green value is 64 (25.39% from 255 or 15.61% from 410); Blue value is 205 (80.47% from 255 or 50% from 410); Max value from RGB is 205 - color contains mainly: blue. Hex color #8D40CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D40CD is #72BF32. Grayscale: #666666. Windows color (decimal): -7520051 or 13451405. OLE color: 13451405.
HSL color Cylindrical-coordinate representation of color #8D40CD: hue angle of 272.77º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8D40CD is Cyan = 0.31, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 141 | 64 | 205 | - |
| CMYK | 0.31 | 0.69 | 0 | 0.20 |
| HSL | 272.77º | 0.59% | 0.53% | - |
| HSV(B) | 272.77º | 0.69% | 0.8% | - |
| XYZ | 23.84 | 13.74 | 59.15 | - |
| YUV | 103.1 | 185.51 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 64 | 205 | 0.31 | 0.69 | 0 | 0.20 | 272.77 | 0.59 | 0.53 |
| Hex | 8D | 40 | CD | 1F | 45 | 0 | 14 | 111 | 3B | 35 |
| Octal | 215 | 100 | 315 | 37 | 105 | 0 | 24 | 421 | 73 | 65 |
| Binary | 10001101 | 1000000 | 11001101 | 11111 | 1000101 | 0 | 10100 | 100010001 | 111011 | 110101 |
Color Harmonies of #8D40CD
Complementary color
Monochromatic Colors of #8D40CD
Black with #8D40CD
Text Example
Text Example
White with #8D40CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D40CD; }
p { color: rgb(141,64,205); }
H1.HeaderClassName
{
color: #8D40CD;
}
.AnyTagClassName
{
color: #8D40CD;
}
</style>
background-color css
<style>
a { background-color: #8D40CD; }
a { background-color: rgb(141,64,205); }
div.DivClassName
{
background-color: #8D40CD;
}
.BgClassName
{
background-color: #8D40CD;
}
</style>
border-color css
<style>
span { border-color: #8D40CD; }
span { border-color: rgb(141,64,205); }
td.TdClassName
{
border-color: #8D40CD;
}
.TagClassName
{
border-color: #8D40CD;
}
</style>