Shades of Dark Orchid #8F2EBC
Tints of Dark Orchid #8F2EBC
RGB
CMYK
RGB Variations
Color information
#8F2EBC (or 0x8F2EBC) is known color: Dark Orchid. HEX triplet: 8F, 2E and BC. RGB value is (143,46,188). Sum of RGB (Red+Green+Blue) = 143+46+188=377 (49% of max value = 765). Red value is 143 (56.25% from 255 or 37.93% from 377); Green value is 46 (18.36% from 255 or 12.20% from 377); Blue value is 188 (73.83% from 255 or 49.87% from 377); Max value from RGB is 188 - color contains mainly: blue. Hex color #8F2EBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F2EBC is #70D143. Grayscale: #5A5A5A. Windows color (decimal): -7393604 or 12332687. OLE color: 12332687.
HSL color Cylindrical-coordinate representation of color #8F2EBC: hue angle of 280.99º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8F2EBC is Cyan = 0.24, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 46 | 188 | - |
| CMYK | 0.24 | 0.76 | 0 | 0.26 |
| HSL | 280.99º | 0.61% | 0.46% | - |
| HSV(B) | 280.99º | 0.76% | 0.74% | - |
| XYZ | 21.38 | 11.42 | 48.66 | - |
| YUV | 91.19 | 182.64 | 164.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 46 | 188 | 0.24 | 0.76 | 0 | 0.26 | 280.99 | 0.61 | 0.46 |
| Hex | 8F | 2E | BC | 18 | 4C | 0 | 1A | 119 | 3D | 2E |
| Octal | 217 | 56 | 274 | 30 | 114 | 0 | 32 | 431 | 75 | 56 |
| Binary | 10001111 | 101110 | 10111100 | 11000 | 1001100 | 0 | 11010 | 100011001 | 111101 | 101110 |
Color Harmonies of #8F2EBC
Complementary color
Monochromatic Colors of #8F2EBC
Black with #8F2EBC
Text Example
Text Example
White with #8F2EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2EBC; }
p { color: rgb(143,46,188); }
H1.HeaderClassName
{
color: #8F2EBC;
}
.AnyTagClassName
{
color: #8F2EBC;
}
</style>
background-color css
<style>
a { background-color: #8F2EBC; }
a { background-color: rgb(143,46,188); }
div.DivClassName
{
background-color: #8F2EBC;
}
.BgClassName
{
background-color: #8F2EBC;
}
</style>
border-color css
<style>
span { border-color: #8F2EBC; }
span { border-color: rgb(143,46,188); }
td.TdClassName
{
border-color: #8F2EBC;
}
.TagClassName
{
border-color: #8F2EBC;
}
</style>