Shades of Dark Orchid #892ABB
Tints of Dark Orchid #892ABB
RGB
CMYK
RGB Variations
Color information
#892ABB (or 0x892ABB) is known color: Dark Orchid. HEX triplet: 89, 2A and BB. RGB value is (137,42,187). Sum of RGB (Red+Green+Blue) = 137+42+187=366 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.43% from 366); Green value is 42 (16.80% from 255 or 11.48% from 366); Blue value is 187 (73.44% from 255 or 51.09% from 366); Max value from RGB is 187 - color contains mainly: blue. Hex color #892ABB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #892ABB is #76D544. Grayscale: #565656. Windows color (decimal): -7787845 or 12266121. OLE color: 12266121.
HSL color Cylindrical-coordinate representation of color #892ABB: hue angle of 279.31º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #892ABB is Cyan = 0.27, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 137 | 42 | 187 | - |
| CMYK | 0.27 | 0.78 | 0 | 0.27 |
| HSL | 279.31º | 0.63% | 0.45% | - |
| HSV(B) | 279.31º | 0.78% | 0.73% | - |
| XYZ | 20.11 | 10.56 | 47.99 | - |
| YUV | 86.94 | 184.47 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 42 | 187 | 0.27 | 0.78 | 0 | 0.27 | 279.31 | 0.63 | 0.45 |
| Hex | 89 | 2A | BB | 1B | 4E | 0 | 1B | 117 | 3F | 2D |
| Octal | 211 | 52 | 273 | 33 | 116 | 0 | 33 | 427 | 77 | 55 |
| Binary | 10001001 | 101010 | 10111011 | 11011 | 1001110 | 0 | 11011 | 100010111 | 111111 | 101101 |
Color Harmonies of #892ABB
Complementary color
Monochromatic Colors of #892ABB
Black with #892ABB
Text Example
Text Example
White with #892ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892ABB; }
p { color: rgb(137,42,187); }
H1.HeaderClassName
{
color: #892ABB;
}
.AnyTagClassName
{
color: #892ABB;
}
</style>
background-color css
<style>
a { background-color: #892ABB; }
a { background-color: rgb(137,42,187); }
div.DivClassName
{
background-color: #892ABB;
}
.BgClassName
{
background-color: #892ABB;
}
</style>
border-color css
<style>
span { border-color: #892ABB; }
span { border-color: rgb(137,42,187); }
td.TdClassName
{
border-color: #892ABB;
}
.TagClassName
{
border-color: #892ABB;
}
</style>