#8175AE

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

Shades of Deluge #8175AE

Tints of Deluge #8175AE

Color information

#8175AE (or 0x8175AE) is unknown color: approx Deluge. HEX triplet: 81, 75 and AE. RGB value is (129,117,174). Sum of RGB (Red+Green+Blue) = 129+117+174=420 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.71% from 420); Green value is 117 (46.09% from 255 or 27.86% from 420); Blue value is 174 (68.36% from 255 or 41.43% from 420); Max value from RGB is 174 - color contains mainly: blue. Hex color #8175AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8175AE is #7E8A51. Grayscale: #7E7E7E. Windows color (decimal): -8292946 or 11433345. OLE color: 11433345.

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

Color convert

RGB129117174-
CMYK0.260.3300.32
HSL252.63º26.03%57.06%-
HSV(B)252.63º32.76%68.24%-
XYZ23.0520.4542.78-
YUV127.09154.48129.37-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.71%
GREEN value IS 117 (46.09% from 255) = 27.86%
BLUE value IS 174 (68.36% from 255) = 41.43%
R=30.71%
G=27.86%
B=41.43%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1291171740.260.3300.32252.6326.0357.06
Hex8175AE1A21020fd1a39
Octal20116525632410403753271
Binary100000011110101101011101101010000101000001111110111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8175AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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