Shades of Dark Orchid #8D42CF
Tints of Dark Orchid #8D42CF
RGB
CMYK
RGB Variations
Color information
#8D42CF (or 0x8D42CF) is known color: Dark Orchid. HEX triplet: 8D, 42 and CF. RGB value is (141,66,207). Sum of RGB (Red+Green+Blue) = 141+66+207=414 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.06% from 414); Green value is 66 (26.17% from 255 or 15.94% from 414); Blue value is 207 (81.25% from 255 or 50% from 414); Max value from RGB is 207 - color contains mainly: blue. Hex color #8D42CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D42CF is #72BD30. Grayscale: #686868. Windows color (decimal): -7519537 or 13582989. OLE color: 13582989.
HSL color Cylindrical-coordinate representation of color #8D42CF: hue angle of 271.91º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8D42CF is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 66 | 207 | - |
| CMYK | 0.32 | 0.68 | 0 | 0.19 |
| HSL | 271.91º | 0.59% | 0.54% | - |
| HSV(B) | 271.91º | 0.68% | 0.81% | - |
| XYZ | 24.2 | 14.06 | 60.47 | - |
| YUV | 104.5 | 185.85 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 66 | 207 | 0.32 | 0.68 | 0 | 0.19 | 271.91 | 0.59 | 0.54 |
| Hex | 8D | 42 | CF | 20 | 44 | 0 | 13 | 110 | 3B | 36 |
| Octal | 215 | 102 | 317 | 40 | 104 | 0 | 23 | 420 | 73 | 66 |
| Binary | 10001101 | 1000010 | 11001111 | 100000 | 1000100 | 0 | 10011 | 100010000 | 111011 | 110110 |
Color Harmonies of #8D42CF
Complementary color
Monochromatic Colors of #8D42CF
Black with #8D42CF
Text Example
Text Example
White with #8D42CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D42CF; }
p { color: rgb(141,66,207); }
H1.HeaderClassName
{
color: #8D42CF;
}
.AnyTagClassName
{
color: #8D42CF;
}
</style>
background-color css
<style>
a { background-color: #8D42CF; }
a { background-color: rgb(141,66,207); }
div.DivClassName
{
background-color: #8D42CF;
}
.BgClassName
{
background-color: #8D42CF;
}
</style>
border-color css
<style>
span { border-color: #8D42CF; }
span { border-color: rgb(141,66,207); }
td.TdClassName
{
border-color: #8D42CF;
}
.TagClassName
{
border-color: #8D42CF;
}
</style>