Shades of Dark Orchid #8C20CC
Tints of Dark Orchid #8C20CC
RGB
CMYK
RGB Variations
Color information
#8C20CC (or 0x8C20CC) is known color: Dark Orchid. HEX triplet: 8C, 20 and CC. RGB value is (140,32,204). Sum of RGB (Red+Green+Blue) = 140+32+204=376 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.23% from 376); Green value is 32 (12.89% from 255 or 8.51% from 376); Blue value is 204 (80.08% from 255 or 54.26% from 376); Max value from RGB is 204 - color contains mainly: blue. Hex color #8C20CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C20CC is #73DF33. Grayscale: #535353. Windows color (decimal): -7593780 or 13377676. OLE color: 13377676.
HSL color Cylindrical-coordinate representation of color #8C20CC: hue angle of 277.67º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8C20CC is Cyan = 0.31, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 140 | 32 | 204 | - |
| CMYK | 0.31 | 0.84 | 0 | 0.2 |
| HSL | 277.67º | 0.73% | 0.46% | - |
| HSV(B) | 277.67º | 0.84% | 0.8% | - |
| XYZ | 22.23 | 10.97 | 58.07 | - |
| YUV | 83.9 | 195.78 | 168.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 32 | 204 | 0.31 | 0.84 | 0 | 0.2 | 277.67 | 0.73 | 0.46 |
| Hex | 8C | 20 | CC | 1F | 54 | 0 | 14 | 116 | 49 | 2E |
| Octal | 214 | 40 | 314 | 37 | 124 | 0 | 24 | 426 | 111 | 56 |
| Binary | 10001100 | 100000 | 11001100 | 11111 | 1010100 | 0 | 10100 | 100010110 | 1001001 | 101110 |
Color Harmonies of #8C20CC
Complementary color
Monochromatic Colors of #8C20CC
Black with #8C20CC
Text Example
Text Example
White with #8C20CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C20CC; }
p { color: rgb(140,32,204); }
H1.HeaderClassName
{
color: #8C20CC;
}
.AnyTagClassName
{
color: #8C20CC;
}
</style>
background-color css
<style>
a { background-color: #8C20CC; }
a { background-color: rgb(140,32,204); }
div.DivClassName
{
background-color: #8C20CC;
}
.BgClassName
{
background-color: #8C20CC;
}
</style>
border-color css
<style>
span { border-color: #8C20CC; }
span { border-color: rgb(140,32,204); }
td.TdClassName
{
border-color: #8C20CC;
}
.TagClassName
{
border-color: #8C20CC;
}
</style>