#8175AA

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

Shades of Deluge #8175AA

Tints of Deluge #8175AA

Color information

#8175AA (or 0x8175AA) is unknown color: approx Deluge. HEX triplet: 81, 75 and AA. RGB value is (129,117,170). Sum of RGB (Red+Green+Blue) = 129+117+170=416 (55% of max value = 765). Red value is 129 (50.78% from 255 or 31.01% from 416); Green value is 117 (46.09% from 255 or 28.12% from 416); Blue value is 170 (66.80% from 255 or 40.87% from 416); Max value from RGB is 170 - color contains mainly: blue. Hex color #8175AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8175AA is #7E8A55. Grayscale: #7E7E7E. Windows color (decimal): -8292950 or 11171201. OLE color: 11171201.

HSL color Cylindrical-coordinate representation of color #8175AA: hue angle of 253.58º 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 #8175AA is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB129117170-
CMYK0.240.3100.33
HSL253.58º23.77%56.27%-
HSV(B)253.58º31.18%66.67%-
XYZ22.6720.2940.75-
YUV126.63152.48129.69-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.01%
GREEN value IS 117 (46.09% from 255) = 28.12%
BLUE value IS 170 (66.80% from 255) = 40.87%
R=31.01%
G=28.12%
B=40.87%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1291171700.240.3100.33253.5823.7756.27
Hex8175AA181F021fe1838
Octal20116525230370413763070
Binary10000001111010110101010110001111101000011111111011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8175AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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