#8563AB

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

Shades of Deluge #8563AB

Tints of Deluge #8563AB

Color information

#8563AB (or 0x8563AB) is unknown color: approx Deluge. HEX triplet: 85, 63 and AB. RGB value is (133,99,171). Sum of RGB (Red+Green+Blue) = 133+99+171=403 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.00% from 403); Green value is 99 (39.06% from 255 or 24.57% from 403); Blue value is 171 (67.19% from 255 or 42.43% from 403); Max value from RGB is 171 - color contains mainly: blue. Hex color #8563AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8563AB is #7A9C54. Grayscale: #757575. Windows color (decimal): -8035413 or 11232133. OLE color: 11232133.

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

Color convert

RGB13399171-
CMYK0.220.4200.33
HSL268.33º30%52.94%-
HSV(B)268.33º42.11%67.06%-
XYZ21.4916.8540.65-
YUV117.37158.26139.15-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.00%
GREEN value IS 99 (39.06% from 255) = 24.57%
BLUE value IS 171 (67.19% from 255) = 42.43%
R=33.00%
G=24.57%
B=42.43%

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
Decimal133991710.220.4200.33268.333052.94
Hex8563AB162A02110c1e35
Octal20514325326520414143665
Binary1000010111000111010101110110101010010000110000110011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8563AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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