Shades of Dark Orchid #8F2ECB
Tints of Dark Orchid #8F2ECB
RGB
CMYK
RGB Variations
Color information
#8F2ECB (or 0x8F2ECB) is known color: Dark Orchid. HEX triplet: 8F, 2E and CB. RGB value is (143,46,203). Sum of RGB (Red+Green+Blue) = 143+46+203=392 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.48% from 392); Green value is 46 (18.36% from 255 or 11.73% from 392); Blue value is 203 (79.69% from 255 or 51.79% from 392); Max value from RGB is 203 - color contains mainly: blue. Hex color #8F2ECB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F2ECB is #70D134. Grayscale: #5C5C5C. Windows color (decimal): -7393589 or 13315727. OLE color: 13315727.
HSL color Cylindrical-coordinate representation of color #8F2ECB: hue angle of 277.07º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8F2ECB is Cyan = 0.30, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 46 | 203 | - |
| CMYK | 0.30 | 0.77 | 0 | 0.20 |
| HSL | 277.07º | 0.63% | 0.49% | - |
| HSV(B) | 277.07º | 0.77% | 0.8% | - |
| XYZ | 23.08 | 12.11 | 57.62 | - |
| YUV | 92.9 | 190.14 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 46 | 203 | 0.30 | 0.77 | 0 | 0.20 | 277.07 | 0.63 | 0.49 |
| Hex | 8F | 2E | CB | 1E | 4D | 0 | 14 | 115 | 3F | 31 |
| Octal | 217 | 56 | 313 | 36 | 115 | 0 | 24 | 425 | 77 | 61 |
| Binary | 10001111 | 101110 | 11001011 | 11110 | 1001101 | 0 | 10100 | 100010101 | 111111 | 110001 |
Color Harmonies of #8F2ECB
Complementary color
Monochromatic Colors of #8F2ECB
Black with #8F2ECB
Text Example
Text Example
White with #8F2ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2ECB; }
p { color: rgb(143,46,203); }
H1.HeaderClassName
{
color: #8F2ECB;
}
.AnyTagClassName
{
color: #8F2ECB;
}
</style>
background-color css
<style>
a { background-color: #8F2ECB; }
a { background-color: rgb(143,46,203); }
div.DivClassName
{
background-color: #8F2ECB;
}
.BgClassName
{
background-color: #8F2ECB;
}
</style>
border-color css
<style>
span { border-color: #8F2ECB; }
span { border-color: rgb(143,46,203); }
td.TdClassName
{
border-color: #8F2ECB;
}
.TagClassName
{
border-color: #8F2ECB;
}
</style>