#8576AE

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

Shades of Deluge #8576AE

Tints of Deluge #8576AE

Color information

#8576AE (or 0x8576AE) is unknown color: approx Deluge. HEX triplet: 85, 76 and AE. RGB value is (133,118,174). Sum of RGB (Red+Green+Blue) = 133+118+174=425 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.29% from 425); Green value is 118 (46.48% from 255 or 27.76% from 425); Blue value is 174 (68.36% from 255 or 40.94% from 425); Max value from RGB is 174 - color contains mainly: blue. Hex color #8576AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8576AE is #7A8951. Grayscale: #808080. Windows color (decimal): -8030546 or 11433605. OLE color: 11433605.

HSL color Cylindrical-coordinate representation of color #8576AE: hue angle of 256.07º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8576AE is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB133118174-
CMYK0.240.3200.32
HSL256.07º25.69%57.25%-
HSV(B)256.07º32.18%68.24%-
XYZ23.792142.84-
YUV128.87153.47130.95-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.29%
GREEN value IS 118 (46.48% from 255) = 27.76%
BLUE value IS 174 (68.36% from 255) = 40.94%
R=31.29%
G=27.76%
B=40.94%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1331181740.240.3200.32256.0725.6957.25
Hex8576AE18200201001a39
Octal20516625630400404003271
Binary1000010111101101010111011000100000010000010000000011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8576AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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