Shades of Dark Orchid #8D43C9
Tints of Dark Orchid #8D43C9
RGB
CMYK
RGB Variations
Color information
#8D43C9 (or 0x8D43C9) is known color: Dark Orchid. HEX triplet: 8D, 43 and C9. RGB value is (141,67,201). Sum of RGB (Red+Green+Blue) = 141+67+201=409 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.47% from 409); Green value is 67 (26.56% from 255 or 16.38% from 409); Blue value is 201 (78.91% from 255 or 49.14% from 409); Max value from RGB is 201 - color contains mainly: blue. Hex color #8D43C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D43C9 is #72BC36. Grayscale: #676767. Windows color (decimal): -7519287 or 13190029. OLE color: 13190029.
HSL color Cylindrical-coordinate representation of color #8D43C9: hue angle of 273.13º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8D43C9 is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 141 | 67 | 201 | - |
| CMYK | 0.30 | 0.67 | 0 | 0.21 |
| HSL | 273.13º | 0.55% | 0.53% | - |
| HSV(B) | 273.13º | 0.67% | 0.79% | - |
| XYZ | 23.53 | 13.89 | 56.7 | - |
| YUV | 104.4 | 182.52 | 154.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 67 | 201 | 0.30 | 0.67 | 0 | 0.21 | 273.13 | 0.55 | 0.53 |
| Hex | 8D | 43 | C9 | 1E | 43 | 0 | 15 | 111 | 37 | 35 |
| Octal | 215 | 103 | 311 | 36 | 103 | 0 | 25 | 421 | 67 | 65 |
| Binary | 10001101 | 1000011 | 11001001 | 11110 | 1000011 | 0 | 10101 | 100010001 | 110111 | 110101 |
Color Harmonies of #8D43C9
Complementary color
Monochromatic Colors of #8D43C9
Black with #8D43C9
Text Example
Text Example
White with #8D43C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D43C9; }
p { color: rgb(141,67,201); }
H1.HeaderClassName
{
color: #8D43C9;
}
.AnyTagClassName
{
color: #8D43C9;
}
</style>
background-color css
<style>
a { background-color: #8D43C9; }
a { background-color: rgb(141,67,201); }
div.DivClassName
{
background-color: #8D43C9;
}
.BgClassName
{
background-color: #8D43C9;
}
</style>
border-color css
<style>
span { border-color: #8D43C9; }
span { border-color: rgb(141,67,201); }
td.TdClassName
{
border-color: #8D43C9;
}
.TagClassName
{
border-color: #8D43C9;
}
</style>