Shades of Dark Orchid #8947CF
Tints of Dark Orchid #8947CF
RGB
CMYK
RGB Variations
Color information
#8947CF (or 0x8947CF) is known color: Dark Orchid. HEX triplet: 89, 47 and CF. RGB value is (137,71,207). Sum of RGB (Red+Green+Blue) = 137+71+207=415 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.01% from 415); Green value is 71 (28.12% from 255 or 17.11% from 415); Blue value is 207 (81.25% from 255 or 49.88% from 415); Max value from RGB is 207 - color contains mainly: blue. Hex color #8947CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8947CF is #76B830. Grayscale: #696969. Windows color (decimal): -7780401 or 13584265. OLE color: 13584265.
HSL color Cylindrical-coordinate representation of color #8947CF: hue angle of 269.12º 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 #8947CF is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 137 | 71 | 207 | - |
| CMYK | 0.34 | 0.66 | 0 | 0.19 |
| HSL | 269.12º | 0.59% | 0.55% | - |
| HSV(B) | 269.12º | 0.66% | 0.81% | - |
| XYZ | 23.83 | 14.33 | 60.54 | - |
| YUV | 106.24 | 184.87 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 71 | 207 | 0.34 | 0.66 | 0 | 0.19 | 269.12 | 0.59 | 0.55 |
| Hex | 89 | 47 | CF | 22 | 42 | 0 | 13 | 10D | 3B | 37 |
| Octal | 211 | 107 | 317 | 42 | 102 | 0 | 23 | 415 | 73 | 67 |
| Binary | 10001001 | 1000111 | 11001111 | 100010 | 1000010 | 0 | 10011 | 100001101 | 111011 | 110111 |
Color Harmonies of #8947CF
Complementary color
Monochromatic Colors of #8947CF
Black with #8947CF
Text Example
Text Example
White with #8947CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8947CF; }
p { color: rgb(137,71,207); }
H1.HeaderClassName
{
color: #8947CF;
}
.AnyTagClassName
{
color: #8947CF;
}
</style>
background-color css
<style>
a { background-color: #8947CF; }
a { background-color: rgb(137,71,207); }
div.DivClassName
{
background-color: #8947CF;
}
.BgClassName
{
background-color: #8947CF;
}
</style>
border-color css
<style>
span { border-color: #8947CF; }
span { border-color: rgb(137,71,207); }
td.TdClassName
{
border-color: #8947CF;
}
.TagClassName
{
border-color: #8947CF;
}
</style>