Shades of Dark Orchid #8D21C8
Tints of Dark Orchid #8D21C8
RGB
CMYK
RGB Variations
Color information
#8D21C8 (or 0x8D21C8) is known color: Dark Orchid. HEX triplet: 8D, 21 and C8. RGB value is (141,33,200). Sum of RGB (Red+Green+Blue) = 141+33+200=374 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.70% from 374); Green value is 33 (13.28% from 255 or 8.82% from 374); Blue value is 200 (78.52% from 255 or 53.48% from 374); Max value from RGB is 200 - color contains mainly: blue. Hex color #8D21C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D21C8 is #72DE37. Grayscale: #535353. Windows color (decimal): -7527992 or 13115789. OLE color: 13115789.
HSL color Cylindrical-coordinate representation of color #8D21C8: hue angle of 278.8º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8D21C8 is Cyan = 0.29, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 141 | 33 | 200 | - |
| CMYK | 0.29 | 0.84 | 0 | 0.22 |
| HSL | 278.8º | 0.72% | 0.46% | - |
| HSV(B) | 278.8º | 0.84% | 0.78% | - |
| XYZ | 21.95 | 10.92 | 55.59 | - |
| YUV | 84.33 | 193.28 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 33 | 200 | 0.29 | 0.84 | 0 | 0.22 | 278.8 | 0.72 | 0.46 |
| Hex | 8D | 21 | C8 | 1D | 54 | 0 | 16 | 117 | 48 | 2E |
| Octal | 215 | 41 | 310 | 35 | 124 | 0 | 26 | 427 | 110 | 56 |
| Binary | 10001101 | 100001 | 11001000 | 11101 | 1010100 | 0 | 10110 | 100010111 | 1001000 | 101110 |
Color Harmonies of #8D21C8
Complementary color
Monochromatic Colors of #8D21C8
Black with #8D21C8
Text Example
Text Example
White with #8D21C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D21C8; }
p { color: rgb(141,33,200); }
H1.HeaderClassName
{
color: #8D21C8;
}
.AnyTagClassName
{
color: #8D21C8;
}
</style>
background-color css
<style>
a { background-color: #8D21C8; }
a { background-color: rgb(141,33,200); }
div.DivClassName
{
background-color: #8D21C8;
}
.BgClassName
{
background-color: #8D21C8;
}
</style>
border-color css
<style>
span { border-color: #8D21C8; }
span { border-color: rgb(141,33,200); }
td.TdClassName
{
border-color: #8D21C8;
}
.TagClassName
{
border-color: #8D21C8;
}
</style>