#8162AF

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

Shades of Deluge #8162AF

Tints of Deluge #8162AF

Color information

#8162AF (or 0x8162AF) is unknown color: approx Deluge. HEX triplet: 81, 62 and AF. RGB value is (129,98,175). Sum of RGB (Red+Green+Blue) = 129+98+175=402 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.09% from 402); Green value is 98 (38.67% from 255 or 24.38% from 402); Blue value is 175 (68.75% from 255 or 43.53% from 402); Max value from RGB is 175 - color contains mainly: blue. Hex color #8162AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8162AF is #7E9D50. Grayscale: #737373. Windows color (decimal): -8297809 or 11494017. OLE color: 11494017.

HSL color Cylindrical-coordinate representation of color #8162AF: hue angle of 264.16º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8162AF is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB12998175-
CMYK0.260.4400.31
HSL264.16º32.49%53.53%-
HSV(B)264.16º44%68.63%-
XYZ21.1616.542.63-
YUV116.05161.27137.24-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.09%
GREEN value IS 98 (38.67% from 255) = 24.38%
BLUE value IS 175 (68.75% from 255) = 43.53%
R=32.09%
G=24.38%
B=43.53%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal129981750.260.4400.31264.1632.4953.53
Hex8162AF1A2C01F1082036
Octal20114225732540374104066
Binary1000000111000101010111111010101100011111100001000100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8162AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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