#8873AA

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

Shades of Deluge #8873AA

Tints of Deluge #8873AA

Color information

#8873AA (or 0x8873AA) is unknown color: approx Deluge. HEX triplet: 88, 73 and AA. RGB value is (136,115,170). Sum of RGB (Red+Green+Blue) = 136+115+170=421 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.30% from 421); Green value is 115 (45.31% from 255 or 27.32% from 421); Blue value is 170 (66.80% from 255 or 40.38% from 421); Max value from RGB is 170 - color contains mainly: blue. Hex color #8873AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8873AA is #778C55. Grayscale: #7F7F7F. Windows color (decimal): -7834710 or 11170696. OLE color: 11170696.

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

Color convert

RGB136115170-
CMYK0.200.3200.33
HSL262.91º24.44%55.88%-
HSV(B)262.91º32.35%66.67%-
XYZ23.5420.440.73-
YUV127.55151.96134.03-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.30%
GREEN value IS 115 (45.31% from 255) = 27.32%
BLUE value IS 170 (66.80% from 255) = 40.38%
R=32.30%
G=27.32%
B=40.38%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1361151700.200.3200.33262.9124.4455.88
Hex8873AA14200211071838
Octal21016325224400414073070
Binary1000100011100111010101010100100000010000110000011111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8873AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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