Shades of Dark Orchid #892EC9
Tints of Dark Orchid #892EC9
RGB
CMYK
RGB Variations
Color information
#892EC9 (or 0x892EC9) is known color: Dark Orchid. HEX triplet: 89, 2E and C9. RGB value is (137,46,201). Sum of RGB (Red+Green+Blue) = 137+46+201=384 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.68% from 384); Green value is 46 (18.36% from 255 or 11.98% from 384); Blue value is 201 (78.91% from 255 or 52.34% from 384); Max value from RGB is 201 - color contains mainly: blue. Hex color #892EC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #892EC9 is #76D136. Grayscale: #5A5A5A. Windows color (decimal): -7786807 or 13184649. OLE color: 13184649.
HSL color Cylindrical-coordinate representation of color #892EC9: hue angle of 275.23º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #892EC9 is Cyan = 0.32, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 137 | 46 | 201 | - |
| CMYK | 0.32 | 0.77 | 0 | 0.21 |
| HSL | 275.23º | 0.63% | 0.48% | - |
| HSV(B) | 275.23º | 0.77% | 0.79% | - |
| XYZ | 21.84 | 11.49 | 56.33 | - |
| YUV | 90.88 | 190.15 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 46 | 201 | 0.32 | 0.77 | 0 | 0.21 | 275.23 | 0.63 | 0.48 |
| Hex | 89 | 2E | C9 | 20 | 4D | 0 | 15 | 113 | 3F | 30 |
| Octal | 211 | 56 | 311 | 40 | 115 | 0 | 25 | 423 | 77 | 60 |
| Binary | 10001001 | 101110 | 11001001 | 100000 | 1001101 | 0 | 10101 | 100010011 | 111111 | 110000 |
Color Harmonies of #892EC9
Complementary color
Monochromatic Colors of #892EC9
Black with #892EC9
Text Example
Text Example
White with #892EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892EC9; }
p { color: rgb(137,46,201); }
H1.HeaderClassName
{
color: #892EC9;
}
.AnyTagClassName
{
color: #892EC9;
}
</style>
background-color css
<style>
a { background-color: #892EC9; }
a { background-color: rgb(137,46,201); }
div.DivClassName
{
background-color: #892EC9;
}
.BgClassName
{
background-color: #892EC9;
}
</style>
border-color css
<style>
span { border-color: #892EC9; }
span { border-color: rgb(137,46,201); }
td.TdClassName
{
border-color: #892EC9;
}
.TagClassName
{
border-color: #892EC9;
}
</style>