#881ec9

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

Shades of Dark Orchid #881EC9

Tints of Dark Orchid #881EC9

Color information

#881EC9 (or 0x881EC9) is unknown color: approx Dark Orchid. HEX triplet: 88, 1E and C9. RGB value is (136,30,201). Sum of RGB (Red+Green+Blue) = 136+30+201=367 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.06% from 367); Green value is 30 (12.11% from 255 or 8.17% from 367); Blue value is 201 (78.91% from 255 or 54.77% from 367); Max value from RGB is 201 - color contains mainly: blue. Hex color #881EC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #881EC9 is #77E136. Grayscale: #505050. Windows color (decimal): -7856439 or 13180552. OLE color: 13180552.

HSL color Cylindrical-coordinate representation of color #881EC9: hue angle of 277.19º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #881EC9 is Cyan = 0.32, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB13630201-
CMYK0.320.8500.21
HSL277.19º74.03%45.29%-
HSV(B)277.19º85.07%78.82%-
XYZ21.1610.3856.15-
YUV81.19195.62167.1-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.06%
GREEN value IS 30 (12.11% from 255) = 8.17%
BLUE value IS 201 (78.91% from 255) = 54.77%
R=37.06%
G=8.17%
B=54.77%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal136302010.320.8500.21277.1974.0345.29
Hex881EC920550151154a2d
Octal210363114012502542511255
Binary10001000111101100100110000010101010101011000101011001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881ec9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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