Shades of Dark Orchid #8F1ECE
Tints of Dark Orchid #8F1ECE
RGB
CMYK
RGB Variations
Color information
#8F1ECE (or 0x8F1ECE) is known color: Dark Orchid. HEX triplet: 8F, 1E and CE. RGB value is (143,30,206). Sum of RGB (Red+Green+Blue) = 143+30+206=379 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.73% from 379); Green value is 30 (12.11% from 255 or 7.92% from 379); Blue value is 206 (80.86% from 255 or 54.35% from 379); Max value from RGB is 206 - color contains mainly: blue. Hex color #8F1ECE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F1ECE is #70E131. Grayscale: #535353. Windows color (decimal): -7397682 or 13508239. OLE color: 13508239.
HSL color Cylindrical-coordinate representation of color #8F1ECE: hue angle of 278.52º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8F1ECE is Cyan = 0.31, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 143 | 30 | 206 | - |
| CMYK | 0.31 | 0.85 | 0 | 0.19 |
| HSL | 278.52º | 0.75% | 0.46% | - |
| HSV(B) | 278.52º | 0.85% | 0.81% | - |
| XYZ | 22.93 | 11.22 | 59.35 | - |
| YUV | 83.85 | 196.94 | 170.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 30 | 206 | 0.31 | 0.85 | 0 | 0.19 | 278.52 | 0.75 | 0.46 |
| Hex | 8F | 1E | CE | 1F | 55 | 0 | 13 | 117 | 4B | 2E |
| Octal | 217 | 36 | 316 | 37 | 125 | 0 | 23 | 427 | 113 | 56 |
| Binary | 10001111 | 11110 | 11001110 | 11111 | 1010101 | 0 | 10011 | 100010111 | 1001011 | 101110 |
Color Harmonies of #8F1ECE
Complementary color
Monochromatic Colors of #8F1ECE
Black with #8F1ECE
Text Example
Text Example
White with #8F1ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1ECE; }
p { color: rgb(143,30,206); }
H1.HeaderClassName
{
color: #8F1ECE;
}
.AnyTagClassName
{
color: #8F1ECE;
}
</style>
background-color css
<style>
a { background-color: #8F1ECE; }
a { background-color: rgb(143,30,206); }
div.DivClassName
{
background-color: #8F1ECE;
}
.BgClassName
{
background-color: #8F1ECE;
}
</style>
border-color css
<style>
span { border-color: #8F1ECE; }
span { border-color: rgb(143,30,206); }
td.TdClassName
{
border-color: #8F1ECE;
}
.TagClassName
{
border-color: #8F1ECE;
}
</style>