Shades of Dark Orchid #893ED1
Tints of Dark Orchid #893ED1
RGB
CMYK
RGB Variations
Color information
#893ED1 (or 0x893ED1) is known color: Dark Orchid. HEX triplet: 89, 3E and D1. RGB value is (137,62,209). Sum of RGB (Red+Green+Blue) = 137+62+209=408 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.58% from 408); Green value is 62 (24.61% from 255 or 15.20% from 408); Blue value is 209 (82.03% from 255 or 51.23% from 408); Max value from RGB is 209 - color contains mainly: blue. Hex color #893ED1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #893ED1 is #76C12E. Grayscale: #646464. Windows color (decimal): -7782703 or 13713033. OLE color: 13713033.
HSL color Cylindrical-coordinate representation of color #893ED1: hue angle of 270.61º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #893ED1 is Cyan = 0.34, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 137 | 62 | 209 | - |
| CMYK | 0.34 | 0.70 | 0 | 0.18 |
| HSL | 270.61º | 0.62% | 0.53% | - |
| HSV(B) | 270.61º | 0.7% | 0.82% | - |
| XYZ | 23.55 | 13.37 | 61.66 | - |
| YUV | 101.18 | 188.85 | 153.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 62 | 209 | 0.34 | 0.70 | 0 | 0.18 | 270.61 | 0.62 | 0.53 |
| Hex | 89 | 3E | D1 | 22 | 46 | 0 | 12 | 10F | 3E | 35 |
| Octal | 211 | 76 | 321 | 42 | 106 | 0 | 22 | 417 | 76 | 65 |
| Binary | 10001001 | 111110 | 11010001 | 100010 | 1000110 | 0 | 10010 | 100001111 | 111110 | 110101 |
Color Harmonies of #893ED1
Complementary color
Monochromatic Colors of #893ED1
Black with #893ED1
Text Example
Text Example
White with #893ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893ED1; }
p { color: rgb(137,62,209); }
H1.HeaderClassName
{
color: #893ED1;
}
.AnyTagClassName
{
color: #893ED1;
}
</style>
background-color css
<style>
a { background-color: #893ED1; }
a { background-color: rgb(137,62,209); }
div.DivClassName
{
background-color: #893ED1;
}
.BgClassName
{
background-color: #893ED1;
}
</style>
border-color css
<style>
span { border-color: #893ED1; }
span { border-color: rgb(137,62,209); }
td.TdClassName
{
border-color: #893ED1;
}
.TagClassName
{
border-color: #893ED1;
}
</style>