#8563AF

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

Shades of Deluge #8563AF

Tints of Deluge #8563AF

Color information

#8563AF (or 0x8563AF) is unknown color: approx Deluge. HEX triplet: 85, 63 and AF. RGB value is (133,99,175). Sum of RGB (Red+Green+Blue) = 133+99+175=407 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.68% from 407); Green value is 99 (39.06% from 255 or 24.32% from 407); Blue value is 175 (68.75% from 255 or 43.00% from 407); Max value from RGB is 175 - color contains mainly: blue. Hex color #8563AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8563AF is #7A9C50. Grayscale: #757575. Windows color (decimal): -8035409 or 11494277. OLE color: 11494277.

HSL color Cylindrical-coordinate representation of color #8563AF: hue angle of 266.84º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8563AF is Cyan = 0.24, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13399175-
CMYK0.240.4300.31
HSL266.84º32.2%53.73%-
HSV(B)266.84º43.43%68.63%-
XYZ21.8717.0142.69-
YUV117.83160.26138.82-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.68%
GREEN value IS 99 (39.06% from 255) = 24.32%
BLUE value IS 175 (68.75% from 255) = 43.00%
R=32.68%
G=24.32%
B=43.00%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal133991750.240.4300.31266.8432.253.73
Hex8563AF182B01F10b2036
Octal20514325730530374134066
Binary1000010111000111010111111000101011011111100001011100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8563AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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