#8576AC

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

Shades of Deluge #8576AC

Tints of Deluge #8576AC

Color information

#8576AC (or 0x8576AC) is unknown color: approx Deluge. HEX triplet: 85, 76 and AC. RGB value is (133,118,172). Sum of RGB (Red+Green+Blue) = 133+118+172=423 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.44% from 423); Green value is 118 (46.48% from 255 or 27.90% from 423); Blue value is 172 (67.58% from 255 or 40.66% from 423); Max value from RGB is 172 - color contains mainly: blue. Hex color #8576AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8576AC is #7A8953. Grayscale: #808080. Windows color (decimal): -8030548 or 11302533. OLE color: 11302533.

HSL color Cylindrical-coordinate representation of color #8576AC: hue angle of 256.67º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8576AC is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB133118172-
CMYK0.230.3100.33
HSL256.67º24.55%56.86%-
HSV(B)256.67º31.4%67.45%-
XYZ23.620.9241.82-
YUV128.64152.47131.11-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.44%
GREEN value IS 118 (46.48% from 255) = 27.90%
BLUE value IS 172 (67.58% from 255) = 40.66%
R=31.44%
G=27.90%
B=40.66%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1331181720.230.3100.33256.6724.5556.86
Hex8576AC171F0211011939
Octal20516625427370414013171
Binary100001011110110101011001011111111010000110000000111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8576AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8576AC; }

 p { color: rgb(133,118,172); }

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

<style>
 a { background-color: #8576AC; }

 a { background-color: rgb(133,118,172); }

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

<style>
 span { border-color: #8576AC; }

 span { border-color: rgb(133,118,172); }

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