#8175AC

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

Shades of Deluge #8175AC

Tints of Deluge #8175AC

Color information

#8175AC (or 0x8175AC) is unknown color: approx Deluge. HEX triplet: 81, 75 and AC. RGB value is (129,117,172). Sum of RGB (Red+Green+Blue) = 129+117+172=418 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.86% from 418); Green value is 117 (46.09% from 255 or 27.99% from 418); Blue value is 172 (67.58% from 255 or 41.15% from 418); Max value from RGB is 172 - color contains mainly: blue. Hex color #8175AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8175AC is #7E8A53. Grayscale: #7E7E7E. Windows color (decimal): -8292948 or 11302273. OLE color: 11302273.

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

Color convert

RGB129117172-
CMYK0.250.3200.33
HSL253.09º24.89%56.67%-
HSV(B)253.09º31.98%67.45%-
XYZ22.8620.3741.76-
YUV126.86153.48129.53-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.86%
GREEN value IS 117 (46.09% from 255) = 27.99%
BLUE value IS 172 (67.58% from 255) = 41.15%
R=30.86%
G=27.99%
B=41.15%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1291171720.250.3200.33253.0924.8956.67
Hex8175AC1920021fd1939
Octal20116525431400413753171
Binary100000011110101101011001100110000001000011111110111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8175AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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