Shades of Dark Orchid #8F2ECA
Tints of Dark Orchid #8F2ECA
RGB
CMYK
RGB Variations
Color information
#8F2ECA (or 0x8F2ECA) is known color: Dark Orchid. HEX triplet: 8F, 2E and CA. RGB value is (143,46,202). Sum of RGB (Red+Green+Blue) = 143+46+202=391 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.57% from 391); Green value is 46 (18.36% from 255 or 11.76% from 391); Blue value is 202 (79.30% from 255 or 51.66% from 391); Max value from RGB is 202 - color contains mainly: blue. Hex color #8F2ECA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F2ECA is #70D135. Grayscale: #5C5C5C. Windows color (decimal): -7393590 or 13250191. OLE color: 13250191.
HSL color Cylindrical-coordinate representation of color #8F2ECA: hue angle of 277.31º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8F2ECA is Cyan = 0.29, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 143 | 46 | 202 | - |
| CMYK | 0.29 | 0.77 | 0 | 0.21 |
| HSL | 277.31º | 0.63% | 0.49% | - |
| HSV(B) | 277.31º | 0.77% | 0.79% | - |
| XYZ | 22.97 | 12.06 | 56.99 | - |
| YUV | 92.79 | 189.64 | 163.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 46 | 202 | 0.29 | 0.77 | 0 | 0.21 | 277.31 | 0.63 | 0.49 |
| Hex | 8F | 2E | CA | 1D | 4D | 0 | 15 | 115 | 3F | 31 |
| Octal | 217 | 56 | 312 | 35 | 115 | 0 | 25 | 425 | 77 | 61 |
| Binary | 10001111 | 101110 | 11001010 | 11101 | 1001101 | 0 | 10101 | 100010101 | 111111 | 110001 |
Color Harmonies of #8F2ECA
Complementary color
Monochromatic Colors of #8F2ECA
Black with #8F2ECA
Text Example
Text Example
White with #8F2ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2ECA; }
p { color: rgb(143,46,202); }
H1.HeaderClassName
{
color: #8F2ECA;
}
.AnyTagClassName
{
color: #8F2ECA;
}
</style>
background-color css
<style>
a { background-color: #8F2ECA; }
a { background-color: rgb(143,46,202); }
div.DivClassName
{
background-color: #8F2ECA;
}
.BgClassName
{
background-color: #8F2ECA;
}
</style>
border-color css
<style>
span { border-color: #8F2ECA; }
span { border-color: rgb(143,46,202); }
td.TdClassName
{
border-color: #8F2ECA;
}
.TagClassName
{
border-color: #8F2ECA;
}
</style>