Shades of Dark Orchid #8C3AD0
Tints of Dark Orchid #8C3AD0
RGB
CMYK
RGB Variations
Color information
#8C3AD0 (or 0x8C3AD0) is known color: Dark Orchid. HEX triplet: 8C, 3A and D0. RGB value is (140,58,208). Sum of RGB (Red+Green+Blue) = 140+58+208=406 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.48% from 406); Green value is 58 (23.05% from 255 or 14.29% from 406); Blue value is 208 (81.64% from 255 or 51.23% from 406); Max value from RGB is 208 - color contains mainly: blue. Hex color #8C3AD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C3AD0 is #73C52F. Grayscale: #636363. Windows color (decimal): -7587120 or 13646476. OLE color: 13646476.
HSL color Cylindrical-coordinate representation of color #8C3AD0: hue angle of 272.8º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8C3AD0 is Cyan = 0.33, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 140 | 58 | 208 | - |
| CMYK | 0.33 | 0.72 | 0 | 0.18 |
| HSL | 272.8º | 0.61% | 0.52% | - |
| HSV(B) | 272.8º | 0.72% | 0.82% | - |
| XYZ | 23.71 | 13.16 | 60.96 | - |
| YUV | 99.62 | 189.17 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 58 | 208 | 0.33 | 0.72 | 0 | 0.18 | 272.8 | 0.61 | 0.52 |
| Hex | 8C | 3A | D0 | 21 | 48 | 0 | 12 | 111 | 3D | 34 |
| Octal | 214 | 72 | 320 | 41 | 110 | 0 | 22 | 421 | 75 | 64 |
| Binary | 10001100 | 111010 | 11010000 | 100001 | 1001000 | 0 | 10010 | 100010001 | 111101 | 110100 |
Color Harmonies of #8C3AD0
Complementary color
Monochromatic Colors of #8C3AD0
Black with #8C3AD0
Text Example
Text Example
White with #8C3AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3AD0; }
p { color: rgb(140,58,208); }
H1.HeaderClassName
{
color: #8C3AD0;
}
.AnyTagClassName
{
color: #8C3AD0;
}
</style>
background-color css
<style>
a { background-color: #8C3AD0; }
a { background-color: rgb(140,58,208); }
div.DivClassName
{
background-color: #8C3AD0;
}
.BgClassName
{
background-color: #8C3AD0;
}
</style>
border-color css
<style>
span { border-color: #8C3AD0; }
span { border-color: rgb(140,58,208); }
td.TdClassName
{
border-color: #8C3AD0;
}
.TagClassName
{
border-color: #8C3AD0;
}
</style>