#8161AA

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

Shades of Deluge #8161AA

Tints of Deluge #8161AA

Color information

#8161AA (or 0x8161AA) is unknown color: approx Deluge. HEX triplet: 81, 61 and AA. RGB value is (129,97,170). Sum of RGB (Red+Green+Blue) = 129+97+170=396 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.58% from 396); Green value is 97 (38.28% from 255 or 24.49% from 396); Blue value is 170 (66.80% from 255 or 42.93% from 396); Max value from RGB is 170 - color contains mainly: blue. Hex color #8161AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8161AA is #7E9E55. Grayscale: #727272. Windows color (decimal): -8298070 or 11166081. OLE color: 11166081.

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

Color convert

RGB12997170-
CMYK0.240.4300.33
HSL266.3º30.04%52.35%-
HSV(B)266.3º42.94%66.67%-
XYZ20.5816.1240.06-
YUV114.89159.1138.06-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.58%
GREEN value IS 97 (38.28% from 255) = 24.49%
BLUE value IS 170 (66.80% from 255) = 42.93%
R=32.58%
G=24.49%
B=42.93%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal129971700.240.4300.33266.330.0452.35
Hex8161AA182B02110a1e34
Octal20114125230530414123664
Binary1000000111000011010101011000101011010000110000101011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8161AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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