Shades of Dark Orchid #8F47D8
Tints of Dark Orchid #8F47D8
RGB
CMYK
RGB Variations
Color information
#8F47D8 (or 0x8F47D8) is known color: Dark Orchid. HEX triplet: 8F, 47 and D8. RGB value is (143,71,216). Sum of RGB (Red+Green+Blue) = 143+71+216=430 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.26% from 430); Green value is 71 (28.12% from 255 or 16.51% from 430); Blue value is 216 (84.77% from 255 or 50.23% from 430); Max value from RGB is 216 - color contains mainly: blue. Hex color #8F47D8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F47D8 is #70B827. Grayscale: #6C6C6C. Windows color (decimal): -7387176 or 14174095. OLE color: 14174095.
HSL color Cylindrical-coordinate representation of color #8F47D8: hue angle of 269.79º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8F47D8 is Cyan = 0.34, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 143 | 71 | 216 | - |
| CMYK | 0.34 | 0.67 | 0 | 0.15 |
| HSL | 269.79º | 0.65% | 0.56% | - |
| HSV(B) | 269.79º | 0.67% | 0.85% | - |
| XYZ | 25.98 | 15.3 | 66.55 | - |
| YUV | 109.06 | 188.35 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 71 | 216 | 0.34 | 0.67 | 0 | 0.15 | 269.79 | 0.65 | 0.56 |
| Hex | 8F | 47 | D8 | 22 | 43 | 0 | F | 10E | 41 | 38 |
| Octal | 217 | 107 | 330 | 42 | 103 | 0 | 17 | 416 | 101 | 70 |
| Binary | 10001111 | 1000111 | 11011000 | 100010 | 1000011 | 0 | 1111 | 100001110 | 1000001 | 111000 |
Color Harmonies of #8F47D8
Complementary color
Monochromatic Colors of #8F47D8
Black with #8F47D8
Text Example
Text Example
White with #8F47D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F47D8; }
p { color: rgb(143,71,216); }
H1.HeaderClassName
{
color: #8F47D8;
}
.AnyTagClassName
{
color: #8F47D8;
}
</style>
background-color css
<style>
a { background-color: #8F47D8; }
a { background-color: rgb(143,71,216); }
div.DivClassName
{
background-color: #8F47D8;
}
.BgClassName
{
background-color: #8F47D8;
}
</style>
border-color css
<style>
span { border-color: #8F47D8; }
span { border-color: rgb(143,71,216); }
td.TdClassName
{
border-color: #8F47D8;
}
.TagClassName
{
border-color: #8F47D8;
}
</style>