Shades of Dark Orchid #893BD0
Tints of Dark Orchid #893BD0
RGB
CMYK
RGB Variations
Color information
#893BD0 (or 0x893BD0) is known color: Dark Orchid. HEX triplet: 89, 3B and D0. RGB value is (137,59,208). Sum of RGB (Red+Green+Blue) = 137+59+208=404 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.91% from 404); Green value is 59 (23.44% from 255 or 14.60% from 404); Blue value is 208 (81.64% from 255 or 51.49% from 404); Max value from RGB is 208 - color contains mainly: blue. Hex color #893BD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #893BD0 is #76C42F. Grayscale: #626262. Windows color (decimal): -7783472 or 13646729. OLE color: 13646729.
HSL color Cylindrical-coordinate representation of color #893BD0: hue angle of 271.41º 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 #893BD0 is Cyan = 0.34, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 137 | 59 | 208 | - |
| CMYK | 0.34 | 0.72 | 0 | 0.18 |
| HSL | 271.41º | 0.61% | 0.52% | - |
| HSV(B) | 271.41º | 0.72% | 0.82% | - |
| XYZ | 23.27 | 13 | 60.96 | - |
| YUV | 99.31 | 189.34 | 154.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 59 | 208 | 0.34 | 0.72 | 0 | 0.18 | 271.41 | 0.61 | 0.52 |
| Hex | 89 | 3B | D0 | 22 | 48 | 0 | 12 | 10F | 3D | 34 |
| Octal | 211 | 73 | 320 | 42 | 110 | 0 | 22 | 417 | 75 | 64 |
| Binary | 10001001 | 111011 | 11010000 | 100010 | 1001000 | 0 | 10010 | 100001111 | 111101 | 110100 |
Color Harmonies of #893BD0
Complementary color
Monochromatic Colors of #893BD0
Black with #893BD0
Text Example
Text Example
White with #893BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893BD0; }
p { color: rgb(137,59,208); }
H1.HeaderClassName
{
color: #893BD0;
}
.AnyTagClassName
{
color: #893BD0;
}
</style>
background-color css
<style>
a { background-color: #893BD0; }
a { background-color: rgb(137,59,208); }
div.DivClassName
{
background-color: #893BD0;
}
.BgClassName
{
background-color: #893BD0;
}
</style>
border-color css
<style>
span { border-color: #893BD0; }
span { border-color: rgb(137,59,208); }
td.TdClassName
{
border-color: #893BD0;
}
.TagClassName
{
border-color: #893BD0;
}
</style>