Shades of Dark Orchid #8F47CF
Tints of Dark Orchid #8F47CF
RGB
CMYK
RGB Variations
Color information
#8F47CF (or 0x8F47CF) is known color: Dark Orchid. HEX triplet: 8F, 47 and CF. RGB value is (143,71,207). Sum of RGB (Red+Green+Blue) = 143+71+207=421 (55% of max value = 765). Red value is 143 (56.25% from 255 or 33.97% from 421); Green value is 71 (28.12% from 255 or 16.86% from 421); Blue value is 207 (81.25% from 255 or 49.17% from 421); Max value from RGB is 207 - color contains mainly: blue. Hex color #8F47CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F47CF is #70B830. Grayscale: #6B6B6B. Windows color (decimal): -7387185 or 13584271. OLE color: 13584271.
HSL color Cylindrical-coordinate representation of color #8F47CF: hue angle of 271.76º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8F47CF is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 143 | 71 | 207 | - |
| CMYK | 0.31 | 0.66 | 0 | 0.19 |
| HSL | 271.76º | 0.59% | 0.55% | - |
| HSV(B) | 271.76º | 0.66% | 0.81% | - |
| XYZ | 24.84 | 14.85 | 60.59 | - |
| YUV | 108.03 | 183.85 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 71 | 207 | 0.31 | 0.66 | 0 | 0.19 | 271.76 | 0.59 | 0.55 |
| Hex | 8F | 47 | CF | 1F | 42 | 0 | 13 | 110 | 3B | 37 |
| Octal | 217 | 107 | 317 | 37 | 102 | 0 | 23 | 420 | 73 | 67 |
| Binary | 10001111 | 1000111 | 11001111 | 11111 | 1000010 | 0 | 10011 | 100010000 | 111011 | 110111 |
Color Harmonies of #8F47CF
Complementary color
Monochromatic Colors of #8F47CF
Black with #8F47CF
Text Example
Text Example
White with #8F47CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F47CF; }
p { color: rgb(143,71,207); }
H1.HeaderClassName
{
color: #8F47CF;
}
.AnyTagClassName
{
color: #8F47CF;
}
</style>
background-color css
<style>
a { background-color: #8F47CF; }
a { background-color: rgb(143,71,207); }
div.DivClassName
{
background-color: #8F47CF;
}
.BgClassName
{
background-color: #8F47CF;
}
</style>
border-color css
<style>
span { border-color: #8F47CF; }
span { border-color: rgb(143,71,207); }
td.TdClassName
{
border-color: #8F47CF;
}
.TagClassName
{
border-color: #8F47CF;
}
</style>