Shades of Dark Orchid #893DCD
Tints of Dark Orchid #893DCD
RGB
CMYK
RGB Variations
Color information
#893DCD (or 0x893DCD) is known color: Dark Orchid. HEX triplet: 89, 3D and CD. RGB value is (137,61,205). Sum of RGB (Red+Green+Blue) = 137+61+205=403 (53% of max value = 765). Red value is 137 (53.91% from 255 or 34.00% from 403); Green value is 61 (24.22% from 255 or 15.14% from 403); Blue value is 205 (80.47% from 255 or 50.87% from 403); Max value from RGB is 205 - color contains mainly: blue. Hex color #893DCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #893DCD is #76C232. Grayscale: #636363. Windows color (decimal): -7782963 or 13450633. OLE color: 13450633.
HSL color Cylindrical-coordinate representation of color #893DCD: hue angle of 271.67º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #893DCD is Cyan = 0.33, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 137 | 61 | 205 | - |
| CMYK | 0.33 | 0.70 | 0 | 0.20 |
| HSL | 271.67º | 0.59% | 0.52% | - |
| HSV(B) | 271.67º | 0.7% | 0.8% | - |
| XYZ | 23 | 13.06 | 59.07 | - |
| YUV | 100.14 | 187.18 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 61 | 205 | 0.33 | 0.70 | 0 | 0.20 | 271.67 | 0.59 | 0.52 |
| Hex | 89 | 3D | CD | 21 | 46 | 0 | 14 | 110 | 3B | 34 |
| Octal | 211 | 75 | 315 | 41 | 106 | 0 | 24 | 420 | 73 | 64 |
| Binary | 10001001 | 111101 | 11001101 | 100001 | 1000110 | 0 | 10100 | 100010000 | 111011 | 110100 |
Color Harmonies of #893DCD
Complementary color
Monochromatic Colors of #893DCD
Black with #893DCD
Text Example
Text Example
White with #893DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893DCD; }
p { color: rgb(137,61,205); }
H1.HeaderClassName
{
color: #893DCD;
}
.AnyTagClassName
{
color: #893DCD;
}
</style>
background-color css
<style>
a { background-color: #893DCD; }
a { background-color: rgb(137,61,205); }
div.DivClassName
{
background-color: #893DCD;
}
.BgClassName
{
background-color: #893DCD;
}
</style>
border-color css
<style>
span { border-color: #893DCD; }
span { border-color: rgb(137,61,205); }
td.TdClassName
{
border-color: #893DCD;
}
.TagClassName
{
border-color: #893DCD;
}
</style>