Shades of Dark Orchid #893AD0
Tints of Dark Orchid #893AD0
RGB
CMYK
RGB Variations
Color information
#893AD0 (or 0x893AD0) is known color: Dark Orchid. HEX triplet: 89, 3A and D0. RGB value is (137,58,208). Sum of RGB (Red+Green+Blue) = 137+58+208=403 (53% of max value = 765). Red value is 137 (53.91% from 255 or 34.00% from 403); Green value is 58 (23.05% from 255 or 14.39% from 403); Blue value is 208 (81.64% from 255 or 51.61% from 403); Max value from RGB is 208 - color contains mainly: blue. Hex color #893AD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #893AD0 is #76C52F. Grayscale: #626262. Windows color (decimal): -7783728 or 13646473. OLE color: 13646473.
HSL color Cylindrical-coordinate representation of color #893AD0: hue angle of 271.6º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #893AD0 is Cyan = 0.34, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 137 | 58 | 208 | - |
| CMYK | 0.34 | 0.72 | 0 | 0.18 |
| HSL | 271.6º | 0.61% | 0.52% | - |
| HSV(B) | 271.6º | 0.72% | 0.82% | - |
| XYZ | 23.21 | 12.9 | 60.94 | - |
| YUV | 98.72 | 189.67 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 58 | 208 | 0.34 | 0.72 | 0 | 0.18 | 271.6 | 0.61 | 0.52 |
| Hex | 89 | 3A | D0 | 22 | 48 | 0 | 12 | 110 | 3D | 34 |
| Octal | 211 | 72 | 320 | 42 | 110 | 0 | 22 | 420 | 75 | 64 |
| Binary | 10001001 | 111010 | 11010000 | 100010 | 1001000 | 0 | 10010 | 100010000 | 111101 | 110100 |
Color Harmonies of #893AD0
Complementary color
Monochromatic Colors of #893AD0
Black with #893AD0
Text Example
Text Example
White with #893AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893AD0; }
p { color: rgb(137,58,208); }
H1.HeaderClassName
{
color: #893AD0;
}
.AnyTagClassName
{
color: #893AD0;
}
</style>
background-color css
<style>
a { background-color: #893AD0; }
a { background-color: rgb(137,58,208); }
div.DivClassName
{
background-color: #893AD0;
}
.BgClassName
{
background-color: #893AD0;
}
</style>
border-color css
<style>
span { border-color: #893AD0; }
span { border-color: rgb(137,58,208); }
td.TdClassName
{
border-color: #893AD0;
}
.TagClassName
{
border-color: #893AD0;
}
</style>