Shades of Dark Orchid #8D1FCD
Tints of Dark Orchid #8D1FCD
RGB
CMYK
RGB Variations
Color information
#8D1FCD (or 0x8D1FCD) is known color: Dark Orchid. HEX triplet: 8D, 1F and CD. RGB value is (141,31,205). Sum of RGB (Red+Green+Blue) = 141+31+205=377 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.40% from 377); Green value is 31 (12.5% from 255 or 8.22% from 377); Blue value is 205 (80.47% from 255 or 54.38% from 377); Max value from RGB is 205 - color contains mainly: blue. Hex color #8D1FCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D1FCD is #72E032. Grayscale: #535353. Windows color (decimal): -7528499 or 13442957. OLE color: 13442957.
HSL color Cylindrical-coordinate representation of color #8D1FCD: hue angle of 277.93º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8D1FCD is Cyan = 0.31, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 141 | 31 | 205 | - |
| CMYK | 0.31 | 0.85 | 0 | 0.20 |
| HSL | 277.93º | 0.74% | 0.46% | - |
| HSV(B) | 277.93º | 0.85% | 0.8% | - |
| XYZ | 22.49 | 11.05 | 58.71 | - |
| YUV | 83.73 | 196.44 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 31 | 205 | 0.31 | 0.85 | 0 | 0.20 | 277.93 | 0.74 | 0.46 |
| Hex | 8D | 1F | CD | 1F | 55 | 0 | 14 | 116 | 4A | 2E |
| Octal | 215 | 37 | 315 | 37 | 125 | 0 | 24 | 426 | 112 | 56 |
| Binary | 10001101 | 11111 | 11001101 | 11111 | 1010101 | 0 | 10100 | 100010110 | 1001010 | 101110 |
Color Harmonies of #8D1FCD
Complementary color
Monochromatic Colors of #8D1FCD
Black with #8D1FCD
Text Example
Text Example
White with #8D1FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1FCD; }
p { color: rgb(141,31,205); }
H1.HeaderClassName
{
color: #8D1FCD;
}
.AnyTagClassName
{
color: #8D1FCD;
}
</style>
background-color css
<style>
a { background-color: #8D1FCD; }
a { background-color: rgb(141,31,205); }
div.DivClassName
{
background-color: #8D1FCD;
}
.BgClassName
{
background-color: #8D1FCD;
}
</style>
border-color css
<style>
span { border-color: #8D1FCD; }
span { border-color: rgb(141,31,205); }
td.TdClassName
{
border-color: #8D1FCD;
}
.TagClassName
{
border-color: #8D1FCD;
}
</style>