Shades of Dark Orchid #892EBA
Tints of Dark Orchid #892EBA
RGB
CMYK
RGB Variations
Color information
#892EBA (or 0x892EBA) is known color: Dark Orchid. HEX triplet: 89, 2E and BA. RGB value is (137,46,186). Sum of RGB (Red+Green+Blue) = 137+46+186=369 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.13% from 369); Green value is 46 (18.36% from 255 or 12.47% from 369); Blue value is 186 (73.05% from 255 or 50.41% from 369); Max value from RGB is 186 - color contains mainly: blue. Hex color #892EBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #892EBA is #76D145. Grayscale: #585858. Windows color (decimal): -7786822 or 12201609. OLE color: 12201609.
HSL color Cylindrical-coordinate representation of color #892EBA: hue angle of 279º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #892EBA is Cyan = 0.26, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 137 | 46 | 186 | - |
| CMYK | 0.26 | 0.75 | 0 | 0.27 |
| HSL | 279º | 0.6% | 0.45% | - |
| HSV(B) | 279º | 0.75% | 0.73% | - |
| XYZ | 20.16 | 10.82 | 47.48 | - |
| YUV | 89.17 | 182.65 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 46 | 186 | 0.26 | 0.75 | 0 | 0.27 | 279 | 0.6 | 0.45 |
| Hex | 89 | 2E | BA | 1A | 4B | 0 | 1B | 117 | 3C | 2D |
| Octal | 211 | 56 | 272 | 32 | 113 | 0 | 33 | 427 | 74 | 55 |
| Binary | 10001001 | 101110 | 10111010 | 11010 | 1001011 | 0 | 11011 | 100010111 | 111100 | 101101 |
Color Harmonies of #892EBA
Complementary color
Monochromatic Colors of #892EBA
Black with #892EBA
Text Example
Text Example
White with #892EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892EBA; }
p { color: rgb(137,46,186); }
H1.HeaderClassName
{
color: #892EBA;
}
.AnyTagClassName
{
color: #892EBA;
}
</style>
background-color css
<style>
a { background-color: #892EBA; }
a { background-color: rgb(137,46,186); }
div.DivClassName
{
background-color: #892EBA;
}
.BgClassName
{
background-color: #892EBA;
}
</style>
border-color css
<style>
span { border-color: #892EBA; }
span { border-color: rgb(137,46,186); }
td.TdClassName
{
border-color: #892EBA;
}
.TagClassName
{
border-color: #892EBA;
}
</style>