Shades of Dark Orchid #881DBF
Tints of Dark Orchid #881DBF
RGB
CMYK
RGB Variations
Color information
#881DBF (or 0x881DBF) is known color: Dark Orchid. HEX triplet: 88, 1D and BF. RGB value is (136,29,191). Sum of RGB (Red+Green+Blue) = 136+29+191=356 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.20% from 356); Green value is 29 (11.72% from 255 or 8.15% from 356); Blue value is 191 (75% from 255 or 53.65% from 356); Max value from RGB is 191 - color contains mainly: blue. Hex color #881DBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #881DBF is #77E240. Grayscale: #4E4E4E. Windows color (decimal): -7856705 or 12524936. OLE color: 12524936.
HSL color Cylindrical-coordinate representation of color #881DBF: hue angle of 279.63º 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 #881DBF is Cyan = 0.29, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 136 | 29 | 191 | - |
| CMYK | 0.29 | 0.85 | 0 | 0.25 |
| HSL | 279.63º | 0.74% | 0.43% | - |
| HSV(B) | 279.63º | 0.85% | 0.75% | - |
| XYZ | 20 | 9.87 | 50.14 | - |
| YUV | 79.46 | 190.95 | 168.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 29 | 191 | 0.29 | 0.85 | 0 | 0.25 | 279.63 | 0.74 | 0.43 |
| Hex | 88 | 1D | BF | 1D | 55 | 0 | 19 | 118 | 4A | 2B |
| Octal | 210 | 35 | 277 | 35 | 125 | 0 | 31 | 430 | 112 | 53 |
| Binary | 10001000 | 11101 | 10111111 | 11101 | 1010101 | 0 | 11001 | 100011000 | 1001010 | 101011 |
Color Harmonies of #881DBF
Complementary color
Monochromatic Colors of #881DBF
Black with #881DBF
Text Example
Text Example
White with #881DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881DBF; }
p { color: rgb(136,29,191); }
H1.HeaderClassName
{
color: #881DBF;
}
.AnyTagClassName
{
color: #881DBF;
}
</style>
background-color css
<style>
a { background-color: #881DBF; }
a { background-color: rgb(136,29,191); }
div.DivClassName
{
background-color: #881DBF;
}
.BgClassName
{
background-color: #881DBF;
}
</style>
border-color css
<style>
span { border-color: #881DBF; }
span { border-color: rgb(136,29,191); }
td.TdClassName
{
border-color: #881DBF;
}
.TagClassName
{
border-color: #881DBF;
}
</style>