Shades of Dark Orchid #893DBE
Tints of Dark Orchid #893DBE
RGB
CMYK
RGB Variations
Color information
#893DBE (or 0x893DBE) is known color: Dark Orchid. HEX triplet: 89, 3D and BE. RGB value is (137,61,190). Sum of RGB (Red+Green+Blue) = 137+61+190=388 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.31% from 388); Green value is 61 (24.22% from 255 or 15.72% from 388); Blue value is 190 (74.61% from 255 or 48.97% from 388); Max value from RGB is 190 - color contains mainly: blue. Hex color #893DBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #893DBE is #76C241. Grayscale: #616161. Windows color (decimal): -7782978 or 12467593. OLE color: 12467593.
HSL color Cylindrical-coordinate representation of color #893DBE: hue angle of 275.35º degrees, saturation: 0.51, 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 #893DBE is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 137 | 61 | 190 | - |
| CMYK | 0.28 | 0.68 | 0 | 0.25 |
| HSL | 275.35º | 0.51% | 0.49% | - |
| HSV(B) | 275.35º | 0.68% | 0.75% | - |
| XYZ | 21.28 | 12.37 | 49.98 | - |
| YUV | 98.43 | 179.68 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 61 | 190 | 0.28 | 0.68 | 0 | 0.25 | 275.35 | 0.51 | 0.49 |
| Hex | 89 | 3D | BE | 1C | 44 | 0 | 19 | 113 | 33 | 31 |
| Octal | 211 | 75 | 276 | 34 | 104 | 0 | 31 | 423 | 63 | 61 |
| Binary | 10001001 | 111101 | 10111110 | 11100 | 1000100 | 0 | 11001 | 100010011 | 110011 | 110001 |
Color Harmonies of #893DBE
Complementary color
Monochromatic Colors of #893DBE
Black with #893DBE
Text Example
Text Example
White with #893DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893DBE; }
p { color: rgb(137,61,190); }
H1.HeaderClassName
{
color: #893DBE;
}
.AnyTagClassName
{
color: #893DBE;
}
</style>
background-color css
<style>
a { background-color: #893DBE; }
a { background-color: rgb(137,61,190); }
div.DivClassName
{
background-color: #893DBE;
}
.BgClassName
{
background-color: #893DBE;
}
</style>
border-color css
<style>
span { border-color: #893DBE; }
span { border-color: rgb(137,61,190); }
td.TdClassName
{
border-color: #893DBE;
}
.TagClassName
{
border-color: #893DBE;
}
</style>