Shades of Dark Orchid #8940CE
Tints of Dark Orchid #8940CE
RGB
CMYK
RGB Variations
Color information
#8940CE (or 0x8940CE) is known color: Dark Orchid. HEX triplet: 89, 40 and CE. RGB value is (137,64,206). Sum of RGB (Red+Green+Blue) = 137+64+206=407 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.66% from 407); Green value is 64 (25.39% from 255 or 15.72% from 407); Blue value is 206 (80.86% from 255 or 50.61% from 407); Max value from RGB is 206 - color contains mainly: blue. Hex color #8940CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8940CE is #76BF31. Grayscale: #656565. Windows color (decimal): -7782194 or 13516937. OLE color: 13516937.
HSL color Cylindrical-coordinate representation of color #8940CE: hue angle of 270.85º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8940CE is Cyan = 0.33, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 137 | 64 | 206 | - |
| CMYK | 0.33 | 0.69 | 0 | 0.19 |
| HSL | 270.85º | 0.59% | 0.53% | - |
| HSV(B) | 270.85º | 0.69% | 0.81% | - |
| XYZ | 23.29 | 13.44 | 59.76 | - |
| YUV | 102.02 | 186.68 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 64 | 206 | 0.33 | 0.69 | 0 | 0.19 | 270.85 | 0.59 | 0.53 |
| Hex | 89 | 40 | CE | 21 | 45 | 0 | 13 | 10F | 3B | 35 |
| Octal | 211 | 100 | 316 | 41 | 105 | 0 | 23 | 417 | 73 | 65 |
| Binary | 10001001 | 1000000 | 11001110 | 100001 | 1000101 | 0 | 10011 | 100001111 | 111011 | 110101 |
Color Harmonies of #8940CE
Complementary color
Monochromatic Colors of #8940CE
Black with #8940CE
Text Example
Text Example
White with #8940CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8940CE; }
p { color: rgb(137,64,206); }
H1.HeaderClassName
{
color: #8940CE;
}
.AnyTagClassName
{
color: #8940CE;
}
</style>
background-color css
<style>
a { background-color: #8940CE; }
a { background-color: rgb(137,64,206); }
div.DivClassName
{
background-color: #8940CE;
}
.BgClassName
{
background-color: #8940CE;
}
</style>
border-color css
<style>
span { border-color: #8940CE; }
span { border-color: rgb(137,64,206); }
td.TdClassName
{
border-color: #8940CE;
}
.TagClassName
{
border-color: #8940CE;
}
</style>