#881EB2

Color #881EB2 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #881EB2

Tints of Dark Orchid #881EB2

Color information

#881EB2 (or 0x881EB2) is unknown color: approx Dark Orchid. HEX triplet: 88, 1E and B2. RGB value is (136,30,178). Sum of RGB (Red+Green+Blue) = 136+30+178=344 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.53% from 344); Green value is 30 (12.11% from 255 or 8.72% from 344); Blue value is 178 (69.92% from 255 or 51.74% from 344); Max value from RGB is 178 - color contains mainly: blue. Hex color #881EB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #881EB2 is #77E14D. Grayscale: #4E4E4E. Windows color (decimal): -7856462 or 11673224. OLE color: 11673224.

HSL color Cylindrical-coordinate representation of color #881EB2: hue angle of 282.97º 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 #881EB2 is Cyan = 0.24, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB13630178-
CMYK0.240.8300.30
HSL282.97º71.15%40.78%-
HSV(B)282.97º83.15%69.8%-
XYZ18.659.3842.95-
YUV78.57184.12168.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 136 (53.52% from 255) = 39.53%
GREEN value IS 30 (12.11% from 255) = 8.72%
BLUE value IS 178 (69.92% from 255) = 51.74%
R=39.53%
G=8.72%
B=51.74%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal136301780.240.8300.30282.9771.1540.78
Hex881EB2185301E11b4729
Octal210362623012303643310751
Binary1000100011110101100101100010100110111101000110111000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #881EB2; }

 p { color: rgb(136,30,178); }

 H1.HeaderClassName
 {
   color: #881EB2;
 }
 .AnyTagClassName
 {
   color: #881EB2;
 }
</style>
background-color css

<style>
 a { background-color: #881EB2; }

 a { background-color: rgb(136,30,178); }

 div.DivClassName
 {
   background-color: #881EB2;
 }
 .BgClassName
 {
   background-color: #881EB2;
 }
</style>
border-color css

<style>
 span { border-color: #881EB2; }

 span { border-color: rgb(136,30,178); }

 td.TdClassName
 {
   border-color: #881EB2;
 }
 .TagClassName
 {
   border-color: #881EB2;
 }
</style>