Shades of Dark Orchid #882DBD
Tints of Dark Orchid #882DBD
RGB
CMYK
RGB Variations
Color information
#882DBD (or 0x882DBD) is known color: Dark Orchid. HEX triplet: 88, 2D and BD. RGB value is (136,45,189). Sum of RGB (Red+Green+Blue) = 136+45+189=370 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.76% from 370); Green value is 45 (17.97% from 255 or 12.16% from 370); Blue value is 189 (74.22% from 255 or 51.08% from 370); Max value from RGB is 189 - color contains mainly: blue. Hex color #882DBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #882DBD is #77D242. Grayscale: #585858. Windows color (decimal): -7852611 or 12397960. OLE color: 12397960.
HSL color Cylindrical-coordinate representation of color #882DBD: hue angle of 277.92º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #882DBD is Cyan = 0.28, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 136 | 45 | 189 | - |
| CMYK | 0.28 | 0.76 | 0 | 0.26 |
| HSL | 277.92º | 0.62% | 0.46% | - |
| HSV(B) | 277.92º | 0.76% | 0.74% | - |
| XYZ | 20.28 | 10.79 | 49.16 | - |
| YUV | 88.63 | 184.65 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 45 | 189 | 0.28 | 0.76 | 0 | 0.26 | 277.92 | 0.62 | 0.46 |
| Hex | 88 | 2D | BD | 1C | 4C | 0 | 1A | 116 | 3E | 2E |
| Octal | 210 | 55 | 275 | 34 | 114 | 0 | 32 | 426 | 76 | 56 |
| Binary | 10001000 | 101101 | 10111101 | 11100 | 1001100 | 0 | 11010 | 100010110 | 111110 | 101110 |
Color Harmonies of #882DBD
Complementary color
Monochromatic Colors of #882DBD
Black with #882DBD
Text Example
Text Example
White with #882DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882DBD; }
p { color: rgb(136,45,189); }
H1.HeaderClassName
{
color: #882DBD;
}
.AnyTagClassName
{
color: #882DBD;
}
</style>
background-color css
<style>
a { background-color: #882DBD; }
a { background-color: rgb(136,45,189); }
div.DivClassName
{
background-color: #882DBD;
}
.BgClassName
{
background-color: #882DBD;
}
</style>
border-color css
<style>
span { border-color: #882DBD; }
span { border-color: rgb(136,45,189); }
td.TdClassName
{
border-color: #882DBD;
}
.TagClassName
{
border-color: #882DBD;
}
</style>