#8162AA

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

Shades of Deluge #8162AA

Tints of Deluge #8162AA

Color information

#8162AA (or 0x8162AA) is unknown color: approx Deluge. HEX triplet: 81, 62 and AA. RGB value is (129,98,170). Sum of RGB (Red+Green+Blue) = 129+98+170=397 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.49% from 397); Green value is 98 (38.67% from 255 or 24.69% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 170 - color contains mainly: blue. Hex color #8162AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8162AA is #7E9D55. Grayscale: #737373. Windows color (decimal): -8297814 or 11166337. OLE color: 11166337.

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

Color convert

RGB12998170-
CMYK0.240.4200.33
HSL265.83º29.75%52.55%-
HSV(B)265.83º42.35%66.67%-
XYZ20.6816.340.09-
YUV115.48158.77137.65-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.49%
GREEN value IS 98 (38.67% from 255) = 24.69%
BLUE value IS 170 (66.80% from 255) = 42.82%
R=32.49%
G=24.69%
B=42.82%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal129981700.240.4200.33265.8329.7552.55
Hex8162AA182A02110a1e35
Octal20114225230520414123665
Binary1000000111000101010101011000101010010000110000101011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8162AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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