#8576AA

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

Shades of Deluge #8576AA

Tints of Deluge #8576AA

Color information

#8576AA (or 0x8576AA) is unknown color: approx Deluge. HEX triplet: 85, 76 and AA. RGB value is (133,118,170). Sum of RGB (Red+Green+Blue) = 133+118+170=421 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.59% from 421); Green value is 118 (46.48% from 255 or 28.03% 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 #8576AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8576AA is #7A8955. Grayscale: #808080. Windows color (decimal): -8030550 or 11171461. OLE color: 11171461.

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

Color convert

RGB133118170-
CMYK0.220.3100.33
HSL257.31º23.42%56.47%-
HSV(B)257.31º30.59%66.67%-
XYZ23.4120.8540.82-
YUV128.41151.47131.27-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.59%
GREEN value IS 118 (46.48% from 255) = 28.03%
BLUE value IS 170 (66.80% from 255) = 40.38%
R=31.59%
G=28.03%
B=40.38%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1331181700.220.3100.33257.3123.4256.47
Hex8576AA161F0211011738
Octal20516625226370414012770
Binary100001011110110101010101011011111010000110000000110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8576AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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