#8881AA

Color #8881AA Deluge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deluge #8881AA

Tints of Deluge #8881AA

Color information

#8881AA (or 0x8881AA) is unknown color: approx Deluge. HEX triplet: 88, 81 and AA. RGB value is (136,129,170). Sum of RGB (Red+Green+Blue) = 136+129+170=435 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.26% from 435); Green value is 129 (50.78% from 255 or 29.66% from 435); Blue value is 170 (66.80% from 255 or 39.08% from 435); Max value from RGB is 170 - color contains mainly: blue. Hex color #8881AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8881AA is #777E55. Grayscale: #878787. Windows color (decimal): -7831126 or 11174280. OLE color: 11174280.

HSL color Cylindrical-coordinate representation of color #8881AA: hue angle of 250.24º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8881AA is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB136129170-
CMYK0.200.2400.33
HSL250.24º19.43%58.63%-
HSV(B)250.24º24.12%66.67%-
XYZ25.2623.8441.3-
YUV135.77147.32128.17-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.26%
GREEN value IS 129 (50.78% from 255) = 29.66%
BLUE value IS 170 (66.80% from 255) = 39.08%
R=31.26%
G=29.66%
B=39.08%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1361291700.200.2400.33250.2419.4358.63
Hex8881AA1418021fa133b
Octal21020125224300413722373
Binary100010001000000110101010101001100001000011111101010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8881AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8881AA; }

 p { color: rgb(136,129,170); }

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

<style>
 a { background-color: #8881AA; }

 a { background-color: rgb(136,129,170); }

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

<style>
 span { border-color: #8881AA; }

 span { border-color: rgb(136,129,170); }

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