Shades of Dark Orchid #882FBA
Tints of Dark Orchid #882FBA
RGB
CMYK
RGB Variations
Color information
#882FBA (or 0x882FBA) is known color: Dark Orchid. HEX triplet: 88, 2F and BA. RGB value is (136,47,186). Sum of RGB (Red+Green+Blue) = 136+47+186=369 (48% of max value = 765). Red value is 136 (53.52% from 255 or 36.86% from 369); Green value is 47 (18.75% from 255 or 12.74% from 369); Blue value is 186 (73.05% from 255 or 50.41% from 369); Max value from RGB is 186 - color contains mainly: blue. Hex color #882FBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #882FBA is #77D045. Grayscale: #585858. Windows color (decimal): -7852102 or 12201864. OLE color: 12201864.
HSL color Cylindrical-coordinate representation of color #882FBA: hue angle of 278.42º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #882FBA is Cyan = 0.27, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 136 | 47 | 186 | - |
| CMYK | 0.27 | 0.75 | 0 | 0.27 |
| HSL | 278.42º | 0.6% | 0.46% | - |
| HSV(B) | 278.42º | 0.75% | 0.73% | - |
| XYZ | 20.03 | 10.81 | 47.49 | - |
| YUV | 89.46 | 182.49 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 47 | 186 | 0.27 | 0.75 | 0 | 0.27 | 278.42 | 0.6 | 0.46 |
| Hex | 88 | 2F | BA | 1B | 4B | 0 | 1B | 116 | 3C | 2E |
| Octal | 210 | 57 | 272 | 33 | 113 | 0 | 33 | 426 | 74 | 56 |
| Binary | 10001000 | 101111 | 10111010 | 11011 | 1001011 | 0 | 11011 | 100010110 | 111100 | 101110 |
Color Harmonies of #882FBA
Complementary color
Monochromatic Colors of #882FBA
Black with #882FBA
Text Example
Text Example
White with #882FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882FBA; }
p { color: rgb(136,47,186); }
H1.HeaderClassName
{
color: #882FBA;
}
.AnyTagClassName
{
color: #882FBA;
}
</style>
background-color css
<style>
a { background-color: #882FBA; }
a { background-color: rgb(136,47,186); }
div.DivClassName
{
background-color: #882FBA;
}
.BgClassName
{
background-color: #882FBA;
}
</style>
border-color css
<style>
span { border-color: #882FBA; }
span { border-color: rgb(136,47,186); }
td.TdClassName
{
border-color: #882FBA;
}
.TagClassName
{
border-color: #882FBA;
}
</style>