Shades of Dark Orchid #882DB1
Tints of Dark Orchid #882DB1
RGB
CMYK
RGB Variations
Color information
#882DB1 (or 0x882DB1) is known color: Dark Orchid. HEX triplet: 88, 2D and B1. RGB value is (136,45,177). Sum of RGB (Red+Green+Blue) = 136+45+177=358 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.99% from 358); Green value is 45 (17.97% from 255 or 12.57% from 358); Blue value is 177 (69.53% from 255 or 49.44% from 358); Max value from RGB is 177 - color contains mainly: blue. Hex color #882DB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882DB1 is #77D24E. Grayscale: #565656. Windows color (decimal): -7852623 or 11611528. OLE color: 11611528.
HSL color Cylindrical-coordinate representation of color #882DB1: hue angle of 281.36º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #882DB1 is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 136 | 45 | 177 | - |
| CMYK | 0.23 | 0.75 | 0 | 0.31 |
| HSL | 281.36º | 0.59% | 0.44% | - |
| HSV(B) | 281.36º | 0.75% | 0.69% | - |
| XYZ | 19.03 | 10.29 | 42.58 | - |
| YUV | 87.26 | 178.65 | 162.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 45 | 177 | 0.23 | 0.75 | 0 | 0.31 | 281.36 | 0.59 | 0.44 |
| Hex | 88 | 2D | B1 | 17 | 4B | 0 | 1F | 119 | 3B | 2C |
| Octal | 210 | 55 | 261 | 27 | 113 | 0 | 37 | 431 | 73 | 54 |
| Binary | 10001000 | 101101 | 10110001 | 10111 | 1001011 | 0 | 11111 | 100011001 | 111011 | 101100 |
Color Harmonies of #882DB1
Complementary color
Monochromatic Colors of #882DB1
Black with #882DB1
Text Example
Text Example
White with #882DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882DB1; }
p { color: rgb(136,45,177); }
H1.HeaderClassName
{
color: #882DB1;
}
.AnyTagClassName
{
color: #882DB1;
}
</style>
background-color css
<style>
a { background-color: #882DB1; }
a { background-color: rgb(136,45,177); }
div.DivClassName
{
background-color: #882DB1;
}
.BgClassName
{
background-color: #882DB1;
}
</style>
border-color css
<style>
span { border-color: #882DB1; }
span { border-color: rgb(136,45,177); }
td.TdClassName
{
border-color: #882DB1;
}
.TagClassName
{
border-color: #882DB1;
}
</style>