Shades of Dark Orchid #891DBF
Tints of Dark Orchid #891DBF
RGB
CMYK
RGB Variations
Color information
#891DBF (or 0x891DBF) is known color: Dark Orchid. HEX triplet: 89, 1D and BF. RGB value is (137,29,191). Sum of RGB (Red+Green+Blue) = 137+29+191=357 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.38% from 357); Green value is 29 (11.72% from 255 or 8.12% from 357); Blue value is 191 (75% from 255 or 53.50% from 357); Max value from RGB is 191 - color contains mainly: blue. Hex color #891DBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #891DBF is #76E240. Grayscale: #4F4F4F. Windows color (decimal): -7791169 or 12524937. OLE color: 12524937.
HSL color Cylindrical-coordinate representation of color #891DBF: hue angle of 280º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #891DBF is Cyan = 0.28, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 137 | 29 | 191 | - |
| CMYK | 0.28 | 0.85 | 0 | 0.25 |
| HSL | 280º | 0.74% | 0.43% | - |
| HSV(B) | 280º | 0.85% | 0.75% | - |
| XYZ | 20.16 | 9.96 | 50.15 | - |
| YUV | 79.76 | 190.78 | 168.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 29 | 191 | 0.28 | 0.85 | 0 | 0.25 | 280 | 0.74 | 0.43 |
| Hex | 89 | 1D | BF | 1C | 55 | 0 | 19 | 118 | 4A | 2B |
| Octal | 211 | 35 | 277 | 34 | 125 | 0 | 31 | 430 | 112 | 53 |
| Binary | 10001001 | 11101 | 10111111 | 11100 | 1010101 | 0 | 11001 | 100011000 | 1001010 | 101011 |
Color Harmonies of #891DBF
Complementary color
Monochromatic Colors of #891DBF
Black with #891DBF
Text Example
Text Example
White with #891DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891DBF; }
p { color: rgb(137,29,191); }
H1.HeaderClassName
{
color: #891DBF;
}
.AnyTagClassName
{
color: #891DBF;
}
</style>
background-color css
<style>
a { background-color: #891DBF; }
a { background-color: rgb(137,29,191); }
div.DivClassName
{
background-color: #891DBF;
}
.BgClassName
{
background-color: #891DBF;
}
</style>
border-color css
<style>
span { border-color: #891DBF; }
span { border-color: rgb(137,29,191); }
td.TdClassName
{
border-color: #891DBF;
}
.TagClassName
{
border-color: #891DBF;
}
</style>