#8573AE

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

Shades of Deluge #8573AE

Tints of Deluge #8573AE

Color information

#8573AE (or 0x8573AE) is unknown color: approx Deluge. HEX triplet: 85, 73 and AE. RGB value is (133,115,174). Sum of RGB (Red+Green+Blue) = 133+115+174=422 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.52% from 422); Green value is 115 (45.31% from 255 or 27.25% from 422); Blue value is 174 (68.36% from 255 or 41.23% from 422); Max value from RGB is 174 - color contains mainly: blue. Hex color #8573AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8573AE is #7A8C51. Grayscale: #7E7E7E. Windows color (decimal): -8031314 or 11432837. OLE color: 11432837.

HSL color Cylindrical-coordinate representation of color #8573AE: hue angle of 258.31º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8573AE is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB133115174-
CMYK0.240.3400.32
HSL258.31º26.7%56.67%-
HSV(B)258.31º33.91%68.24%-
XYZ23.4420.342.73-
YUV127.11154.46132.2-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.52%
GREEN value IS 115 (45.31% from 255) = 27.25%
BLUE value IS 174 (68.36% from 255) = 41.23%
R=31.52%
G=27.25%
B=41.23%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1331151740.240.3400.32258.3126.756.67
Hex8573AE18220201021b39
Octal20516325630420404023371
Binary1000010111100111010111011000100010010000010000001011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8573AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8573AE; }

 p { color: rgb(133,115,174); }

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

<style>
 a { background-color: #8573AE; }

 a { background-color: rgb(133,115,174); }

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

<style>
 span { border-color: #8573AE; }

 span { border-color: rgb(133,115,174); }

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