Shades of Dark Orchid #8937C7
Tints of Dark Orchid #8937C7
RGB
CMYK
RGB Variations
Color information
#8937C7 (or 0x8937C7) is known color: Dark Orchid. HEX triplet: 89, 37 and C7. RGB value is (137,55,199). Sum of RGB (Red+Green+Blue) = 137+55+199=391 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.04% from 391); Green value is 55 (21.88% from 255 or 14.07% from 391); Blue value is 199 (78.12% from 255 or 50.90% from 391); Max value from RGB is 199 - color contains mainly: blue. Hex color #8937C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8937C7 is #76C838. Grayscale: #5F5F5F. Windows color (decimal): -7784505 or 13055881. OLE color: 13055881.
HSL color Cylindrical-coordinate representation of color #8937C7: hue angle of 274.17º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8937C7 is Cyan = 0.31, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 137 | 55 | 199 | - |
| CMYK | 0.31 | 0.72 | 0 | 0.22 |
| HSL | 274.17º | 0.57% | 0.5% | - |
| HSV(B) | 274.17º | 0.72% | 0.78% | - |
| XYZ | 21.99 | 12.17 | 55.22 | - |
| YUV | 95.93 | 186.17 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 55 | 199 | 0.31 | 0.72 | 0 | 0.22 | 274.17 | 0.57 | 0.5 |
| Hex | 89 | 37 | C7 | 1F | 48 | 0 | 16 | 112 | 39 | 32 |
| Octal | 211 | 67 | 307 | 37 | 110 | 0 | 26 | 422 | 71 | 62 |
| Binary | 10001001 | 110111 | 11000111 | 11111 | 1001000 | 0 | 10110 | 100010010 | 111001 | 110010 |
Color Harmonies of #8937C7
Complementary color
Monochromatic Colors of #8937C7
Black with #8937C7
Text Example
Text Example
White with #8937C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8937C7; }
p { color: rgb(137,55,199); }
H1.HeaderClassName
{
color: #8937C7;
}
.AnyTagClassName
{
color: #8937C7;
}
</style>
background-color css
<style>
a { background-color: #8937C7; }
a { background-color: rgb(137,55,199); }
div.DivClassName
{
background-color: #8937C7;
}
.BgClassName
{
background-color: #8937C7;
}
</style>
border-color css
<style>
span { border-color: #8937C7; }
span { border-color: rgb(137,55,199); }
td.TdClassName
{
border-color: #8937C7;
}
.TagClassName
{
border-color: #8937C7;
}
</style>