Shades of Dark Orchid #893AB2
Tints of Dark Orchid #893AB2
RGB
CMYK
RGB Variations
Color information
#893AB2 (or 0x893AB2) is known color: Dark Orchid. HEX triplet: 89, 3A and B2. RGB value is (137,58,178). Sum of RGB (Red+Green+Blue) = 137+58+178=373 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.73% from 373); Green value is 58 (23.05% from 255 or 15.55% from 373); Blue value is 178 (69.92% from 255 or 47.72% from 373); Max value from RGB is 178 - color contains mainly: blue. Hex color #893AB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893AB2 is #76C54D. Grayscale: #5E5E5E. Windows color (decimal): -7783758 or 11680393. OLE color: 11680393.
HSL color Cylindrical-coordinate representation of color #893AB2: hue angle of 279.5º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #893AB2 is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 137 | 58 | 178 | - |
| CMYK | 0.23 | 0.67 | 0 | 0.30 |
| HSL | 279.5º | 0.51% | 0.46% | - |
| HSV(B) | 279.5º | 0.67% | 0.7% | - |
| XYZ | 19.87 | 11.56 | 43.3 | - |
| YUV | 95.3 | 174.67 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 58 | 178 | 0.23 | 0.67 | 0 | 0.30 | 279.5 | 0.51 | 0.46 |
| Hex | 89 | 3A | B2 | 17 | 43 | 0 | 1E | 118 | 33 | 2E |
| Octal | 211 | 72 | 262 | 27 | 103 | 0 | 36 | 430 | 63 | 56 |
| Binary | 10001001 | 111010 | 10110010 | 10111 | 1000011 | 0 | 11110 | 100011000 | 110011 | 101110 |
Color Harmonies of #893AB2
Complementary color
Monochromatic Colors of #893AB2
Black with #893AB2
Text Example
Text Example
White with #893AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893AB2; }
p { color: rgb(137,58,178); }
H1.HeaderClassName
{
color: #893AB2;
}
.AnyTagClassName
{
color: #893AB2;
}
</style>
background-color css
<style>
a { background-color: #893AB2; }
a { background-color: rgb(137,58,178); }
div.DivClassName
{
background-color: #893AB2;
}
.BgClassName
{
background-color: #893AB2;
}
</style>
border-color css
<style>
span { border-color: #893AB2; }
span { border-color: rgb(137,58,178); }
td.TdClassName
{
border-color: #893AB2;
}
.TagClassName
{
border-color: #893AB2;
}
</style>