Shades of Dark Orchid #882FB0
Tints of Dark Orchid #882FB0
RGB
CMYK
RGB Variations
Color information
#882FB0 (or 0x882FB0) is known color: Dark Orchid. HEX triplet: 88, 2F and B0. RGB value is (136,47,176). Sum of RGB (Red+Green+Blue) = 136+47+176=359 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.88% from 359); Green value is 47 (18.75% from 255 or 13.09% from 359); Blue value is 176 (69.14% from 255 or 49.03% from 359); Max value from RGB is 176 - color contains mainly: blue. Hex color #882FB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882FB0 is #77D04F. Grayscale: #575757. Windows color (decimal): -7852112 or 11546504. OLE color: 11546504.
HSL color Cylindrical-coordinate representation of color #882FB0: hue angle of 281.4º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #882FB0 is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 136 | 47 | 176 | - |
| CMYK | 0.23 | 0.73 | 0 | 0.31 |
| HSL | 281.4º | 0.58% | 0.44% | - |
| HSV(B) | 281.4º | 0.73% | 0.69% | - |
| XYZ | 19.01 | 10.4 | 42.08 | - |
| YUV | 88.32 | 177.49 | 162.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 47 | 176 | 0.23 | 0.73 | 0 | 0.31 | 281.4 | 0.58 | 0.44 |
| Hex | 88 | 2F | B0 | 17 | 49 | 0 | 1F | 119 | 3A | 2C |
| Octal | 210 | 57 | 260 | 27 | 111 | 0 | 37 | 431 | 72 | 54 |
| Binary | 10001000 | 101111 | 10110000 | 10111 | 1001001 | 0 | 11111 | 100011001 | 111010 | 101100 |
Color Harmonies of #882FB0
Complementary color
Monochromatic Colors of #882FB0
Black with #882FB0
Text Example
Text Example
White with #882FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882FB0; }
p { color: rgb(136,47,176); }
H1.HeaderClassName
{
color: #882FB0;
}
.AnyTagClassName
{
color: #882FB0;
}
</style>
background-color css
<style>
a { background-color: #882FB0; }
a { background-color: rgb(136,47,176); }
div.DivClassName
{
background-color: #882FB0;
}
.BgClassName
{
background-color: #882FB0;
}
</style>
border-color css
<style>
span { border-color: #882FB0; }
span { border-color: rgb(136,47,176); }
td.TdClassName
{
border-color: #882FB0;
}
.TagClassName
{
border-color: #882FB0;
}
</style>