Shades of Dark Orchid #893DBF
Tints of Dark Orchid #893DBF
RGB
CMYK
RGB Variations
Color information
#893DBF (or 0x893DBF) is known color: Dark Orchid. HEX triplet: 89, 3D and BF. RGB value is (137,61,191). Sum of RGB (Red+Green+Blue) = 137+61+191=389 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.22% from 389); Green value is 61 (24.22% from 255 or 15.68% from 389); Blue value is 191 (75% from 255 or 49.10% from 389); Max value from RGB is 191 - color contains mainly: blue. Hex color #893DBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #893DBF is #76C240. Grayscale: #626262. Windows color (decimal): -7782977 or 12533129. OLE color: 12533129.
HSL color Cylindrical-coordinate representation of color #893DBF: hue angle of 275.08º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #893DBF is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 137 | 61 | 191 | - |
| CMYK | 0.28 | 0.68 | 0 | 0.25 |
| HSL | 275.08º | 0.52% | 0.49% | - |
| HSV(B) | 275.08º | 0.68% | 0.75% | - |
| XYZ | 21.39 | 12.42 | 50.56 | - |
| YUV | 98.54 | 180.18 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 61 | 191 | 0.28 | 0.68 | 0 | 0.25 | 275.08 | 0.52 | 0.49 |
| Hex | 89 | 3D | BF | 1C | 44 | 0 | 19 | 113 | 34 | 31 |
| Octal | 211 | 75 | 277 | 34 | 104 | 0 | 31 | 423 | 64 | 61 |
| Binary | 10001001 | 111101 | 10111111 | 11100 | 1000100 | 0 | 11001 | 100010011 | 110100 | 110001 |
Color Harmonies of #893DBF
Complementary color
Monochromatic Colors of #893DBF
Black with #893DBF
Text Example
Text Example
White with #893DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893DBF; }
p { color: rgb(137,61,191); }
H1.HeaderClassName
{
color: #893DBF;
}
.AnyTagClassName
{
color: #893DBF;
}
</style>
background-color css
<style>
a { background-color: #893DBF; }
a { background-color: rgb(137,61,191); }
div.DivClassName
{
background-color: #893DBF;
}
.BgClassName
{
background-color: #893DBF;
}
</style>
border-color css
<style>
span { border-color: #893DBF; }
span { border-color: rgb(137,61,191); }
td.TdClassName
{
border-color: #893DBF;
}
.TagClassName
{
border-color: #893DBF;
}
</style>