Shades of Dark Orchid #892FCD
Tints of Dark Orchid #892FCD
RGB
CMYK
RGB Variations
Color information
#892FCD (or 0x892FCD) is known color: Dark Orchid. HEX triplet: 89, 2F and CD. RGB value is (137,47,205). Sum of RGB (Red+Green+Blue) = 137+47+205=389 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.22% from 389); Green value is 47 (18.75% from 255 or 12.08% from 389); Blue value is 205 (80.47% from 255 or 52.70% from 389); Max value from RGB is 205 - color contains mainly: blue. Hex color #892FCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #892FCD is #76D032. Grayscale: #5B5B5B. Windows color (decimal): -7786547 or 13447049. OLE color: 13447049.
HSL color Cylindrical-coordinate representation of color #892FCD: hue angle of 274.18º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #892FCD is Cyan = 0.33, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 137 | 47 | 205 | - |
| CMYK | 0.33 | 0.77 | 0 | 0.20 |
| HSL | 274.18º | 0.63% | 0.49% | - |
| HSV(B) | 274.18º | 0.77% | 0.8% | - |
| XYZ | 22.35 | 11.76 | 58.85 | - |
| YUV | 91.92 | 191.82 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 47 | 205 | 0.33 | 0.77 | 0 | 0.20 | 274.18 | 0.63 | 0.49 |
| Hex | 89 | 2F | CD | 21 | 4D | 0 | 14 | 112 | 3F | 31 |
| Octal | 211 | 57 | 315 | 41 | 115 | 0 | 24 | 422 | 77 | 61 |
| Binary | 10001001 | 101111 | 11001101 | 100001 | 1001101 | 0 | 10100 | 100010010 | 111111 | 110001 |
Color Harmonies of #892FCD
Complementary color
Monochromatic Colors of #892FCD
Black with #892FCD
Text Example
Text Example
White with #892FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892FCD; }
p { color: rgb(137,47,205); }
H1.HeaderClassName
{
color: #892FCD;
}
.AnyTagClassName
{
color: #892FCD;
}
</style>
background-color css
<style>
a { background-color: #892FCD; }
a { background-color: rgb(137,47,205); }
div.DivClassName
{
background-color: #892FCD;
}
.BgClassName
{
background-color: #892FCD;
}
</style>
border-color css
<style>
span { border-color: #892FCD; }
span { border-color: rgb(137,47,205); }
td.TdClassName
{
border-color: #892FCD;
}
.TagClassName
{
border-color: #892FCD;
}
</style>