#8175AB

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

Shades of Deluge #8175AB

Tints of Deluge #8175AB

Color information

#8175AB (or 0x8175AB) is unknown color: approx Deluge. HEX triplet: 81, 75 and AB. RGB value is (129,117,171). Sum of RGB (Red+Green+Blue) = 129+117+171=417 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.94% from 417); Green value is 117 (46.09% from 255 or 28.06% from 417); Blue value is 171 (67.19% from 255 or 41.01% from 417); Max value from RGB is 171 - color contains mainly: blue. Hex color #8175AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8175AB is #7E8A54. Grayscale: #7E7E7E. Windows color (decimal): -8292949 or 11236737. OLE color: 11236737.

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

Color convert

RGB129117171-
CMYK0.250.3200.33
HSL253.33º24.32%56.47%-
HSV(B)253.33º31.58%67.06%-
XYZ22.7720.3341.25-
YUV126.74152.98129.61-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.94%
GREEN value IS 117 (46.09% from 255) = 28.06%
BLUE value IS 171 (67.19% from 255) = 41.01%
R=30.94%
G=28.06%
B=41.01%

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
Decimal1291171710.250.3200.33253.3324.3256.47
Hex8175AB1920021fd1838
Octal20116525331400413753070
Binary100000011110101101010111100110000001000011111110111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8175AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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