Shades of Dark Orchid #882DBE
Tints of Dark Orchid #882DBE
RGB
CMYK
RGB Variations
Color information
#882DBE (or 0x882DBE) is known color: Dark Orchid. HEX triplet: 88, 2D and BE. RGB value is (136,45,190). Sum of RGB (Red+Green+Blue) = 136+45+190=371 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.66% from 371); Green value is 45 (17.97% from 255 or 12.13% from 371); Blue value is 190 (74.61% from 255 or 51.21% from 371); Max value from RGB is 190 - color contains mainly: blue. Hex color #882DBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #882DBE is #77D241. Grayscale: #585858. Windows color (decimal): -7852610 or 12463496. OLE color: 12463496.
HSL color Cylindrical-coordinate representation of color #882DBE: hue angle of 277.66º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #882DBE is Cyan = 0.28, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 136 | 45 | 190 | - |
| CMYK | 0.28 | 0.76 | 0 | 0.25 |
| HSL | 277.66º | 0.62% | 0.46% | - |
| HSV(B) | 277.66º | 0.76% | 0.75% | - |
| XYZ | 20.39 | 10.83 | 49.73 | - |
| YUV | 88.74 | 185.15 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 45 | 190 | 0.28 | 0.76 | 0 | 0.25 | 277.66 | 0.62 | 0.46 |
| Hex | 88 | 2D | BE | 1C | 4C | 0 | 19 | 116 | 3E | 2E |
| Octal | 210 | 55 | 276 | 34 | 114 | 0 | 31 | 426 | 76 | 56 |
| Binary | 10001000 | 101101 | 10111110 | 11100 | 1001100 | 0 | 11001 | 100010110 | 111110 | 101110 |
Color Harmonies of #882DBE
Complementary color
Monochromatic Colors of #882DBE
Black with #882DBE
Text Example
Text Example
White with #882DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882DBE; }
p { color: rgb(136,45,190); }
H1.HeaderClassName
{
color: #882DBE;
}
.AnyTagClassName
{
color: #882DBE;
}
</style>
background-color css
<style>
a { background-color: #882DBE; }
a { background-color: rgb(136,45,190); }
div.DivClassName
{
background-color: #882DBE;
}
.BgClassName
{
background-color: #882DBE;
}
</style>
border-color css
<style>
span { border-color: #882DBE; }
span { border-color: rgb(136,45,190); }
td.TdClassName
{
border-color: #882DBE;
}
.TagClassName
{
border-color: #882DBE;
}
</style>