Shades of Dark Orchid #892FC0
Tints of Dark Orchid #892FC0
RGB
CMYK
RGB Variations
Color information
#892FC0 (or 0x892FC0) is known color: Dark Orchid. HEX triplet: 89, 2F and C0. RGB value is (137,47,192). Sum of RGB (Red+Green+Blue) = 137+47+192=376 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.44% from 376); Green value is 47 (18.75% from 255 or 12.5% from 376); Blue value is 192 (75.39% from 255 or 51.06% from 376); Max value from RGB is 192 - color contains mainly: blue. Hex color #892FC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #892FC0 is #76D03F. Grayscale: #595959. Windows color (decimal): -7786560 or 12595081. OLE color: 12595081.
HSL color Cylindrical-coordinate representation of color #892FC0: hue angle of 277.24º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #892FC0 is Cyan = 0.29, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 137 | 47 | 192 | - |
| CMYK | 0.29 | 0.76 | 0 | 0.25 |
| HSL | 277.24º | 0.61% | 0.47% | - |
| HSV(B) | 277.24º | 0.76% | 0.75% | - |
| XYZ | 20.85 | 11.16 | 50.92 | - |
| YUV | 90.44 | 185.32 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 47 | 192 | 0.29 | 0.76 | 0 | 0.25 | 277.24 | 0.61 | 0.47 |
| Hex | 89 | 2F | C0 | 1D | 4C | 0 | 19 | 115 | 3D | 2F |
| Octal | 211 | 57 | 300 | 35 | 114 | 0 | 31 | 425 | 75 | 57 |
| Binary | 10001001 | 101111 | 11000000 | 11101 | 1001100 | 0 | 11001 | 100010101 | 111101 | 101111 |
Color Harmonies of #892FC0
Complementary color
Monochromatic Colors of #892FC0
Black with #892FC0
Text Example
Text Example
White with #892FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892FC0; }
p { color: rgb(137,47,192); }
H1.HeaderClassName
{
color: #892FC0;
}
.AnyTagClassName
{
color: #892FC0;
}
</style>
background-color css
<style>
a { background-color: #892FC0; }
a { background-color: rgb(137,47,192); }
div.DivClassName
{
background-color: #892FC0;
}
.BgClassName
{
background-color: #892FC0;
}
</style>
border-color css
<style>
span { border-color: #892FC0; }
span { border-color: rgb(137,47,192); }
td.TdClassName
{
border-color: #892FC0;
}
.TagClassName
{
border-color: #892FC0;
}
</style>