Shades of Dark Orchid #892ABF
Tints of Dark Orchid #892ABF
RGB
CMYK
RGB Variations
Color information
#892ABF (or 0x892ABF) is known color: Dark Orchid. HEX triplet: 89, 2A and BF. RGB value is (137,42,191). Sum of RGB (Red+Green+Blue) = 137+42+191=370 (49% of max value = 765). Red value is 137 (53.91% from 255 or 37.03% from 370); Green value is 42 (16.80% from 255 or 11.35% from 370); Blue value is 191 (75% from 255 or 51.62% from 370); Max value from RGB is 191 - color contains mainly: blue. Hex color #892ABF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #892ABF is #76D540. Grayscale: #565656. Windows color (decimal): -7787841 or 12528265. OLE color: 12528265.
HSL color Cylindrical-coordinate representation of color #892ABF: hue angle of 278.26º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #892ABF is Cyan = 0.28, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 137 | 42 | 191 | - |
| CMYK | 0.28 | 0.78 | 0 | 0.25 |
| HSL | 278.26º | 0.64% | 0.46% | - |
| HSV(B) | 278.26º | 0.78% | 0.75% | - |
| XYZ | 20.55 | 10.74 | 50.28 | - |
| YUV | 87.39 | 186.47 | 163.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 42 | 191 | 0.28 | 0.78 | 0 | 0.25 | 278.26 | 0.64 | 0.46 |
| Hex | 89 | 2A | BF | 1C | 4E | 0 | 19 | 116 | 40 | 2E |
| Octal | 211 | 52 | 277 | 34 | 116 | 0 | 31 | 426 | 100 | 56 |
| Binary | 10001001 | 101010 | 10111111 | 11100 | 1001110 | 0 | 11001 | 100010110 | 1000000 | 101110 |
Color Harmonies of #892ABF
Complementary color
Monochromatic Colors of #892ABF
Black with #892ABF
Text Example
Text Example
White with #892ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892ABF; }
p { color: rgb(137,42,191); }
H1.HeaderClassName
{
color: #892ABF;
}
.AnyTagClassName
{
color: #892ABF;
}
</style>
background-color css
<style>
a { background-color: #892ABF; }
a { background-color: rgb(137,42,191); }
div.DivClassName
{
background-color: #892ABF;
}
.BgClassName
{
background-color: #892ABF;
}
</style>
border-color css
<style>
span { border-color: #892ABF; }
span { border-color: rgb(137,42,191); }
td.TdClassName
{
border-color: #892ABF;
}
.TagClassName
{
border-color: #892ABF;
}
</style>