Shades of Dark Orchid #882DB6
Tints of Dark Orchid #882DB6
RGB
CMYK
RGB Variations
Color information
#882DB6 (or 0x882DB6) is known color: Dark Orchid. HEX triplet: 88, 2D and B6. RGB value is (136,45,182). Sum of RGB (Red+Green+Blue) = 136+45+182=363 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.47% from 363); Green value is 45 (17.97% from 255 or 12.40% from 363); Blue value is 182 (71.48% from 255 or 50.14% from 363); Max value from RGB is 182 - color contains mainly: blue. Hex color #882DB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #882DB6 is #77D249. Grayscale: #575757. Windows color (decimal): -7852618 or 11939208. OLE color: 11939208.
HSL color Cylindrical-coordinate representation of color #882DB6: hue angle of 279.85º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #882DB6 is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 136 | 45 | 182 | - |
| CMYK | 0.25 | 0.75 | 0 | 0.29 |
| HSL | 279.85º | 0.6% | 0.45% | - |
| HSV(B) | 279.85º | 0.75% | 0.71% | - |
| XYZ | 19.54 | 10.49 | 45.25 | - |
| YUV | 87.83 | 181.15 | 162.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 45 | 182 | 0.25 | 0.75 | 0 | 0.29 | 279.85 | 0.6 | 0.45 |
| Hex | 88 | 2D | B6 | 19 | 4B | 0 | 1D | 118 | 3C | 2D |
| Octal | 210 | 55 | 266 | 31 | 113 | 0 | 35 | 430 | 74 | 55 |
| Binary | 10001000 | 101101 | 10110110 | 11001 | 1001011 | 0 | 11101 | 100011000 | 111100 | 101101 |
Color Harmonies of #882DB6
Complementary color
Monochromatic Colors of #882DB6
Black with #882DB6
Text Example
Text Example
White with #882DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882DB6; }
p { color: rgb(136,45,182); }
H1.HeaderClassName
{
color: #882DB6;
}
.AnyTagClassName
{
color: #882DB6;
}
</style>
background-color css
<style>
a { background-color: #882DB6; }
a { background-color: rgb(136,45,182); }
div.DivClassName
{
background-color: #882DB6;
}
.BgClassName
{
background-color: #882DB6;
}
</style>
border-color css
<style>
span { border-color: #882DB6; }
span { border-color: rgb(136,45,182); }
td.TdClassName
{
border-color: #882DB6;
}
.TagClassName
{
border-color: #882DB6;
}
</style>