Shades of Dark Orchid #8F3EBF
Tints of Dark Orchid #8F3EBF
RGB
CMYK
RGB Variations
Color information
#8F3EBF (or 0x8F3EBF) is known color: Dark Orchid. HEX triplet: 8F, 3E and BF. RGB value is (143,62,191). Sum of RGB (Red+Green+Blue) = 143+62+191=396 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.11% from 396); Green value is 62 (24.61% from 255 or 15.66% from 396); Blue value is 191 (75% from 255 or 48.23% from 396); Max value from RGB is 191 - color contains mainly: blue. Hex color #8F3EBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F3EBF is #70C140. Grayscale: #646464. Windows color (decimal): -7389505 or 12533391. OLE color: 12533391.
HSL color Cylindrical-coordinate representation of color #8F3EBF: hue angle of 277.67º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8F3EBF is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 62 | 191 | - |
| CMYK | 0.25 | 0.68 | 0 | 0.25 |
| HSL | 277.67º | 0.51% | 0.5% | - |
| HSV(B) | 277.67º | 0.68% | 0.75% | - |
| XYZ | 22.45 | 13.05 | 50.62 | - |
| YUV | 100.93 | 178.84 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 62 | 191 | 0.25 | 0.68 | 0 | 0.25 | 277.67 | 0.51 | 0.5 |
| Hex | 8F | 3E | BF | 19 | 44 | 0 | 19 | 116 | 33 | 32 |
| Octal | 217 | 76 | 277 | 31 | 104 | 0 | 31 | 426 | 63 | 62 |
| Binary | 10001111 | 111110 | 10111111 | 11001 | 1000100 | 0 | 11001 | 100010110 | 110011 | 110010 |
Color Harmonies of #8F3EBF
Complementary color
Monochromatic Colors of #8F3EBF
Black with #8F3EBF
Text Example
Text Example
White with #8F3EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3EBF; }
p { color: rgb(143,62,191); }
H1.HeaderClassName
{
color: #8F3EBF;
}
.AnyTagClassName
{
color: #8F3EBF;
}
</style>
background-color css
<style>
a { background-color: #8F3EBF; }
a { background-color: rgb(143,62,191); }
div.DivClassName
{
background-color: #8F3EBF;
}
.BgClassName
{
background-color: #8F3EBF;
}
</style>
border-color css
<style>
span { border-color: #8F3EBF; }
span { border-color: rgb(143,62,191); }
td.TdClassName
{
border-color: #8F3EBF;
}
.TagClassName
{
border-color: #8F3EBF;
}
</style>