Shades of Dark Orchid #882DBB
Tints of Dark Orchid #882DBB
RGB
CMYK
RGB Variations
Color information
#882DBB (or 0x882DBB) is known color: Dark Orchid. HEX triplet: 88, 2D and BB. RGB value is (136,45,187). Sum of RGB (Red+Green+Blue) = 136+45+187=368 (48% of max value = 765). Red value is 136 (53.52% from 255 or 36.96% from 368); Green value is 45 (17.97% from 255 or 12.23% from 368); Blue value is 187 (73.44% from 255 or 50.82% from 368); Max value from RGB is 187 - color contains mainly: blue. Hex color #882DBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #882DBB is #77D244. Grayscale: #575757. Windows color (decimal): -7852613 or 12266888. OLE color: 12266888.
HSL color Cylindrical-coordinate representation of color #882DBB: hue angle of 278.45º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #882DBB is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 136 | 45 | 187 | - |
| CMYK | 0.27 | 0.76 | 0 | 0.27 |
| HSL | 278.45º | 0.61% | 0.45% | - |
| HSV(B) | 278.45º | 0.76% | 0.73% | - |
| XYZ | 20.06 | 10.7 | 48.02 | - |
| YUV | 88.4 | 183.65 | 161.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 45 | 187 | 0.27 | 0.76 | 0 | 0.27 | 278.45 | 0.61 | 0.45 |
| Hex | 88 | 2D | BB | 1B | 4C | 0 | 1B | 116 | 3D | 2D |
| Octal | 210 | 55 | 273 | 33 | 114 | 0 | 33 | 426 | 75 | 55 |
| Binary | 10001000 | 101101 | 10111011 | 11011 | 1001100 | 0 | 11011 | 100010110 | 111101 | 101101 |
Color Harmonies of #882DBB
Complementary color
Monochromatic Colors of #882DBB
Black with #882DBB
Text Example
Text Example
White with #882DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882DBB; }
p { color: rgb(136,45,187); }
H1.HeaderClassName
{
color: #882DBB;
}
.AnyTagClassName
{
color: #882DBB;
}
</style>
background-color css
<style>
a { background-color: #882DBB; }
a { background-color: rgb(136,45,187); }
div.DivClassName
{
background-color: #882DBB;
}
.BgClassName
{
background-color: #882DBB;
}
</style>
border-color css
<style>
span { border-color: #882DBB; }
span { border-color: rgb(136,45,187); }
td.TdClassName
{
border-color: #882DBB;
}
.TagClassName
{
border-color: #882DBB;
}
</style>