Shades of Dark Orchid #881DBA
Tints of Dark Orchid #881DBA
RGB
CMYK
RGB Variations
Color information
#881DBA (or 0x881DBA) is known color: Dark Orchid. HEX triplet: 88, 1D and BA. RGB value is (136,29,186). Sum of RGB (Red+Green+Blue) = 136+29+186=351 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.75% from 351); Green value is 29 (11.72% from 255 or 8.26% from 351); Blue value is 186 (73.05% from 255 or 52.99% from 351); Max value from RGB is 186 - color contains mainly: blue. Hex color #881DBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #881DBA is #77E245. Grayscale: #4E4E4E. Windows color (decimal): -7856710 or 12197256. OLE color: 12197256.
HSL color Cylindrical-coordinate representation of color #881DBA: hue angle of 280.89º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #881DBA is Cyan = 0.27, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 136 | 29 | 186 | - |
| CMYK | 0.27 | 0.84 | 0 | 0.27 |
| HSL | 280.89º | 0.73% | 0.42% | - |
| HSV(B) | 280.89º | 0.84% | 0.73% | - |
| XYZ | 19.46 | 9.66 | 47.29 | - |
| YUV | 78.89 | 188.45 | 168.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 29 | 186 | 0.27 | 0.84 | 0 | 0.27 | 280.89 | 0.73 | 0.42 |
| Hex | 88 | 1D | BA | 1B | 54 | 0 | 1B | 119 | 49 | 2A |
| Octal | 210 | 35 | 272 | 33 | 124 | 0 | 33 | 431 | 111 | 52 |
| Binary | 10001000 | 11101 | 10111010 | 11011 | 1010100 | 0 | 11011 | 100011001 | 1001001 | 101010 |
Color Harmonies of #881DBA
Complementary color
Monochromatic Colors of #881DBA
Black with #881DBA
Text Example
Text Example
White with #881DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881DBA; }
p { color: rgb(136,29,186); }
H1.HeaderClassName
{
color: #881DBA;
}
.AnyTagClassName
{
color: #881DBA;
}
</style>
background-color css
<style>
a { background-color: #881DBA; }
a { background-color: rgb(136,29,186); }
div.DivClassName
{
background-color: #881DBA;
}
.BgClassName
{
background-color: #881DBA;
}
</style>
border-color css
<style>
span { border-color: #881DBA; }
span { border-color: rgb(136,29,186); }
td.TdClassName
{
border-color: #881DBA;
}
.TagClassName
{
border-color: #881DBA;
}
</style>