Shades of Dark Orchid #8F2DBC
Tints of Dark Orchid #8F2DBC
RGB
CMYK
RGB Variations
Color information
#8F2DBC (or 0x8F2DBC) is known color: Dark Orchid. HEX triplet: 8F, 2D and BC. RGB value is (143,45,188). Sum of RGB (Red+Green+Blue) = 143+45+188=376 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.03% from 376); Green value is 45 (17.97% from 255 or 11.97% from 376); Blue value is 188 (73.83% from 255 or 50% from 376); Max value from RGB is 188 - color contains mainly: blue. Hex color #8F2DBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F2DBC is #70D243. Grayscale: #5A5A5A. Windows color (decimal): -7393860 or 12332431. OLE color: 12332431.
HSL color Cylindrical-coordinate representation of color #8F2DBC: hue angle of 281.12º 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 #8F2DBC is Cyan = 0.24, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 45 | 188 | - |
| CMYK | 0.24 | 0.76 | 0 | 0.26 |
| HSL | 281.12º | 0.61% | 0.46% | - |
| HSV(B) | 281.12º | 0.76% | 0.74% | - |
| XYZ | 21.34 | 11.35 | 48.64 | - |
| YUV | 90.6 | 182.97 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 45 | 188 | 0.24 | 0.76 | 0 | 0.26 | 281.12 | 0.61 | 0.46 |
| Hex | 8F | 2D | BC | 18 | 4C | 0 | 1A | 119 | 3D | 2E |
| Octal | 217 | 55 | 274 | 30 | 114 | 0 | 32 | 431 | 75 | 56 |
| Binary | 10001111 | 101101 | 10111100 | 11000 | 1001100 | 0 | 11010 | 100011001 | 111101 | 101110 |
Color Harmonies of #8F2DBC
Complementary color
Monochromatic Colors of #8F2DBC
Black with #8F2DBC
Text Example
Text Example
White with #8F2DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2DBC; }
p { color: rgb(143,45,188); }
H1.HeaderClassName
{
color: #8F2DBC;
}
.AnyTagClassName
{
color: #8F2DBC;
}
</style>
background-color css
<style>
a { background-color: #8F2DBC; }
a { background-color: rgb(143,45,188); }
div.DivClassName
{
background-color: #8F2DBC;
}
.BgClassName
{
background-color: #8F2DBC;
}
</style>
border-color css
<style>
span { border-color: #8F2DBC; }
span { border-color: rgb(143,45,188); }
td.TdClassName
{
border-color: #8F2DBC;
}
.TagClassName
{
border-color: #8F2DBC;
}
</style>