#8573AA

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

Shades of Deluge #8573AA

Tints of Deluge #8573AA

Color information

#8573AA (or 0x8573AA) is unknown color: approx Deluge. HEX triplet: 85, 73 and AA. RGB value is (133,115,170). Sum of RGB (Red+Green+Blue) = 133+115+170=418 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.82% from 418); Green value is 115 (45.31% from 255 or 27.51% from 418); Blue value is 170 (66.80% from 255 or 40.67% from 418); Max value from RGB is 170 - color contains mainly: blue. Hex color #8573AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8573AA is #7A8C55. Grayscale: #7E7E7E. Windows color (decimal): -8031318 or 11170693. OLE color: 11170693.

HSL color Cylindrical-coordinate representation of color #8573AA: hue angle of 259.64º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8573AA is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB133115170-
CMYK0.220.3200.33
HSL259.64º24.44%55.88%-
HSV(B)259.64º32.35%66.67%-
XYZ23.0620.1540.7-
YUV126.65152.46132.53-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.82%
GREEN value IS 115 (45.31% from 255) = 27.51%
BLUE value IS 170 (66.80% from 255) = 40.67%
R=31.82%
G=27.51%
B=40.67%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1331151700.220.3200.33259.6424.4455.88
Hex8573AA16200211041838
Octal20516325226400414043070
Binary1000010111100111010101010110100000010000110000010011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8573AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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