#8160A5

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

Shades of Deluge #8160A5

Tints of Deluge #8160A5

Color information

#8160A5 (or 0x8160A5) is unknown color: approx Deluge. HEX triplet: 81, 60 and A5. RGB value is (129,96,165). Sum of RGB (Red+Green+Blue) = 129+96+165=390 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.08% from 390); Green value is 96 (37.89% from 255 or 24.62% from 390); Blue value is 165 (64.84% from 255 or 42.31% from 390); Max value from RGB is 165 - color contains mainly: blue. Hex color #8160A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8160A5 is #7E9F5A. Grayscale: #717171. Windows color (decimal): -8298331 or 10838145. OLE color: 10838145.

HSL color Cylindrical-coordinate representation of color #8160A5: hue angle of 268.7º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8160A5 is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB12996165-
CMYK0.220.4200.35
HSL268.7º27.71%51.18%-
HSV(B)268.7º41.82%64.71%-
XYZ20.0315.7537.58-
YUV113.73156.93138.89-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.08%
GREEN value IS 96 (37.89% from 255) = 24.62%
BLUE value IS 165 (64.84% from 255) = 42.31%
R=33.08%
G=24.62%
B=42.31%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal129961650.220.4200.35268.727.7151.18
Hex8160A5162A02310d1c33
Octal20114024526520434153463
Binary1000000111000001010010110110101010010001110000110111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8160A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8160A5; }

 p { color: rgb(129,96,165); }

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

<style>
 a { background-color: #8160A5; }

 a { background-color: rgb(129,96,165); }

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

<style>
 span { border-color: #8160A5; }

 span { border-color: rgb(129,96,165); }

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