Shades of Dark Orchid #892DB1
Tints of Dark Orchid #892DB1
RGB
CMYK
RGB Variations
Color information
#892DB1 (or 0x892DB1) is known color: Dark Orchid. HEX triplet: 89, 2D and B1. RGB value is (137,45,177). Sum of RGB (Red+Green+Blue) = 137+45+177=359 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.16% from 359); Green value is 45 (17.97% from 255 or 12.53% from 359); Blue value is 177 (69.53% from 255 or 49.30% from 359); Max value from RGB is 177 - color contains mainly: blue. Hex color #892DB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #892DB1 is #76D24E. Grayscale: #575757. Windows color (decimal): -7787087 or 11611529. OLE color: 11611529.
HSL color Cylindrical-coordinate representation of color #892DB1: hue angle of 281.82º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #892DB1 is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 137 | 45 | 177 | - |
| CMYK | 0.23 | 0.75 | 0 | 0.31 |
| HSL | 281.82º | 0.59% | 0.44% | - |
| HSV(B) | 281.82º | 0.75% | 0.69% | - |
| XYZ | 19.19 | 10.37 | 42.59 | - |
| YUV | 87.56 | 178.48 | 163.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 45 | 177 | 0.23 | 0.75 | 0 | 0.31 | 281.82 | 0.59 | 0.44 |
| Hex | 89 | 2D | B1 | 17 | 4B | 0 | 1F | 11A | 3B | 2C |
| Octal | 211 | 55 | 261 | 27 | 113 | 0 | 37 | 432 | 73 | 54 |
| Binary | 10001001 | 101101 | 10110001 | 10111 | 1001011 | 0 | 11111 | 100011010 | 111011 | 101100 |
Color Harmonies of #892DB1
Complementary color
Monochromatic Colors of #892DB1
Black with #892DB1
Text Example
Text Example
White with #892DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892DB1; }
p { color: rgb(137,45,177); }
H1.HeaderClassName
{
color: #892DB1;
}
.AnyTagClassName
{
color: #892DB1;
}
</style>
background-color css
<style>
a { background-color: #892DB1; }
a { background-color: rgb(137,45,177); }
div.DivClassName
{
background-color: #892DB1;
}
.BgClassName
{
background-color: #892DB1;
}
</style>
border-color css
<style>
span { border-color: #892DB1; }
span { border-color: rgb(137,45,177); }
td.TdClassName
{
border-color: #892DB1;
}
.TagClassName
{
border-color: #892DB1;
}
</style>