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