#8871AD

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

Shades of Deluge #8871AD

Tints of Deluge #8871AD

Color information

#8871AD (or 0x8871AD) is unknown color: approx Deluge. HEX triplet: 88, 71 and AD. RGB value is (136,113,173). Sum of RGB (Red+Green+Blue) = 136+113+173=422 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.23% from 422); Green value is 113 (44.53% from 255 or 26.78% from 422); Blue value is 173 (67.97% from 255 or 41.00% from 422); Max value from RGB is 173 - color contains mainly: blue. Hex color #8871AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8871AD is #778E52. Grayscale: #7E7E7E. Windows color (decimal): -7835219 or 11366792. OLE color: 11366792.

HSL color Cylindrical-coordinate representation of color #8871AD: hue angle of 263º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8871AD is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB136113173-
CMYK0.210.3500.32
HSL263º26.79%56.08%-
HSV(B)263º34.68%67.84%-
XYZ23.620.0642.16-
YUV126.72154.12134.62-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.23%
GREEN value IS 113 (44.53% from 255) = 26.78%
BLUE value IS 173 (67.97% from 255) = 41.00%
R=32.23%
G=26.78%
B=41.00%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1361131730.210.3500.3226326.7956.08
Hex8871AD15230201071b38
Octal21016125525430404073370
Binary1000100011100011010110110101100011010000010000011111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8871AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8871AD; }

 p { color: rgb(136,113,173); }

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

<style>
 a { background-color: #8871AD; }

 a { background-color: rgb(136,113,173); }

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

<style>
 span { border-color: #8871AD; }

 span { border-color: rgb(136,113,173); }

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