Shades of Dark Orchid #893BBF
Tints of Dark Orchid #893BBF
RGB
CMYK
RGB Variations
Color information
#893BBF (or 0x893BBF) is known color: Dark Orchid. HEX triplet: 89, 3B and BF. RGB value is (137,59,191). Sum of RGB (Red+Green+Blue) = 137+59+191=387 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.40% from 387); Green value is 59 (23.44% from 255 or 15.25% from 387); Blue value is 191 (75% from 255 or 49.35% from 387); Max value from RGB is 191 - color contains mainly: blue. Hex color #893BBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #893BBF is #76C440. Grayscale: #606060. Windows color (decimal): -7783489 or 12532617. OLE color: 12532617.
HSL color Cylindrical-coordinate representation of color #893BBF: hue angle of 275.45º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #893BBF is Cyan = 0.28, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 137 | 59 | 191 | - |
| CMYK | 0.28 | 0.69 | 0 | 0.25 |
| HSL | 275.45º | 0.53% | 0.49% | - |
| HSV(B) | 275.45º | 0.69% | 0.75% | - |
| XYZ | 21.28 | 12.21 | 50.52 | - |
| YUV | 97.37 | 180.84 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 59 | 191 | 0.28 | 0.69 | 0 | 0.25 | 275.45 | 0.53 | 0.49 |
| Hex | 89 | 3B | BF | 1C | 45 | 0 | 19 | 113 | 35 | 31 |
| Octal | 211 | 73 | 277 | 34 | 105 | 0 | 31 | 423 | 65 | 61 |
| Binary | 10001001 | 111011 | 10111111 | 11100 | 1000101 | 0 | 11001 | 100010011 | 110101 | 110001 |
Color Harmonies of #893BBF
Complementary color
Monochromatic Colors of #893BBF
Black with #893BBF
Text Example
Text Example
White with #893BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893BBF; }
p { color: rgb(137,59,191); }
H1.HeaderClassName
{
color: #893BBF;
}
.AnyTagClassName
{
color: #893BBF;
}
</style>
background-color css
<style>
a { background-color: #893BBF; }
a { background-color: rgb(137,59,191); }
div.DivClassName
{
background-color: #893BBF;
}
.BgClassName
{
background-color: #893BBF;
}
</style>
border-color css
<style>
span { border-color: #893BBF; }
span { border-color: rgb(137,59,191); }
td.TdClassName
{
border-color: #893BBF;
}
.TagClassName
{
border-color: #893BBF;
}
</style>