#8160AA

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

Shades of Deluge #8160AA

Tints of Deluge #8160AA

Color information

#8160AA (or 0x8160AA) is unknown color: approx Deluge. HEX triplet: 81, 60 and AA. RGB value is (129,96,170). Sum of RGB (Red+Green+Blue) = 129+96+170=395 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.66% from 395); Green value is 96 (37.89% from 255 or 24.30% from 395); Blue value is 170 (66.80% from 255 or 43.04% from 395); Max value from RGB is 170 - color contains mainly: blue. Hex color #8160AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8160AA is #7E9F55. Grayscale: #727272. Windows color (decimal): -8298326 or 11165825. OLE color: 11165825.

HSL color Cylindrical-coordinate representation of color #8160AA: hue angle of 266.76º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8160AA is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12996170-
CMYK0.240.4400.33
HSL266.76º30.33%52.16%-
HSV(B)266.76º43.53%66.67%-
XYZ20.4915.9440.03-
YUV114.3159.43138.48-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.66%
GREEN value IS 96 (37.89% from 255) = 24.30%
BLUE value IS 170 (66.80% from 255) = 43.04%
R=32.66%
G=24.30%
B=43.04%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal129961700.240.4400.33266.7630.3352.16
Hex8160AA182C02110b1e34
Octal20114025230540414133664
Binary1000000111000001010101011000101100010000110000101111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8160AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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