Shades of Dark Orchid #8D20CF
Tints of Dark Orchid #8D20CF
RGB
CMYK
RGB Variations
Color information
#8D20CF (or 0x8D20CF) is known color: Dark Orchid. HEX triplet: 8D, 20 and CF. RGB value is (141,32,207). Sum of RGB (Red+Green+Blue) = 141+32+207=380 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.11% from 380); Green value is 32 (12.89% from 255 or 8.42% from 380); Blue value is 207 (81.25% from 255 or 54.47% from 380); Max value from RGB is 207 - color contains mainly: blue. Hex color #8D20CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D20CF is #72DF30. Grayscale: #535353. Windows color (decimal): -7528241 or 13574285. OLE color: 13574285.
HSL color Cylindrical-coordinate representation of color #8D20CF: hue angle of 277.37º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8D20CF is Cyan = 0.32, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 32 | 207 | - |
| CMYK | 0.32 | 0.85 | 0 | 0.19 |
| HSL | 277.37º | 0.73% | 0.47% | - |
| HSV(B) | 277.37º | 0.85% | 0.81% | - |
| XYZ | 22.76 | 11.2 | 59.99 | - |
| YUV | 84.54 | 197.11 | 168.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 32 | 207 | 0.32 | 0.85 | 0 | 0.19 | 277.37 | 0.73 | 0.47 |
| Hex | 8D | 20 | CF | 20 | 55 | 0 | 13 | 115 | 49 | 2F |
| Octal | 215 | 40 | 317 | 40 | 125 | 0 | 23 | 425 | 111 | 57 |
| Binary | 10001101 | 100000 | 11001111 | 100000 | 1010101 | 0 | 10011 | 100010101 | 1001001 | 101111 |
Color Harmonies of #8D20CF
Complementary color
Monochromatic Colors of #8D20CF
Black with #8D20CF
Text Example
Text Example
White with #8D20CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D20CF; }
p { color: rgb(141,32,207); }
H1.HeaderClassName
{
color: #8D20CF;
}
.AnyTagClassName
{
color: #8D20CF;
}
</style>
background-color css
<style>
a { background-color: #8D20CF; }
a { background-color: rgb(141,32,207); }
div.DivClassName
{
background-color: #8D20CF;
}
.BgClassName
{
background-color: #8D20CF;
}
</style>
border-color css
<style>
span { border-color: #8D20CF; }
span { border-color: rgb(141,32,207); }
td.TdClassName
{
border-color: #8D20CF;
}
.TagClassName
{
border-color: #8D20CF;
}
</style>