#8563AA

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

Shades of Deluge #8563AA

Tints of Deluge #8563AA

Color information

#8563AA (or 0x8563AA) is unknown color: approx Deluge. HEX triplet: 85, 63 and AA. RGB value is (133,99,170). Sum of RGB (Red+Green+Blue) = 133+99+170=402 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.08% from 402); Green value is 99 (39.06% from 255 or 24.63% from 402); Blue value is 170 (66.80% from 255 or 42.29% from 402); Max value from RGB is 170 - color contains mainly: blue. Hex color #8563AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8563AA is #7A9C55. Grayscale: #757575. Windows color (decimal): -8035414 or 11166597. OLE color: 11166597.

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

Color convert

RGB13399170-
CMYK0.220.4200.33
HSL268.73º29.46%52.75%-
HSV(B)268.73º41.76%66.67%-
XYZ21.3916.8140.15-
YUV117.26157.76139.23-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.08%
GREEN value IS 99 (39.06% from 255) = 24.63%
BLUE value IS 170 (66.80% from 255) = 42.29%
R=33.08%
G=24.63%
B=42.29%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal133991700.220.4200.33268.7329.4652.75
Hex8563AA162A02110d1d35
Octal20514325226520414153565
Binary1000010111000111010101010110101010010000110000110111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8563AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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