Shades of Dark Orchid #892EB2
Tints of Dark Orchid #892EB2
RGB
CMYK
RGB Variations
Color information
#892EB2 (or 0x892EB2) is known color: Dark Orchid. HEX triplet: 89, 2E and B2. RGB value is (137,46,178). Sum of RGB (Red+Green+Blue) = 137+46+178=361 (47% of max value = 765). Red value is 137 (53.91% from 255 or 37.95% from 361); Green value is 46 (18.36% from 255 or 12.74% from 361); Blue value is 178 (69.92% from 255 or 49.31% from 361); Max value from RGB is 178 - color contains mainly: blue. Hex color #892EB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #892EB2 is #76D14D. Grayscale: #575757. Windows color (decimal): -7786830 or 11677321. OLE color: 11677321.
HSL color Cylindrical-coordinate representation of color #892EB2: hue angle of 281.36º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #892EB2 is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 137 | 46 | 178 | - |
| CMYK | 0.23 | 0.74 | 0 | 0.30 |
| HSL | 281.36º | 0.59% | 0.44% | - |
| HSV(B) | 281.36º | 0.74% | 0.7% | - |
| XYZ | 19.33 | 10.49 | 43.12 | - |
| YUV | 88.26 | 178.65 | 162.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 46 | 178 | 0.23 | 0.74 | 0 | 0.30 | 281.36 | 0.59 | 0.44 |
| Hex | 89 | 2E | B2 | 17 | 4A | 0 | 1E | 119 | 3B | 2C |
| Octal | 211 | 56 | 262 | 27 | 112 | 0 | 36 | 431 | 73 | 54 |
| Binary | 10001001 | 101110 | 10110010 | 10111 | 1001010 | 0 | 11110 | 100011001 | 111011 | 101100 |
Color Harmonies of #892EB2
Complementary color
Monochromatic Colors of #892EB2
Black with #892EB2
Text Example
Text Example
White with #892EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892EB2; }
p { color: rgb(137,46,178); }
H1.HeaderClassName
{
color: #892EB2;
}
.AnyTagClassName
{
color: #892EB2;
}
</style>
background-color css
<style>
a { background-color: #892EB2; }
a { background-color: rgb(137,46,178); }
div.DivClassName
{
background-color: #892EB2;
}
.BgClassName
{
background-color: #892EB2;
}
</style>
border-color css
<style>
span { border-color: #892EB2; }
span { border-color: rgb(137,46,178); }
td.TdClassName
{
border-color: #892EB2;
}
.TagClassName
{
border-color: #892EB2;
}
</style>