Shades of Dark Orchid #893ACD
Tints of Dark Orchid #893ACD
RGB
CMYK
RGB Variations
Color information
#893ACD (or 0x893ACD) is known color: Dark Orchid. HEX triplet: 89, 3A and CD. RGB value is (137,58,205). Sum of RGB (Red+Green+Blue) = 137+58+205=400 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.25% from 400); Green value is 58 (23.05% from 255 or 14.5% from 400); Blue value is 205 (80.47% from 255 or 51.25% from 400); Max value from RGB is 205 - color contains mainly: blue. Hex color #893ACD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #893ACD is #76C532. Grayscale: #616161. Windows color (decimal): -7783731 or 13449865. OLE color: 13449865.
HSL color Cylindrical-coordinate representation of color #893ACD: hue angle of 272.24º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #893ACD is Cyan = 0.33, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 137 | 58 | 205 | - |
| CMYK | 0.33 | 0.72 | 0 | 0.20 |
| HSL | 272.24º | 0.6% | 0.52% | - |
| HSV(B) | 272.24º | 0.72% | 0.8% | - |
| XYZ | 22.85 | 12.75 | 59.01 | - |
| YUV | 98.38 | 188.17 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 58 | 205 | 0.33 | 0.72 | 0 | 0.20 | 272.24 | 0.6 | 0.52 |
| Hex | 89 | 3A | CD | 21 | 48 | 0 | 14 | 110 | 3C | 34 |
| Octal | 211 | 72 | 315 | 41 | 110 | 0 | 24 | 420 | 74 | 64 |
| Binary | 10001001 | 111010 | 11001101 | 100001 | 1001000 | 0 | 10100 | 100010000 | 111100 | 110100 |
Color Harmonies of #893ACD
Complementary color
Monochromatic Colors of #893ACD
Black with #893ACD
Text Example
Text Example
White with #893ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893ACD; }
p { color: rgb(137,58,205); }
H1.HeaderClassName
{
color: #893ACD;
}
.AnyTagClassName
{
color: #893ACD;
}
</style>
background-color css
<style>
a { background-color: #893ACD; }
a { background-color: rgb(137,58,205); }
div.DivClassName
{
background-color: #893ACD;
}
.BgClassName
{
background-color: #893ACD;
}
</style>
border-color css
<style>
span { border-color: #893ACD; }
span { border-color: rgb(137,58,205); }
td.TdClassName
{
border-color: #893ACD;
}
.TagClassName
{
border-color: #893ACD;
}
</style>