Shades of Dark Orchid #8F2EAF
Tints of Dark Orchid #8F2EAF
RGB
CMYK
RGB Variations
Color information
#8F2EAF (or 0x8F2EAF) is known color: Dark Orchid. HEX triplet: 8F, 2E and AF. RGB value is (143,46,175). Sum of RGB (Red+Green+Blue) = 143+46+175=364 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.29% from 364); Green value is 46 (18.36% from 255 or 12.64% from 364); Blue value is 175 (68.75% from 255 or 48.08% from 364); Max value from RGB is 175 - color contains mainly: blue. Hex color #8F2EAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F2EAF is #70D150. Grayscale: #595959. Windows color (decimal): -7393617 or 11480719. OLE color: 11480719.
HSL color Cylindrical-coordinate representation of color #8F2EAF: hue angle of 285.12º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8F2EAF is Cyan = 0.18, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 143 | 46 | 175 | - |
| CMYK | 0.18 | 0.74 | 0 | 0.31 |
| HSL | 285.12º | 0.58% | 0.43% | - |
| HSV(B) | 285.12º | 0.74% | 0.69% | - |
| XYZ | 20.04 | 10.89 | 41.6 | - |
| YUV | 89.71 | 176.14 | 166.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 46 | 175 | 0.18 | 0.74 | 0 | 0.31 | 285.12 | 0.58 | 0.43 |
| Hex | 8F | 2E | AF | 12 | 4A | 0 | 1F | 11D | 3A | 2B |
| Octal | 217 | 56 | 257 | 22 | 112 | 0 | 37 | 435 | 72 | 53 |
| Binary | 10001111 | 101110 | 10101111 | 10010 | 1001010 | 0 | 11111 | 100011101 | 111010 | 101011 |
Color Harmonies of #8F2EAF
Complementary color
Monochromatic Colors of #8F2EAF
Black with #8F2EAF
Text Example
Text Example
White with #8F2EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2EAF; }
p { color: rgb(143,46,175); }
H1.HeaderClassName
{
color: #8F2EAF;
}
.AnyTagClassName
{
color: #8F2EAF;
}
</style>
background-color css
<style>
a { background-color: #8F2EAF; }
a { background-color: rgb(143,46,175); }
div.DivClassName
{
background-color: #8F2EAF;
}
.BgClassName
{
background-color: #8F2EAF;
}
</style>
border-color css
<style>
span { border-color: #8F2EAF; }
span { border-color: rgb(143,46,175); }
td.TdClassName
{
border-color: #8F2EAF;
}
.TagClassName
{
border-color: #8F2EAF;
}
</style>