Shades of Dark Orchid #892EC8
Tints of Dark Orchid #892EC8
RGB
CMYK
RGB Variations
Color information
#892EC8 (or 0x892EC8) is known color: Dark Orchid. HEX triplet: 89, 2E and C8. RGB value is (137,46,200). Sum of RGB (Red+Green+Blue) = 137+46+200=383 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.77% from 383); Green value is 46 (18.36% from 255 or 12.01% from 383); Blue value is 200 (78.52% from 255 or 52.22% from 383); Max value from RGB is 200 - color contains mainly: blue. Hex color #892EC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #892EC8 is #76D137. Grayscale: #5A5A5A. Windows color (decimal): -7786808 or 13119113. OLE color: 13119113.
HSL color Cylindrical-coordinate representation of color #892EC8: hue angle of 275.45º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #892EC8 is Cyan = 0.32, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 137 | 46 | 200 | - |
| CMYK | 0.32 | 0.77 | 0 | 0.22 |
| HSL | 275.45º | 0.63% | 0.48% | - |
| HSV(B) | 275.45º | 0.77% | 0.78% | - |
| XYZ | 21.72 | 11.44 | 55.71 | - |
| YUV | 90.77 | 189.65 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 46 | 200 | 0.32 | 0.77 | 0 | 0.22 | 275.45 | 0.63 | 0.48 |
| Hex | 89 | 2E | C8 | 20 | 4D | 0 | 16 | 113 | 3F | 30 |
| Octal | 211 | 56 | 310 | 40 | 115 | 0 | 26 | 423 | 77 | 60 |
| Binary | 10001001 | 101110 | 11001000 | 100000 | 1001101 | 0 | 10110 | 100010011 | 111111 | 110000 |
Color Harmonies of #892EC8
Complementary color
Monochromatic Colors of #892EC8
Black with #892EC8
Text Example
Text Example
White with #892EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892EC8; }
p { color: rgb(137,46,200); }
H1.HeaderClassName
{
color: #892EC8;
}
.AnyTagClassName
{
color: #892EC8;
}
</style>
background-color css
<style>
a { background-color: #892EC8; }
a { background-color: rgb(137,46,200); }
div.DivClassName
{
background-color: #892EC8;
}
.BgClassName
{
background-color: #892EC8;
}
</style>
border-color css
<style>
span { border-color: #892EC8; }
span { border-color: rgb(137,46,200); }
td.TdClassName
{
border-color: #892EC8;
}
.TagClassName
{
border-color: #892EC8;
}
</style>