#8564AA

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

Shades of Deluge #8564AA

Tints of Deluge #8564AA

Color information

#8564AA (or 0x8564AA) is unknown color: approx Deluge. HEX triplet: 85, 64 and AA. RGB value is (133,100,170). Sum of RGB (Red+Green+Blue) = 133+100+170=403 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.00% from 403); Green value is 100 (39.45% from 255 or 24.81% from 403); Blue value is 170 (66.80% from 255 or 42.18% from 403); Max value from RGB is 170 - color contains mainly: blue. Hex color #8564AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8564AA is #7A9B55. Grayscale: #757575. Windows color (decimal): -8035158 or 11166853. OLE color: 11166853.

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

Color convert

RGB133100170-
CMYK0.220.4100.33
HSL268.29º29.17%52.94%-
HSV(B)268.29º41.18%66.67%-
XYZ21.491740.18-
YUV117.85157.43138.81-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.00%
GREEN value IS 100 (39.45% from 255) = 24.81%
BLUE value IS 170 (66.80% from 255) = 42.18%
R=33.00%
G=24.81%
B=42.18%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1331001700.220.4100.33268.2929.1752.94
Hex8564AA162902110c1d35
Octal20514425226510414143565
Binary1000010111001001010101010110101001010000110000110011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8564AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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