Shades of Dark Orchid #8C1EBA
Tints of Dark Orchid #8C1EBA
RGB
CMYK
RGB Variations
Color information
#8C1EBA (or 0x8C1EBA) is known color: Dark Orchid. HEX triplet: 8C, 1E and BA. RGB value is (140,30,186). Sum of RGB (Red+Green+Blue) = 140+30+186=356 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.33% from 356); Green value is 30 (12.11% from 255 or 8.43% from 356); Blue value is 186 (73.05% from 255 or 52.25% from 356); Max value from RGB is 186 - color contains mainly: blue. Hex color #8C1EBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C1EBA is #73E145. Grayscale: #505050. Windows color (decimal): -7594310 or 12197516. OLE color: 12197516.
HSL color Cylindrical-coordinate representation of color #8C1EBA: hue angle of 282.31º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8C1EBA is Cyan = 0.25, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 30 | 186 | - |
| CMYK | 0.25 | 0.84 | 0 | 0.27 |
| HSL | 282.31º | 0.72% | 0.42% | - |
| HSV(B) | 282.31º | 0.84% | 0.73% | - |
| XYZ | 20.14 | 10.05 | 47.33 | - |
| YUV | 80.67 | 187.44 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 30 | 186 | 0.25 | 0.84 | 0 | 0.27 | 282.31 | 0.72 | 0.42 |
| Hex | 8C | 1E | BA | 19 | 54 | 0 | 1B | 11A | 48 | 2A |
| Octal | 214 | 36 | 272 | 31 | 124 | 0 | 33 | 432 | 110 | 52 |
| Binary | 10001100 | 11110 | 10111010 | 11001 | 1010100 | 0 | 11011 | 100011010 | 1001000 | 101010 |
Color Harmonies of #8C1EBA
Complementary color
Monochromatic Colors of #8C1EBA
Black with #8C1EBA
Text Example
Text Example
White with #8C1EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1EBA; }
p { color: rgb(140,30,186); }
H1.HeaderClassName
{
color: #8C1EBA;
}
.AnyTagClassName
{
color: #8C1EBA;
}
</style>
background-color css
<style>
a { background-color: #8C1EBA; }
a { background-color: rgb(140,30,186); }
div.DivClassName
{
background-color: #8C1EBA;
}
.BgClassName
{
background-color: #8C1EBA;
}
</style>
border-color css
<style>
span { border-color: #8C1EBA; }
span { border-color: rgb(140,30,186); }
td.TdClassName
{
border-color: #8C1EBA;
}
.TagClassName
{
border-color: #8C1EBA;
}
</style>