Shades of Dark Orchid #8D1CC8
Tints of Dark Orchid #8D1CC8
RGB
CMYK
RGB Variations
Color information
#8D1CC8 (or 0x8D1CC8) is known color: Dark Orchid. HEX triplet: 8D, 1C and C8. RGB value is (141,28,200). Sum of RGB (Red+Green+Blue) = 141+28+200=369 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.21% from 369); Green value is 28 (11.33% from 255 or 7.59% from 369); Blue value is 200 (78.52% from 255 or 54.20% from 369); Max value from RGB is 200 - color contains mainly: blue. Hex color #8D1CC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D1CC8 is #72E337. Grayscale: #505050. Windows color (decimal): -7529272 or 13114509. OLE color: 13114509.
HSL color Cylindrical-coordinate representation of color #8D1CC8: hue angle of 279.42º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8D1CC8 is Cyan = 0.29, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 141 | 28 | 200 | - |
| CMYK | 0.29 | 0.86 | 0 | 0.22 |
| HSL | 279.42º | 0.75% | 0.45% | - |
| HSV(B) | 279.42º | 0.86% | 0.78% | - |
| XYZ | 21.83 | 10.66 | 55.55 | - |
| YUV | 81.4 | 194.94 | 170.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 28 | 200 | 0.29 | 0.86 | 0 | 0.22 | 279.42 | 0.75 | 0.45 |
| Hex | 8D | 1C | C8 | 1D | 56 | 0 | 16 | 117 | 4B | 2D |
| Octal | 215 | 34 | 310 | 35 | 126 | 0 | 26 | 427 | 113 | 55 |
| Binary | 10001101 | 11100 | 11001000 | 11101 | 1010110 | 0 | 10110 | 100010111 | 1001011 | 101101 |
Color Harmonies of #8D1CC8
Complementary color
Monochromatic Colors of #8D1CC8
Black with #8D1CC8
Text Example
Text Example
White with #8D1CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1CC8; }
p { color: rgb(141,28,200); }
H1.HeaderClassName
{
color: #8D1CC8;
}
.AnyTagClassName
{
color: #8D1CC8;
}
</style>
background-color css
<style>
a { background-color: #8D1CC8; }
a { background-color: rgb(141,28,200); }
div.DivClassName
{
background-color: #8D1CC8;
}
.BgClassName
{
background-color: #8D1CC8;
}
</style>
border-color css
<style>
span { border-color: #8D1CC8; }
span { border-color: rgb(141,28,200); }
td.TdClassName
{
border-color: #8D1CC8;
}
.TagClassName
{
border-color: #8D1CC8;
}
</style>