Shades of Dark Orchid #8C1EC0
Tints of Dark Orchid #8C1EC0
RGB
CMYK
RGB Variations
Color information
#8C1EC0 (or 0x8C1EC0) is known color: Dark Orchid. HEX triplet: 8C, 1E and C0. RGB value is (140,30,192). Sum of RGB (Red+Green+Blue) = 140+30+192=362 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.67% from 362); Green value is 30 (12.11% from 255 or 8.29% from 362); Blue value is 192 (75.39% from 255 or 53.04% from 362); Max value from RGB is 192 - color contains mainly: blue. Hex color #8C1EC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C1EC0 is #73E13F. Grayscale: #505050. Windows color (decimal): -7594304 or 12590732. OLE color: 12590732.
HSL color Cylindrical-coordinate representation of color #8C1EC0: hue angle of 280.74º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8C1EC0 is Cyan = 0.27, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 140 | 30 | 192 | - |
| CMYK | 0.27 | 0.84 | 0 | 0.25 |
| HSL | 280.74º | 0.73% | 0.44% | - |
| HSV(B) | 280.74º | 0.84% | 0.75% | - |
| XYZ | 20.79 | 10.31 | 50.76 | - |
| YUV | 81.36 | 190.44 | 169.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 30 | 192 | 0.27 | 0.84 | 0 | 0.25 | 280.74 | 0.73 | 0.44 |
| Hex | 8C | 1E | C0 | 1B | 54 | 0 | 19 | 119 | 49 | 2C |
| Octal | 214 | 36 | 300 | 33 | 124 | 0 | 31 | 431 | 111 | 54 |
| Binary | 10001100 | 11110 | 11000000 | 11011 | 1010100 | 0 | 11001 | 100011001 | 1001001 | 101100 |
Color Harmonies of #8C1EC0
Complementary color
Monochromatic Colors of #8C1EC0
Black with #8C1EC0
Text Example
Text Example
White with #8C1EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1EC0; }
p { color: rgb(140,30,192); }
H1.HeaderClassName
{
color: #8C1EC0;
}
.AnyTagClassName
{
color: #8C1EC0;
}
</style>
background-color css
<style>
a { background-color: #8C1EC0; }
a { background-color: rgb(140,30,192); }
div.DivClassName
{
background-color: #8C1EC0;
}
.BgClassName
{
background-color: #8C1EC0;
}
</style>
border-color css
<style>
span { border-color: #8C1EC0; }
span { border-color: rgb(140,30,192); }
td.TdClassName
{
border-color: #8C1EC0;
}
.TagClassName
{
border-color: #8C1EC0;
}
</style>