Shades of Dark Orchid #8937CE
Tints of Dark Orchid #8937CE
RGB
CMYK
RGB Variations
Color information
#8937CE (or 0x8937CE) is known color: Dark Orchid. HEX triplet: 89, 37 and CE. RGB value is (137,55,206). Sum of RGB (Red+Green+Blue) = 137+55+206=398 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.42% from 398); Green value is 55 (21.88% from 255 or 13.82% from 398); Blue value is 206 (80.86% from 255 or 51.76% from 398); Max value from RGB is 206 - color contains mainly: blue. Hex color #8937CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8937CE is #76C831. Grayscale: #606060. Windows color (decimal): -7784498 or 13514633. OLE color: 13514633.
HSL color Cylindrical-coordinate representation of color #8937CE: hue angle of 272.58º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8937CE is Cyan = 0.33, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 137 | 55 | 206 | - |
| CMYK | 0.33 | 0.73 | 0 | 0.19 |
| HSL | 272.58º | 0.61% | 0.51% | - |
| HSV(B) | 272.58º | 0.73% | 0.81% | - |
| XYZ | 22.82 | 12.51 | 59.6 | - |
| YUV | 96.73 | 189.67 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 55 | 206 | 0.33 | 0.73 | 0 | 0.19 | 272.58 | 0.61 | 0.51 |
| Hex | 89 | 37 | CE | 21 | 49 | 0 | 13 | 111 | 3D | 33 |
| Octal | 211 | 67 | 316 | 41 | 111 | 0 | 23 | 421 | 75 | 63 |
| Binary | 10001001 | 110111 | 11001110 | 100001 | 1001001 | 0 | 10011 | 100010001 | 111101 | 110011 |
Color Harmonies of #8937CE
Complementary color
Monochromatic Colors of #8937CE
Black with #8937CE
Text Example
Text Example
White with #8937CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8937CE; }
p { color: rgb(137,55,206); }
H1.HeaderClassName
{
color: #8937CE;
}
.AnyTagClassName
{
color: #8937CE;
}
</style>
background-color css
<style>
a { background-color: #8937CE; }
a { background-color: rgb(137,55,206); }
div.DivClassName
{
background-color: #8937CE;
}
.BgClassName
{
background-color: #8937CE;
}
</style>
border-color css
<style>
span { border-color: #8937CE; }
span { border-color: rgb(137,55,206); }
td.TdClassName
{
border-color: #8937CE;
}
.TagClassName
{
border-color: #8937CE;
}
</style>