Shades of Dark Orchid #8940BE
Tints of Dark Orchid #8940BE
RGB
CMYK
RGB Variations
Color information
#8940BE (or 0x8940BE) is known color: Dark Orchid. HEX triplet: 89, 40 and BE. RGB value is (137,64,190). Sum of RGB (Red+Green+Blue) = 137+64+190=391 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.04% from 391); Green value is 64 (25.39% from 255 or 16.37% from 391); Blue value is 190 (74.61% from 255 or 48.59% from 391); Max value from RGB is 190 - color contains mainly: blue. Hex color #8940BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8940BE is #76BF41. Grayscale: #636363. Windows color (decimal): -7782210 or 12468361. OLE color: 12468361.
HSL color Cylindrical-coordinate representation of color #8940BE: hue angle of 274.76º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8940BE is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 137 | 64 | 190 | - |
| CMYK | 0.28 | 0.66 | 0 | 0.25 |
| HSL | 274.76º | 0.5% | 0.5% | - |
| HSV(B) | 274.76º | 0.66% | 0.75% | - |
| XYZ | 21.44 | 12.7 | 50.04 | - |
| YUV | 100.19 | 178.68 | 154.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 64 | 190 | 0.28 | 0.66 | 0 | 0.25 | 274.76 | 0.5 | 0.5 |
| Hex | 89 | 40 | BE | 1C | 42 | 0 | 19 | 113 | 32 | 32 |
| Octal | 211 | 100 | 276 | 34 | 102 | 0 | 31 | 423 | 62 | 62 |
| Binary | 10001001 | 1000000 | 10111110 | 11100 | 1000010 | 0 | 11001 | 100010011 | 110010 | 110010 |
Color Harmonies of #8940BE
Complementary color
Monochromatic Colors of #8940BE
Black with #8940BE
Text Example
Text Example
White with #8940BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8940BE; }
p { color: rgb(137,64,190); }
H1.HeaderClassName
{
color: #8940BE;
}
.AnyTagClassName
{
color: #8940BE;
}
</style>
background-color css
<style>
a { background-color: #8940BE; }
a { background-color: rgb(137,64,190); }
div.DivClassName
{
background-color: #8940BE;
}
.BgClassName
{
background-color: #8940BE;
}
</style>
border-color css
<style>
span { border-color: #8940BE; }
span { border-color: rgb(137,64,190); }
td.TdClassName
{
border-color: #8940BE;
}
.TagClassName
{
border-color: #8940BE;
}
</style>