Shades of Dark Orchid #8D41CF
Tints of Dark Orchid #8D41CF
RGB
CMYK
RGB Variations
Color information
#8D41CF (or 0x8D41CF) is known color: Dark Orchid. HEX triplet: 8D, 41 and CF. RGB value is (141,65,207). Sum of RGB (Red+Green+Blue) = 141+65+207=413 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.14% from 413); Green value is 65 (25.78% from 255 or 15.74% from 413); Blue value is 207 (81.25% from 255 or 50.12% from 413); Max value from RGB is 207 - color contains mainly: blue. Hex color #8D41CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D41CF is #72BE30. Grayscale: #676767. Windows color (decimal): -7519793 or 13582733. OLE color: 13582733.
HSL color Cylindrical-coordinate representation of color #8D41CF: hue angle of 272.11º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8D41CF is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 65 | 207 | - |
| CMYK | 0.32 | 0.69 | 0 | 0.19 |
| HSL | 272.11º | 0.6% | 0.53% | - |
| HSV(B) | 272.11º | 0.69% | 0.81% | - |
| XYZ | 24.14 | 13.95 | 60.45 | - |
| YUV | 103.91 | 186.18 | 154.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 65 | 207 | 0.32 | 0.69 | 0 | 0.19 | 272.11 | 0.6 | 0.53 |
| Hex | 8D | 41 | CF | 20 | 45 | 0 | 13 | 110 | 3C | 35 |
| Octal | 215 | 101 | 317 | 40 | 105 | 0 | 23 | 420 | 74 | 65 |
| Binary | 10001101 | 1000001 | 11001111 | 100000 | 1000101 | 0 | 10011 | 100010000 | 111100 | 110101 |
Color Harmonies of #8D41CF
Complementary color
Monochromatic Colors of #8D41CF
Black with #8D41CF
Text Example
Text Example
White with #8D41CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D41CF; }
p { color: rgb(141,65,207); }
H1.HeaderClassName
{
color: #8D41CF;
}
.AnyTagClassName
{
color: #8D41CF;
}
</style>
background-color css
<style>
a { background-color: #8D41CF; }
a { background-color: rgb(141,65,207); }
div.DivClassName
{
background-color: #8D41CF;
}
.BgClassName
{
background-color: #8D41CF;
}
</style>
border-color css
<style>
span { border-color: #8D41CF; }
span { border-color: rgb(141,65,207); }
td.TdClassName
{
border-color: #8D41CF;
}
.TagClassName
{
border-color: #8D41CF;
}
</style>