#8575AA

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

Shades of Deluge #8575AA

Tints of Deluge #8575AA

Color information

#8575AA (or 0x8575AA) is unknown color: approx Deluge. HEX triplet: 85, 75 and AA. RGB value is (133,117,170). Sum of RGB (Red+Green+Blue) = 133+117+170=420 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.67% from 420); Green value is 117 (46.09% from 255 or 27.86% from 420); Blue value is 170 (66.80% from 255 or 40.48% from 420); Max value from RGB is 170 - color contains mainly: blue. Hex color #8575AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8575AA is #7A8A55. Grayscale: #7F7F7F. Windows color (decimal): -8030806 or 11171205. OLE color: 11171205.

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

Color convert

RGB133117170-
CMYK0.220.3100.33
HSL258.11º23.77%56.27%-
HSV(B)258.11º31.18%66.67%-
XYZ23.2920.6140.78-
YUV127.83151.8131.69-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.67%
GREEN value IS 117 (46.09% from 255) = 27.86%
BLUE value IS 170 (66.80% from 255) = 40.48%
R=31.67%
G=27.86%
B=40.48%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1331171700.220.3100.33258.1123.7756.27
Hex8575AA161F0211021838
Octal20516525226370414023070
Binary100001011110101101010101011011111010000110000001011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8575AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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