#881EB7

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

Shades of Dark Orchid #881EB7

Tints of Dark Orchid #881EB7

Color information

#881EB7 (or 0x881EB7) is unknown color: approx Dark Orchid. HEX triplet: 88, 1E and B7. RGB value is (136,30,183). Sum of RGB (Red+Green+Blue) = 136+30+183=349 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.97% from 349); Green value is 30 (12.11% from 255 or 8.60% from 349); Blue value is 183 (71.88% from 255 or 52.44% from 349); Max value from RGB is 183 - color contains mainly: blue. Hex color #881EB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #881EB7 is #77E148. Grayscale: #4E4E4E. Windows color (decimal): -7856457 or 12000904. OLE color: 12000904.

HSL color Cylindrical-coordinate representation of color #881EB7: hue angle of 281.57º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #881EB7 is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB13630183-
CMYK0.260.8400.28
HSL281.57º71.83%41.76%-
HSV(B)281.57º83.61%71.76%-
XYZ19.169.5845.64-
YUV79.14186.62168.56-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.97%
GREEN value IS 30 (12.11% from 255) = 8.60%
BLUE value IS 183 (71.88% from 255) = 52.44%
R=38.97%
G=8.60%
B=52.44%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal136301830.260.8400.28281.5771.8341.76
Hex881EB71A5401C11a482a
Octal210362673212403443211052
Binary1000100011110101101111101010101000111001000110101001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881EB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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