Shades of Dark Orchid #8D1DC7
Tints of Dark Orchid #8D1DC7
RGB
CMYK
RGB Variations
Color information
#8D1DC7 (or 0x8D1DC7) is known color: Dark Orchid. HEX triplet: 8D, 1D and C7. RGB value is (141,29,199). Sum of RGB (Red+Green+Blue) = 141+29+199=369 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.21% from 369); Green value is 29 (11.72% from 255 or 7.86% from 369); Blue value is 199 (78.12% from 255 or 53.93% from 369); Max value from RGB is 199 - color contains mainly: blue. Hex color #8D1DC7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D1DC7 is #72E238. Grayscale: #515151. Windows color (decimal): -7529017 or 13049229. OLE color: 13049229.
HSL color Cylindrical-coordinate representation of color #8D1DC7: hue angle of 279.53º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8D1DC7 is Cyan = 0.29, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 141 | 29 | 199 | - |
| CMYK | 0.29 | 0.85 | 0 | 0.22 |
| HSL | 279.53º | 0.75% | 0.45% | - |
| HSV(B) | 279.53º | 0.85% | 0.78% | - |
| XYZ | 21.73 | 10.66 | 54.95 | - |
| YUV | 81.87 | 194.11 | 170.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 29 | 199 | 0.29 | 0.85 | 0 | 0.22 | 279.53 | 0.75 | 0.45 |
| Hex | 8D | 1D | C7 | 1D | 55 | 0 | 16 | 118 | 4B | 2D |
| Octal | 215 | 35 | 307 | 35 | 125 | 0 | 26 | 430 | 113 | 55 |
| Binary | 10001101 | 11101 | 11000111 | 11101 | 1010101 | 0 | 10110 | 100011000 | 1001011 | 101101 |
Color Harmonies of #8D1DC7
Complementary color
Monochromatic Colors of #8D1DC7
Black with #8D1DC7
Text Example
Text Example
White with #8D1DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1DC7; }
p { color: rgb(141,29,199); }
H1.HeaderClassName
{
color: #8D1DC7;
}
.AnyTagClassName
{
color: #8D1DC7;
}
</style>
background-color css
<style>
a { background-color: #8D1DC7; }
a { background-color: rgb(141,29,199); }
div.DivClassName
{
background-color: #8D1DC7;
}
.BgClassName
{
background-color: #8D1DC7;
}
</style>
border-color css
<style>
span { border-color: #8D1DC7; }
span { border-color: rgb(141,29,199); }
td.TdClassName
{
border-color: #8D1DC7;
}
.TagClassName
{
border-color: #8D1DC7;
}
</style>