Shades of Dark Orchid #881EB4
Tints of Dark Orchid #881EB4
RGB
CMYK
RGB Variations
Color information
#881EB4 (or 0x881EB4) is known color: Dark Orchid. HEX triplet: 88, 1E and B4. RGB value is (136,30,180). Sum of RGB (Red+Green+Blue) = 136+30+180=346 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.31% from 346); Green value is 30 (12.11% from 255 or 8.67% from 346); Blue value is 180 (70.70% from 255 or 52.02% from 346); Max value from RGB is 180 - color contains mainly: blue. Hex color #881EB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #881EB4 is #77E14B. Grayscale: #4E4E4E. Windows color (decimal): -7856460 or 11804296. OLE color: 11804296.
HSL color Cylindrical-coordinate representation of color #881EB4: hue angle of 282.4º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #881EB4 is Cyan = 0.24, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 136 | 30 | 180 | - |
| CMYK | 0.24 | 0.83 | 0 | 0.29 |
| HSL | 282.4º | 0.71% | 0.41% | - |
| HSV(B) | 282.4º | 0.83% | 0.71% | - |
| XYZ | 18.86 | 9.46 | 44.01 | - |
| YUV | 78.79 | 185.12 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 30 | 180 | 0.24 | 0.83 | 0 | 0.29 | 282.4 | 0.71 | 0.41 |
| Hex | 88 | 1E | B4 | 18 | 53 | 0 | 1D | 11A | 47 | 29 |
| Octal | 210 | 36 | 264 | 30 | 123 | 0 | 35 | 432 | 107 | 51 |
| Binary | 10001000 | 11110 | 10110100 | 11000 | 1010011 | 0 | 11101 | 100011010 | 1000111 | 101001 |
Color Harmonies of #881EB4
Complementary color
Monochromatic Colors of #881EB4
Black with #881EB4
Text Example
Text Example
White with #881EB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881EB4; }
p { color: rgb(136,30,180); }
H1.HeaderClassName
{
color: #881EB4;
}
.AnyTagClassName
{
color: #881EB4;
}
</style>
background-color css
<style>
a { background-color: #881EB4; }
a { background-color: rgb(136,30,180); }
div.DivClassName
{
background-color: #881EB4;
}
.BgClassName
{
background-color: #881EB4;
}
</style>
border-color css
<style>
span { border-color: #881EB4; }
span { border-color: rgb(136,30,180); }
td.TdClassName
{
border-color: #881EB4;
}
.TagClassName
{
border-color: #881EB4;
}
</style>