Shades of Dark Orchid #892DB4
Tints of Dark Orchid #892DB4
RGB
CMYK
RGB Variations
Color information
#892DB4 (or 0x892DB4) is known color: Dark Orchid. HEX triplet: 89, 2D and B4. RGB value is (137,45,180). Sum of RGB (Red+Green+Blue) = 137+45+180=362 (47% of max value = 765). Red value is 137 (53.91% from 255 or 37.85% from 362); Green value is 45 (17.97% from 255 or 12.43% from 362); Blue value is 180 (70.70% from 255 or 49.72% from 362); Max value from RGB is 180 - color contains mainly: blue. Hex color #892DB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #892DB4 is #76D24B. Grayscale: #575757. Windows color (decimal): -7787084 or 11808137. OLE color: 11808137.
HSL color Cylindrical-coordinate representation of color #892DB4: hue angle of 280.89º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #892DB4 is Cyan = 0.24, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 137 | 45 | 180 | - |
| CMYK | 0.24 | 0.75 | 0 | 0.29 |
| HSL | 280.89º | 0.6% | 0.44% | - |
| HSV(B) | 280.89º | 0.75% | 0.71% | - |
| XYZ | 19.49 | 10.49 | 44.18 | - |
| YUV | 87.9 | 179.98 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 45 | 180 | 0.24 | 0.75 | 0 | 0.29 | 280.89 | 0.6 | 0.44 |
| Hex | 89 | 2D | B4 | 18 | 4B | 0 | 1D | 119 | 3C | 2C |
| Octal | 211 | 55 | 264 | 30 | 113 | 0 | 35 | 431 | 74 | 54 |
| Binary | 10001001 | 101101 | 10110100 | 11000 | 1001011 | 0 | 11101 | 100011001 | 111100 | 101100 |
Color Harmonies of #892DB4
Complementary color
Monochromatic Colors of #892DB4
Black with #892DB4
Text Example
Text Example
White with #892DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892DB4; }
p { color: rgb(137,45,180); }
H1.HeaderClassName
{
color: #892DB4;
}
.AnyTagClassName
{
color: #892DB4;
}
</style>
background-color css
<style>
a { background-color: #892DB4; }
a { background-color: rgb(137,45,180); }
div.DivClassName
{
background-color: #892DB4;
}
.BgClassName
{
background-color: #892DB4;
}
</style>
border-color css
<style>
span { border-color: #892DB4; }
span { border-color: rgb(137,45,180); }
td.TdClassName
{
border-color: #892DB4;
}
.TagClassName
{
border-color: #892DB4;
}
</style>