Shades of Dark Orchid #892BC1
Tints of Dark Orchid #892BC1
RGB
CMYK
RGB Variations
Color information
#892BC1 (or 0x892BC1) is known color: Dark Orchid. HEX triplet: 89, 2B and C1. RGB value is (137,43,193). Sum of RGB (Red+Green+Blue) = 137+43+193=373 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.73% from 373); Green value is 43 (17.19% from 255 or 11.53% from 373); Blue value is 193 (75.78% from 255 or 51.74% from 373); Max value from RGB is 193 - color contains mainly: blue. Hex color #892BC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #892BC1 is #76D43E. Grayscale: #575757. Windows color (decimal): -7787583 or 12659593. OLE color: 12659593.
HSL color Cylindrical-coordinate representation of color #892BC1: hue angle of 277.6º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #892BC1 is Cyan = 0.29, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 137 | 43 | 193 | - |
| CMYK | 0.29 | 0.78 | 0 | 0.24 |
| HSL | 277.6º | 0.64% | 0.46% | - |
| HSV(B) | 277.6º | 0.78% | 0.76% | - |
| XYZ | 20.81 | 10.9 | 51.46 | - |
| YUV | 88.21 | 187.14 | 162.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 43 | 193 | 0.29 | 0.78 | 0 | 0.24 | 277.6 | 0.64 | 0.46 |
| Hex | 89 | 2B | C1 | 1D | 4E | 0 | 18 | 116 | 40 | 2E |
| Octal | 211 | 53 | 301 | 35 | 116 | 0 | 30 | 426 | 100 | 56 |
| Binary | 10001001 | 101011 | 11000001 | 11101 | 1001110 | 0 | 11000 | 100010110 | 1000000 | 101110 |
Color Harmonies of #892BC1
Complementary color
Monochromatic Colors of #892BC1
Black with #892BC1
Text Example
Text Example
White with #892BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892BC1; }
p { color: rgb(137,43,193); }
H1.HeaderClassName
{
color: #892BC1;
}
.AnyTagClassName
{
color: #892BC1;
}
</style>
background-color css
<style>
a { background-color: #892BC1; }
a { background-color: rgb(137,43,193); }
div.DivClassName
{
background-color: #892BC1;
}
.BgClassName
{
background-color: #892BC1;
}
</style>
border-color css
<style>
span { border-color: #892BC1; }
span { border-color: rgb(137,43,193); }
td.TdClassName
{
border-color: #892BC1;
}
.TagClassName
{
border-color: #892BC1;
}
</style>