Shades of Dark Orchid #8D1FCE
Tints of Dark Orchid #8D1FCE
RGB
CMYK
RGB Variations
Color information
#8D1FCE (or 0x8D1FCE) is known color: Dark Orchid. HEX triplet: 8D, 1F and CE. RGB value is (141,31,206). Sum of RGB (Red+Green+Blue) = 141+31+206=378 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.30% from 378); Green value is 31 (12.5% from 255 or 8.20% from 378); Blue value is 206 (80.86% from 255 or 54.50% from 378); Max value from RGB is 206 - color contains mainly: blue. Hex color #8D1FCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D1FCE is #72E031. Grayscale: #535353. Windows color (decimal): -7528498 or 13508493. OLE color: 13508493.
HSL color Cylindrical-coordinate representation of color #8D1FCE: hue angle of 277.71º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8D1FCE is Cyan = 0.32, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 31 | 206 | - |
| CMYK | 0.32 | 0.85 | 0 | 0.19 |
| HSL | 277.71º | 0.74% | 0.46% | - |
| HSV(B) | 277.71º | 0.85% | 0.81% | - |
| XYZ | 22.62 | 11.1 | 59.34 | - |
| YUV | 83.84 | 196.94 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 31 | 206 | 0.32 | 0.85 | 0 | 0.19 | 277.71 | 0.74 | 0.46 |
| Hex | 8D | 1F | CE | 20 | 55 | 0 | 13 | 116 | 4A | 2E |
| Octal | 215 | 37 | 316 | 40 | 125 | 0 | 23 | 426 | 112 | 56 |
| Binary | 10001101 | 11111 | 11001110 | 100000 | 1010101 | 0 | 10011 | 100010110 | 1001010 | 101110 |
Color Harmonies of #8D1FCE
Complementary color
Monochromatic Colors of #8D1FCE
Black with #8D1FCE
Text Example
Text Example
White with #8D1FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1FCE; }
p { color: rgb(141,31,206); }
H1.HeaderClassName
{
color: #8D1FCE;
}
.AnyTagClassName
{
color: #8D1FCE;
}
</style>
background-color css
<style>
a { background-color: #8D1FCE; }
a { background-color: rgb(141,31,206); }
div.DivClassName
{
background-color: #8D1FCE;
}
.BgClassName
{
background-color: #8D1FCE;
}
</style>
border-color css
<style>
span { border-color: #8D1FCE; }
span { border-color: rgb(141,31,206); }
td.TdClassName
{
border-color: #8D1FCE;
}
.TagClassName
{
border-color: #8D1FCE;
}
</style>