Shades of Dark Orchid #882DBF
Tints of Dark Orchid #882DBF
RGB
CMYK
RGB Variations
Color information
#882DBF (or 0x882DBF) is known color: Dark Orchid. HEX triplet: 88, 2D and BF. RGB value is (136,45,191). Sum of RGB (Red+Green+Blue) = 136+45+191=372 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.56% from 372); Green value is 45 (17.97% from 255 or 12.10% from 372); Blue value is 191 (75% from 255 or 51.34% from 372); Max value from RGB is 191 - color contains mainly: blue. Hex color #882DBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #882DBF is #77D240. Grayscale: #585858. Windows color (decimal): -7852609 or 12529032. OLE color: 12529032.
HSL color Cylindrical-coordinate representation of color #882DBF: hue angle of 277.4º 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 #882DBF is Cyan = 0.29, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 136 | 45 | 191 | - |
| CMYK | 0.29 | 0.76 | 0 | 0.25 |
| HSL | 277.4º | 0.62% | 0.46% | - |
| HSV(B) | 277.4º | 0.76% | 0.75% | - |
| XYZ | 20.5 | 10.87 | 50.31 | - |
| YUV | 88.85 | 185.65 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 45 | 191 | 0.29 | 0.76 | 0 | 0.25 | 277.4 | 0.62 | 0.46 |
| Hex | 88 | 2D | BF | 1D | 4C | 0 | 19 | 115 | 3E | 2E |
| Octal | 210 | 55 | 277 | 35 | 114 | 0 | 31 | 425 | 76 | 56 |
| Binary | 10001000 | 101101 | 10111111 | 11101 | 1001100 | 0 | 11001 | 100010101 | 111110 | 101110 |
Color Harmonies of #882DBF
Complementary color
Monochromatic Colors of #882DBF
Black with #882DBF
Text Example
Text Example
White with #882DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882DBF; }
p { color: rgb(136,45,191); }
H1.HeaderClassName
{
color: #882DBF;
}
.AnyTagClassName
{
color: #882DBF;
}
</style>
background-color css
<style>
a { background-color: #882DBF; }
a { background-color: rgb(136,45,191); }
div.DivClassName
{
background-color: #882DBF;
}
.BgClassName
{
background-color: #882DBF;
}
</style>
border-color css
<style>
span { border-color: #882DBF; }
span { border-color: rgb(136,45,191); }
td.TdClassName
{
border-color: #882DBF;
}
.TagClassName
{
border-color: #882DBF;
}
</style>