Shades of Dark Orchid #892DB7
Tints of Dark Orchid #892DB7
RGB
CMYK
RGB Variations
Color information
#892DB7 (or 0x892DB7) is known color: Dark Orchid. HEX triplet: 89, 2D and B7. RGB value is (137,45,183). Sum of RGB (Red+Green+Blue) = 137+45+183=365 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.53% from 365); Green value is 45 (17.97% from 255 or 12.33% from 365); Blue value is 183 (71.88% from 255 or 50.14% from 365); Max value from RGB is 183 - color contains mainly: blue. Hex color #892DB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #892DB7 is #76D248. Grayscale: #575757. Windows color (decimal): -7787081 or 12004745. OLE color: 12004745.
HSL color Cylindrical-coordinate representation of color #892DB7: hue angle of 280º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #892DB7 is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 137 | 45 | 183 | - |
| CMYK | 0.25 | 0.75 | 0 | 0.28 |
| HSL | 280º | 0.61% | 0.45% | - |
| HSV(B) | 280º | 0.75% | 0.72% | - |
| XYZ | 19.8 | 10.61 | 45.8 | - |
| YUV | 88.24 | 181.48 | 162.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 45 | 183 | 0.25 | 0.75 | 0 | 0.28 | 280 | 0.61 | 0.45 |
| Hex | 89 | 2D | B7 | 19 | 4B | 0 | 1C | 118 | 3D | 2D |
| Octal | 211 | 55 | 267 | 31 | 113 | 0 | 34 | 430 | 75 | 55 |
| Binary | 10001001 | 101101 | 10110111 | 11001 | 1001011 | 0 | 11100 | 100011000 | 111101 | 101101 |
Color Harmonies of #892DB7
Complementary color
Monochromatic Colors of #892DB7
Black with #892DB7
Text Example
Text Example
White with #892DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892DB7; }
p { color: rgb(137,45,183); }
H1.HeaderClassName
{
color: #892DB7;
}
.AnyTagClassName
{
color: #892DB7;
}
</style>
background-color css
<style>
a { background-color: #892DB7; }
a { background-color: rgb(137,45,183); }
div.DivClassName
{
background-color: #892DB7;
}
.BgClassName
{
background-color: #892DB7;
}
</style>
border-color css
<style>
span { border-color: #892DB7; }
span { border-color: rgb(137,45,183); }
td.TdClassName
{
border-color: #892DB7;
}
.TagClassName
{
border-color: #892DB7;
}
</style>