Shades of Dark Orchid #893ACE
Tints of Dark Orchid #893ACE
RGB
CMYK
RGB Variations
Color information
#893ACE (or 0x893ACE) is known color: Dark Orchid. HEX triplet: 89, 3A and CE. RGB value is (137,58,206). Sum of RGB (Red+Green+Blue) = 137+58+206=401 (53% of max value = 765). Red value is 137 (53.91% from 255 or 34.16% from 401); Green value is 58 (23.05% from 255 or 14.46% from 401); Blue value is 206 (80.86% from 255 or 51.37% from 401); Max value from RGB is 206 - color contains mainly: blue. Hex color #893ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #893ACE is #76C531. Grayscale: #616161. Windows color (decimal): -7783730 or 13515401. OLE color: 13515401.
HSL color Cylindrical-coordinate representation of color #893ACE: hue angle of 272.03º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #893ACE is Cyan = 0.33, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 137 | 58 | 206 | - |
| CMYK | 0.33 | 0.72 | 0 | 0.19 |
| HSL | 272.03º | 0.6% | 0.52% | - |
| HSV(B) | 272.03º | 0.72% | 0.81% | - |
| XYZ | 22.97 | 12.8 | 59.65 | - |
| YUV | 98.49 | 188.67 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 58 | 206 | 0.33 | 0.72 | 0 | 0.19 | 272.03 | 0.6 | 0.52 |
| Hex | 89 | 3A | CE | 21 | 48 | 0 | 13 | 110 | 3C | 34 |
| Octal | 211 | 72 | 316 | 41 | 110 | 0 | 23 | 420 | 74 | 64 |
| Binary | 10001001 | 111010 | 11001110 | 100001 | 1001000 | 0 | 10011 | 100010000 | 111100 | 110100 |
Color Harmonies of #893ACE
Complementary color
Monochromatic Colors of #893ACE
Black with #893ACE
Text Example
Text Example
White with #893ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893ACE; }
p { color: rgb(137,58,206); }
H1.HeaderClassName
{
color: #893ACE;
}
.AnyTagClassName
{
color: #893ACE;
}
</style>
background-color css
<style>
a { background-color: #893ACE; }
a { background-color: rgb(137,58,206); }
div.DivClassName
{
background-color: #893ACE;
}
.BgClassName
{
background-color: #893ACE;
}
</style>
border-color css
<style>
span { border-color: #893ACE; }
span { border-color: rgb(137,58,206); }
td.TdClassName
{
border-color: #893ACE;
}
.TagClassName
{
border-color: #893ACE;
}
</style>