Shades of Dark Orchid #8F3EBC
Tints of Dark Orchid #8F3EBC
RGB
CMYK
RGB Variations
Color information
#8F3EBC (or 0x8F3EBC) is known color: Dark Orchid. HEX triplet: 8F, 3E and BC. RGB value is (143,62,188). Sum of RGB (Red+Green+Blue) = 143+62+188=393 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.39% from 393); Green value is 62 (24.61% from 255 or 15.78% from 393); Blue value is 188 (73.83% from 255 or 47.84% from 393); Max value from RGB is 188 - color contains mainly: blue. Hex color #8F3EBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F3EBC is #70C143. Grayscale: #646464. Windows color (decimal): -7389508 or 12336783. OLE color: 12336783.
HSL color Cylindrical-coordinate representation of color #8F3EBC: hue angle of 278.57º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8F3EBC is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 62 | 188 | - |
| CMYK | 0.24 | 0.67 | 0 | 0.26 |
| HSL | 278.57º | 0.5% | 0.49% | - |
| HSV(B) | 278.57º | 0.67% | 0.74% | - |
| XYZ | 22.13 | 12.92 | 48.9 | - |
| YUV | 100.58 | 177.34 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 62 | 188 | 0.24 | 0.67 | 0 | 0.26 | 278.57 | 0.5 | 0.49 |
| Hex | 8F | 3E | BC | 18 | 43 | 0 | 1A | 117 | 32 | 31 |
| Octal | 217 | 76 | 274 | 30 | 103 | 0 | 32 | 427 | 62 | 61 |
| Binary | 10001111 | 111110 | 10111100 | 11000 | 1000011 | 0 | 11010 | 100010111 | 110010 | 110001 |
Color Harmonies of #8F3EBC
Complementary color
Monochromatic Colors of #8F3EBC
Black with #8F3EBC
Text Example
Text Example
White with #8F3EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3EBC; }
p { color: rgb(143,62,188); }
H1.HeaderClassName
{
color: #8F3EBC;
}
.AnyTagClassName
{
color: #8F3EBC;
}
</style>
background-color css
<style>
a { background-color: #8F3EBC; }
a { background-color: rgb(143,62,188); }
div.DivClassName
{
background-color: #8F3EBC;
}
.BgClassName
{
background-color: #8F3EBC;
}
</style>
border-color css
<style>
span { border-color: #8F3EBC; }
span { border-color: rgb(143,62,188); }
td.TdClassName
{
border-color: #8F3EBC;
}
.TagClassName
{
border-color: #8F3EBC;
}
</style>