Shades of Dark Orchid #8F2ECF
Tints of Dark Orchid #8F2ECF
RGB
CMYK
RGB Variations
Color information
#8F2ECF (or 0x8F2ECF) is known color: Dark Orchid. HEX triplet: 8F, 2E and CF. RGB value is (143,46,207). Sum of RGB (Red+Green+Blue) = 143+46+207=396 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.11% from 396); Green value is 46 (18.36% from 255 or 11.62% from 396); Blue value is 207 (81.25% from 255 or 52.27% from 396); Max value from RGB is 207 - color contains mainly: blue. Hex color #8F2ECF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F2ECF is #70D130. Grayscale: #5C5C5C. Windows color (decimal): -7393585 or 13577871. OLE color: 13577871.
HSL color Cylindrical-coordinate representation of color #8F2ECF: hue angle of 276.15º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8F2ECF is Cyan = 0.31, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 143 | 46 | 207 | - |
| CMYK | 0.31 | 0.78 | 0 | 0.19 |
| HSL | 276.15º | 0.64% | 0.5% | - |
| HSV(B) | 276.15º | 0.78% | 0.81% | - |
| XYZ | 23.57 | 12.3 | 60.16 | - |
| YUV | 93.36 | 192.14 | 163.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 46 | 207 | 0.31 | 0.78 | 0 | 0.19 | 276.15 | 0.64 | 0.5 |
| Hex | 8F | 2E | CF | 1F | 4E | 0 | 13 | 114 | 40 | 32 |
| Octal | 217 | 56 | 317 | 37 | 116 | 0 | 23 | 424 | 100 | 62 |
| Binary | 10001111 | 101110 | 11001111 | 11111 | 1001110 | 0 | 10011 | 100010100 | 1000000 | 110010 |
Color Harmonies of #8F2ECF
Complementary color
Monochromatic Colors of #8F2ECF
Black with #8F2ECF
Text Example
Text Example
White with #8F2ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2ECF; }
p { color: rgb(143,46,207); }
H1.HeaderClassName
{
color: #8F2ECF;
}
.AnyTagClassName
{
color: #8F2ECF;
}
</style>
background-color css
<style>
a { background-color: #8F2ECF; }
a { background-color: rgb(143,46,207); }
div.DivClassName
{
background-color: #8F2ECF;
}
.BgClassName
{
background-color: #8F2ECF;
}
</style>
border-color css
<style>
span { border-color: #8F2ECF; }
span { border-color: rgb(143,46,207); }
td.TdClassName
{
border-color: #8F2ECF;
}
.TagClassName
{
border-color: #8F2ECF;
}
</style>