Shades of Dark Orchid #893EBA
Tints of Dark Orchid #893EBA
RGB
CMYK
RGB Variations
Color information
#893EBA (or 0x893EBA) is known color: Dark Orchid. HEX triplet: 89, 3E and BA. RGB value is (137,62,186). Sum of RGB (Red+Green+Blue) = 137+62+186=385 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.58% from 385); Green value is 62 (24.61% from 255 or 16.10% from 385); Blue value is 186 (73.05% from 255 or 48.31% from 385); Max value from RGB is 186 - color contains mainly: blue. Hex color #893EBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #893EBA is #76C145. Grayscale: #626262. Windows color (decimal): -7782726 or 12205705. OLE color: 12205705.
HSL color Cylindrical-coordinate representation of color #893EBA: hue angle of 276.29º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #893EBA is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 137 | 62 | 186 | - |
| CMYK | 0.26 | 0.67 | 0 | 0.27 |
| HSL | 276.29º | 0.5% | 0.49% | - |
| HSV(B) | 276.29º | 0.67% | 0.73% | - |
| XYZ | 20.9 | 12.31 | 47.73 | - |
| YUV | 98.56 | 177.35 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 62 | 186 | 0.26 | 0.67 | 0 | 0.27 | 276.29 | 0.5 | 0.49 |
| Hex | 89 | 3E | BA | 1A | 43 | 0 | 1B | 114 | 32 | 31 |
| Octal | 211 | 76 | 272 | 32 | 103 | 0 | 33 | 424 | 62 | 61 |
| Binary | 10001001 | 111110 | 10111010 | 11010 | 1000011 | 0 | 11011 | 100010100 | 110010 | 110001 |
Color Harmonies of #893EBA
Complementary color
Monochromatic Colors of #893EBA
Black with #893EBA
Text Example
Text Example
White with #893EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893EBA; }
p { color: rgb(137,62,186); }
H1.HeaderClassName
{
color: #893EBA;
}
.AnyTagClassName
{
color: #893EBA;
}
</style>
background-color css
<style>
a { background-color: #893EBA; }
a { background-color: rgb(137,62,186); }
div.DivClassName
{
background-color: #893EBA;
}
.BgClassName
{
background-color: #893EBA;
}
</style>
border-color css
<style>
span { border-color: #893EBA; }
span { border-color: rgb(137,62,186); }
td.TdClassName
{
border-color: #893EBA;
}
.TagClassName
{
border-color: #893EBA;
}
</style>