Shades of Dark Orchid #8C2CAE
Tints of Dark Orchid #8C2CAE
RGB
CMYK
RGB Variations
Color information
#8C2CAE (or 0x8C2CAE) is known color: Dark Orchid. HEX triplet: 8C, 2C and AE. RGB value is (140,44,174). Sum of RGB (Red+Green+Blue) = 140+44+174=358 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.11% from 358); Green value is 44 (17.58% from 255 or 12.29% from 358); Blue value is 174 (68.36% from 255 or 48.60% from 358); Max value from RGB is 174 - color contains mainly: blue. Hex color #8C2CAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C2CAE is #73D351. Grayscale: #575757. Windows color (decimal): -7590738 or 11414668. OLE color: 11414668.
HSL color Cylindrical-coordinate representation of color #8C2CAE: hue angle of 284.31º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8C2CAE is Cyan = 0.20, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 140 | 44 | 174 | - |
| CMYK | 0.20 | 0.75 | 0 | 0.32 |
| HSL | 284.31º | 0.6% | 0.43% | - |
| HSV(B) | 284.31º | 0.75% | 0.68% | - |
| XYZ | 19.36 | 10.43 | 41.04 | - |
| YUV | 87.52 | 176.8 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 44 | 174 | 0.20 | 0.75 | 0 | 0.32 | 284.31 | 0.6 | 0.43 |
| Hex | 8C | 2C | AE | 14 | 4B | 0 | 20 | 11C | 3C | 2B |
| Octal | 214 | 54 | 256 | 24 | 113 | 0 | 40 | 434 | 74 | 53 |
| Binary | 10001100 | 101100 | 10101110 | 10100 | 1001011 | 0 | 100000 | 100011100 | 111100 | 101011 |
Color Harmonies of #8C2CAE
Complementary color
Monochromatic Colors of #8C2CAE
Black with #8C2CAE
Text Example
Text Example
White with #8C2CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2CAE; }
p { color: rgb(140,44,174); }
H1.HeaderClassName
{
color: #8C2CAE;
}
.AnyTagClassName
{
color: #8C2CAE;
}
</style>
background-color css
<style>
a { background-color: #8C2CAE; }
a { background-color: rgb(140,44,174); }
div.DivClassName
{
background-color: #8C2CAE;
}
.BgClassName
{
background-color: #8C2CAE;
}
</style>
border-color css
<style>
span { border-color: #8C2CAE; }
span { border-color: rgb(140,44,174); }
td.TdClassName
{
border-color: #8C2CAE;
}
.TagClassName
{
border-color: #8C2CAE;
}
</style>