Shades of Dark Orchid #892DBD
Tints of Dark Orchid #892DBD
RGB
CMYK
RGB Variations
Color information
#892DBD (or 0x892DBD) is known color: Dark Orchid. HEX triplet: 89, 2D and BD. RGB value is (137,45,189). Sum of RGB (Red+Green+Blue) = 137+45+189=371 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.93% from 371); Green value is 45 (17.97% from 255 or 12.13% from 371); Blue value is 189 (74.22% from 255 or 50.94% from 371); Max value from RGB is 189 - color contains mainly: blue. Hex color #892DBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #892DBD is #76D242. Grayscale: #585858. Windows color (decimal): -7787075 or 12397961. OLE color: 12397961.
HSL color Cylindrical-coordinate representation of color #892DBD: hue angle of 278.33º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #892DBD is Cyan = 0.28, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 137 | 45 | 189 | - |
| CMYK | 0.28 | 0.76 | 0 | 0.26 |
| HSL | 278.33º | 0.62% | 0.46% | - |
| HSV(B) | 278.33º | 0.76% | 0.74% | - |
| XYZ | 20.44 | 10.87 | 49.16 | - |
| YUV | 88.92 | 184.48 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 45 | 189 | 0.28 | 0.76 | 0 | 0.26 | 278.33 | 0.62 | 0.46 |
| Hex | 89 | 2D | BD | 1C | 4C | 0 | 1A | 116 | 3E | 2E |
| Octal | 211 | 55 | 275 | 34 | 114 | 0 | 32 | 426 | 76 | 56 |
| Binary | 10001001 | 101101 | 10111101 | 11100 | 1001100 | 0 | 11010 | 100010110 | 111110 | 101110 |
Color Harmonies of #892DBD
Complementary color
Monochromatic Colors of #892DBD
Black with #892DBD
Text Example
Text Example
White with #892DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892DBD; }
p { color: rgb(137,45,189); }
H1.HeaderClassName
{
color: #892DBD;
}
.AnyTagClassName
{
color: #892DBD;
}
</style>
background-color css
<style>
a { background-color: #892DBD; }
a { background-color: rgb(137,45,189); }
div.DivClassName
{
background-color: #892DBD;
}
.BgClassName
{
background-color: #892DBD;
}
</style>
border-color css
<style>
span { border-color: #892DBD; }
span { border-color: rgb(137,45,189); }
td.TdClassName
{
border-color: #892DBD;
}
.TagClassName
{
border-color: #892DBD;
}
</style>