#8564AC

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

Shades of Deluge #8564AC

Tints of Deluge #8564AC

Color information

#8564AC (or 0x8564AC) is unknown color: approx Deluge. HEX triplet: 85, 64 and AC. RGB value is (133,100,172). Sum of RGB (Red+Green+Blue) = 133+100+172=405 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.84% from 405); Green value is 100 (39.45% from 255 or 24.69% from 405); Blue value is 172 (67.58% from 255 or 42.47% from 405); Max value from RGB is 172 - color contains mainly: blue. Hex color #8564AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8564AC is #7A9B53. Grayscale: #757575. Windows color (decimal): -8035156 or 11297925. OLE color: 11297925.

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

Color convert

RGB133100172-
CMYK0.230.4200.33
HSL267.5º30.25%53.33%-
HSV(B)267.5º41.86%67.45%-
XYZ21.6817.0841.18-
YUV118.07158.43138.65-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.84%
GREEN value IS 100 (39.45% from 255) = 24.69%
BLUE value IS 172 (67.58% from 255) = 42.47%
R=32.84%
G=24.69%
B=42.47%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1331001720.230.4200.33267.530.2553.33
Hex8564AC172A02110c1e35
Octal20514425427520414143665
Binary1000010111001001010110010111101010010000110000110011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8564AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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