Shades of Dark Orchid #892CBD
Tints of Dark Orchid #892CBD
RGB
CMYK
RGB Variations
Color information
#892CBD (or 0x892CBD) is known color: Dark Orchid. HEX triplet: 89, 2C and BD. RGB value is (137,44,189). Sum of RGB (Red+Green+Blue) = 137+44+189=370 (49% of max value = 765). Red value is 137 (53.91% from 255 or 37.03% from 370); Green value is 44 (17.58% from 255 or 11.89% from 370); Blue value is 189 (74.22% from 255 or 51.08% from 370); Max value from RGB is 189 - color contains mainly: blue. Hex color #892CBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #892CBD is #76D342. Grayscale: #575757. Windows color (decimal): -7787331 or 12397705. OLE color: 12397705.
HSL color Cylindrical-coordinate representation of color #892CBD: hue angle of 278.48º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #892CBD is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 137 | 44 | 189 | - |
| CMYK | 0.28 | 0.77 | 0 | 0.26 |
| HSL | 278.48º | 0.62% | 0.46% | - |
| HSV(B) | 278.48º | 0.77% | 0.74% | - |
| XYZ | 20.4 | 10.79 | 49.15 | - |
| YUV | 88.34 | 184.81 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 44 | 189 | 0.28 | 0.77 | 0 | 0.26 | 278.48 | 0.62 | 0.46 |
| Hex | 89 | 2C | BD | 1C | 4D | 0 | 1A | 116 | 3E | 2E |
| Octal | 211 | 54 | 275 | 34 | 115 | 0 | 32 | 426 | 76 | 56 |
| Binary | 10001001 | 101100 | 10111101 | 11100 | 1001101 | 0 | 11010 | 100010110 | 111110 | 101110 |
Color Harmonies of #892CBD
Complementary color
Monochromatic Colors of #892CBD
Black with #892CBD
Text Example
Text Example
White with #892CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892CBD; }
p { color: rgb(137,44,189); }
H1.HeaderClassName
{
color: #892CBD;
}
.AnyTagClassName
{
color: #892CBD;
}
</style>
background-color css
<style>
a { background-color: #892CBD; }
a { background-color: rgb(137,44,189); }
div.DivClassName
{
background-color: #892CBD;
}
.BgClassName
{
background-color: #892CBD;
}
</style>
border-color css
<style>
span { border-color: #892CBD; }
span { border-color: rgb(137,44,189); }
td.TdClassName
{
border-color: #892CBD;
}
.TagClassName
{
border-color: #892CBD;
}
</style>