Shades of Dark Orchid #881DB2
Tints of Dark Orchid #881DB2
RGB
CMYK
RGB Variations
Color information
#881DB2 (or 0x881DB2) is known color: Dark Orchid. HEX triplet: 88, 1D and B2. RGB value is (136,29,178). Sum of RGB (Red+Green+Blue) = 136+29+178=343 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.65% from 343); Green value is 29 (11.72% from 255 or 8.45% from 343); Blue value is 178 (69.92% from 255 or 51.90% from 343); Max value from RGB is 178 - color contains mainly: blue. Hex color #881DB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #881DB2 is #77E24D. Grayscale: #4D4D4D. Windows color (decimal): -7856718 or 11672968. OLE color: 11672968.
HSL color Cylindrical-coordinate representation of color #881DB2: hue angle of 283.09º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #881DB2 is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 136 | 29 | 178 | - |
| CMYK | 0.24 | 0.84 | 0 | 0.30 |
| HSL | 283.09º | 0.72% | 0.41% | - |
| HSV(B) | 283.09º | 0.84% | 0.7% | - |
| XYZ | 18.63 | 9.33 | 42.94 | - |
| YUV | 77.98 | 184.45 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 29 | 178 | 0.24 | 0.84 | 0 | 0.30 | 283.09 | 0.72 | 0.41 |
| Hex | 88 | 1D | B2 | 18 | 54 | 0 | 1E | 11B | 48 | 29 |
| Octal | 210 | 35 | 262 | 30 | 124 | 0 | 36 | 433 | 110 | 51 |
| Binary | 10001000 | 11101 | 10110010 | 11000 | 1010100 | 0 | 11110 | 100011011 | 1001000 | 101001 |
Color Harmonies of #881DB2
Complementary color
Monochromatic Colors of #881DB2
Black with #881DB2
Text Example
Text Example
White with #881DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881DB2; }
p { color: rgb(136,29,178); }
H1.HeaderClassName
{
color: #881DB2;
}
.AnyTagClassName
{
color: #881DB2;
}
</style>
background-color css
<style>
a { background-color: #881DB2; }
a { background-color: rgb(136,29,178); }
div.DivClassName
{
background-color: #881DB2;
}
.BgClassName
{
background-color: #881DB2;
}
</style>
border-color css
<style>
span { border-color: #881DB2; }
span { border-color: rgb(136,29,178); }
td.TdClassName
{
border-color: #881DB2;
}
.TagClassName
{
border-color: #881DB2;
}
</style>