#8872AA

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

Shades of Deluge #8872AA

Tints of Deluge #8872AA

Color information

#8872AA (or 0x8872AA) is unknown color: approx Deluge. HEX triplet: 88, 72 and AA. RGB value is (136,114,170). Sum of RGB (Red+Green+Blue) = 136+114+170=420 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.38% from 420); Green value is 114 (44.92% from 255 or 27.14% from 420); Blue value is 170 (66.80% from 255 or 40.48% from 420); Max value from RGB is 170 - color contains mainly: blue. Hex color #8872AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8872AA is #778D55. Grayscale: #7E7E7E. Windows color (decimal): -7834966 or 11170440. OLE color: 11170440.

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

Color convert

RGB136114170-
CMYK0.200.3300.33
HSL263.57º24.78%55.69%-
HSV(B)263.57º32.94%66.67%-
XYZ23.4320.1740.69-
YUV126.96152.29134.45-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.38%
GREEN value IS 114 (44.92% from 255) = 27.14%
BLUE value IS 170 (66.80% from 255) = 40.48%
R=32.38%
G=27.14%
B=40.48%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1361141700.200.3300.33263.5724.7855.69
Hex8872AA14210211081938
Octal21016225224410414103170
Binary1000100011100101010101010100100001010000110000100011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8872AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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