Shades of Dark Orchid #8C29CD
Tints of Dark Orchid #8C29CD
RGB
CMYK
RGB Variations
Color information
#8C29CD (or 0x8C29CD) is known color: Dark Orchid. HEX triplet: 8C, 29 and CD. RGB value is (140,41,205). Sum of RGB (Red+Green+Blue) = 140+41+205=386 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.27% from 386); Green value is 41 (16.41% from 255 or 10.62% from 386); Blue value is 205 (80.47% from 255 or 53.11% from 386); Max value from RGB is 205 - color contains mainly: blue. Hex color #8C29CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C29CD is #73D632. Grayscale: #585858. Windows color (decimal): -7591475 or 13445516. OLE color: 13445516.
HSL color Cylindrical-coordinate representation of color #8C29CD: hue angle of 276.22º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8C29CD is Cyan = 0.32, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 140 | 41 | 205 | - |
| CMYK | 0.32 | 0.8 | 0 | 0.20 |
| HSL | 276.22º | 0.67% | 0.48% | - |
| HSV(B) | 276.22º | 0.8% | 0.8% | - |
| XYZ | 22.63 | 11.57 | 58.8 | - |
| YUV | 89.3 | 193.3 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 41 | 205 | 0.32 | 0.8 | 0 | 0.20 | 276.22 | 0.67 | 0.48 |
| Hex | 8C | 29 | CD | 20 | 50 | 0 | 14 | 114 | 43 | 30 |
| Octal | 214 | 51 | 315 | 40 | 120 | 0 | 24 | 424 | 103 | 60 |
| Binary | 10001100 | 101001 | 11001101 | 100000 | 1010000 | 0 | 10100 | 100010100 | 1000011 | 110000 |
Color Harmonies of #8C29CD
Complementary color
Monochromatic Colors of #8C29CD
Black with #8C29CD
Text Example
Text Example
White with #8C29CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C29CD; }
p { color: rgb(140,41,205); }
H1.HeaderClassName
{
color: #8C29CD;
}
.AnyTagClassName
{
color: #8C29CD;
}
</style>
background-color css
<style>
a { background-color: #8C29CD; }
a { background-color: rgb(140,41,205); }
div.DivClassName
{
background-color: #8C29CD;
}
.BgClassName
{
background-color: #8C29CD;
}
</style>
border-color css
<style>
span { border-color: #8C29CD; }
span { border-color: rgb(140,41,205); }
td.TdClassName
{
border-color: #8C29CD;
}
.TagClassName
{
border-color: #8C29CD;
}
</style>