Shades of Dark Orchid #8C43C9
Tints of Dark Orchid #8C43C9
RGB
CMYK
RGB Variations
Color information
#8C43C9 (or 0x8C43C9) is known color: Dark Orchid. HEX triplet: 8C, 43 and C9. RGB value is (140,67,201). Sum of RGB (Red+Green+Blue) = 140+67+201=408 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.31% from 408); Green value is 67 (26.56% from 255 or 16.42% from 408); Blue value is 201 (78.91% from 255 or 49.26% from 408); Max value from RGB is 201 - color contains mainly: blue. Hex color #8C43C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C43C9 is #73BC36. Grayscale: #676767. Windows color (decimal): -7584823 or 13190028. OLE color: 13190028.
HSL color Cylindrical-coordinate representation of color #8C43C9: hue angle of 272.69º 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 #8C43C9 is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 140 | 67 | 201 | - |
| CMYK | 0.30 | 0.67 | 0 | 0.21 |
| HSL | 272.69º | 0.55% | 0.53% | - |
| HSV(B) | 272.69º | 0.67% | 0.79% | - |
| XYZ | 23.36 | 13.81 | 56.69 | - |
| YUV | 104.1 | 182.68 | 153.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 67 | 201 | 0.30 | 0.67 | 0 | 0.21 | 272.69 | 0.55 | 0.53 |
| Hex | 8C | 43 | C9 | 1E | 43 | 0 | 15 | 111 | 37 | 35 |
| Octal | 214 | 103 | 311 | 36 | 103 | 0 | 25 | 421 | 67 | 65 |
| Binary | 10001100 | 1000011 | 11001001 | 11110 | 1000011 | 0 | 10101 | 100010001 | 110111 | 110101 |
Color Harmonies of #8C43C9
Complementary color
Monochromatic Colors of #8C43C9
Black with #8C43C9
Text Example
Text Example
White with #8C43C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C43C9; }
p { color: rgb(140,67,201); }
H1.HeaderClassName
{
color: #8C43C9;
}
.AnyTagClassName
{
color: #8C43C9;
}
</style>
background-color css
<style>
a { background-color: #8C43C9; }
a { background-color: rgb(140,67,201); }
div.DivClassName
{
background-color: #8C43C9;
}
.BgClassName
{
background-color: #8C43C9;
}
</style>
border-color css
<style>
span { border-color: #8C43C9; }
span { border-color: rgb(140,67,201); }
td.TdClassName
{
border-color: #8C43C9;
}
.TagClassName
{
border-color: #8C43C9;
}
</style>