Shades of Dark Orchid #893DBD
Tints of Dark Orchid #893DBD
RGB
CMYK
RGB Variations
Color information
#893DBD (or 0x893DBD) is known color: Dark Orchid. HEX triplet: 89, 3D and BD. RGB value is (137,61,189). Sum of RGB (Red+Green+Blue) = 137+61+189=387 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.40% from 387); Green value is 61 (24.22% from 255 or 15.76% from 387); Blue value is 189 (74.22% from 255 or 48.84% from 387); Max value from RGB is 189 - color contains mainly: blue. Hex color #893DBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #893DBD is #76C242. Grayscale: #616161. Windows color (decimal): -7782979 or 12402057. OLE color: 12402057.
HSL color Cylindrical-coordinate representation of color #893DBD: hue angle of 275.62º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #893DBD is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 137 | 61 | 189 | - |
| CMYK | 0.28 | 0.68 | 0 | 0.26 |
| HSL | 275.63º | 0.51% | 0.49% | - |
| HSV(B) | 275.63º | 0.68% | 0.74% | - |
| XYZ | 21.17 | 12.33 | 49.41 | - |
| YUV | 98.32 | 179.18 | 155.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 61 | 189 | 0.28 | 0.68 | 0 | 0.26 | 275.63 | 0.51 | 0.49 |
| Hex | 89 | 3D | BD | 1C | 44 | 0 | 1A | 114 | 33 | 31 |
| Octal | 211 | 75 | 275 | 34 | 104 | 0 | 32 | 424 | 63 | 61 |
| Binary | 10001001 | 111101 | 10111101 | 11100 | 1000100 | 0 | 11010 | 100010100 | 110011 | 110001 |
Color Harmonies of #893DBD
Complementary color
Monochromatic Colors of #893DBD
Black with #893DBD
Text Example
Text Example
White with #893DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893DBD; }
p { color: rgb(137,61,189); }
H1.HeaderClassName
{
color: #893DBD;
}
.AnyTagClassName
{
color: #893DBD;
}
</style>
background-color css
<style>
a { background-color: #893DBD; }
a { background-color: rgb(137,61,189); }
div.DivClassName
{
background-color: #893DBD;
}
.BgClassName
{
background-color: #893DBD;
}
</style>
border-color css
<style>
span { border-color: #893DBD; }
span { border-color: rgb(137,61,189); }
td.TdClassName
{
border-color: #893DBD;
}
.TagClassName
{
border-color: #893DBD;
}
</style>