Shades of Dark Orchid #881EB3
Tints of Dark Orchid #881EB3
RGB
CMYK
RGB Variations
Color information
#881EB3 (or 0x881EB3) is known color: Dark Orchid. HEX triplet: 88, 1E and B3. RGB value is (136,30,179). Sum of RGB (Red+Green+Blue) = 136+30+179=345 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.42% from 345); Green value is 30 (12.11% from 255 or 8.70% from 345); Blue value is 179 (70.31% from 255 or 51.88% from 345); Max value from RGB is 179 - color contains mainly: blue. Hex color #881EB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #881EB3 is #77E14C. Grayscale: #4E4E4E. Windows color (decimal): -7856461 or 11738760. OLE color: 11738760.
HSL color Cylindrical-coordinate representation of color #881EB3: hue angle of 282.68º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #881EB3 is Cyan = 0.24, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 136 | 30 | 179 | - |
| CMYK | 0.24 | 0.83 | 0 | 0.30 |
| HSL | 282.68º | 0.71% | 0.41% | - |
| HSV(B) | 282.68º | 0.83% | 0.7% | - |
| XYZ | 18.75 | 9.42 | 43.48 | - |
| YUV | 78.68 | 184.62 | 168.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 30 | 179 | 0.24 | 0.83 | 0 | 0.30 | 282.68 | 0.71 | 0.41 |
| Hex | 88 | 1E | B3 | 18 | 53 | 0 | 1E | 11B | 47 | 29 |
| Octal | 210 | 36 | 263 | 30 | 123 | 0 | 36 | 433 | 107 | 51 |
| Binary | 10001000 | 11110 | 10110011 | 11000 | 1010011 | 0 | 11110 | 100011011 | 1000111 | 101001 |
Color Harmonies of #881EB3
Complementary color
Monochromatic Colors of #881EB3
Black with #881EB3
Text Example
Text Example
White with #881EB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881EB3; }
p { color: rgb(136,30,179); }
H1.HeaderClassName
{
color: #881EB3;
}
.AnyTagClassName
{
color: #881EB3;
}
</style>
background-color css
<style>
a { background-color: #881EB3; }
a { background-color: rgb(136,30,179); }
div.DivClassName
{
background-color: #881EB3;
}
.BgClassName
{
background-color: #881EB3;
}
</style>
border-color css
<style>
span { border-color: #881EB3; }
span { border-color: rgb(136,30,179); }
td.TdClassName
{
border-color: #881EB3;
}
.TagClassName
{
border-color: #881EB3;
}
</style>