#8160AE

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

Shades of Deluge #8160AE

Tints of Deluge #8160AE

Color information

#8160AE (or 0x8160AE) is unknown color: approx Deluge. HEX triplet: 81, 60 and AE. RGB value is (129,96,174). Sum of RGB (Red+Green+Blue) = 129+96+174=399 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.33% from 399); Green value is 96 (37.89% from 255 or 24.06% from 399); Blue value is 174 (68.36% from 255 or 43.61% from 399); Max value from RGB is 174 - color contains mainly: blue. Hex color #8160AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8160AE is #7E9F51. Grayscale: #727272. Windows color (decimal): -8298322 or 11427969. OLE color: 11427969.

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

Color convert

RGB12996174-
CMYK0.260.4500.32
HSL265.38º32.5%52.94%-
HSV(B)265.38º44.83%68.24%-
XYZ20.8816.0942.05-
YUV114.76161.43138.16-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.33%
GREEN value IS 96 (37.89% from 255) = 24.06%
BLUE value IS 174 (68.36% from 255) = 43.61%
R=32.33%
G=24.06%
B=43.61%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal129961740.260.4500.32265.3832.552.94
Hex8160AE1A2D0201092035
Octal20114025632550404114065
Binary10000001110000010101110110101011010100000100001001100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8160AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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