#8563AC

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

Shades of Deluge #8563AC

Tints of Deluge #8563AC

Color information

#8563AC (or 0x8563AC) is unknown color: approx Deluge. HEX triplet: 85, 63 and AC. RGB value is (133,99,172). Sum of RGB (Red+Green+Blue) = 133+99+172=404 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.92% from 404); Green value is 99 (39.06% from 255 or 24.50% from 404); Blue value is 172 (67.58% from 255 or 42.57% from 404); Max value from RGB is 172 - color contains mainly: blue. Hex color #8563AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8563AC is #7A9C53. Grayscale: #757575. Windows color (decimal): -8035412 or 11297669. OLE color: 11297669.

HSL color Cylindrical-coordinate representation of color #8563AC: hue angle of 267.95º degrees, saturation: 0.31, 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 #8563AC is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13399172-
CMYK0.230.4200.33
HSL267.95º30.54%53.14%-
HSV(B)267.95º42.44%67.45%-
XYZ21.5816.8941.15-
YUV117.49158.76139.06-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.92%
GREEN value IS 99 (39.06% from 255) = 24.50%
BLUE value IS 172 (67.58% from 255) = 42.57%
R=32.92%
G=24.50%
B=42.57%

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
Decimal133991720.230.4200.33267.9530.5453.14
Hex8563AC172A02110c1f35
Octal20514325427520414143765
Binary1000010111000111010110010111101010010000110000110011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8563AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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