#8465AA

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

Shades of Deluge #8465AA

Tints of Deluge #8465AA

Color information

#8465AA (or 0x8465AA) is unknown color: approx Deluge. HEX triplet: 84, 65 and AA. RGB value is (132,101,170). Sum of RGB (Red+Green+Blue) = 132+101+170=403 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.75% from 403); Green value is 101 (39.84% from 255 or 25.06% from 403); Blue value is 170 (66.80% from 255 or 42.18% from 403); Max value from RGB is 170 - color contains mainly: blue. Hex color #8465AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8465AA is #7B9A55. Grayscale: #757575. Windows color (decimal): -8100438 or 11167108. OLE color: 11167108.

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

Color convert

RGB132101170-
CMYK0.220.4100.33
HSL266.96º28.87%53.14%-
HSV(B)266.96º40.59%66.67%-
XYZ21.4317.1240.2-
YUV118.14157.27137.89-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.75%
GREEN value IS 101 (39.84% from 255) = 25.06%
BLUE value IS 170 (66.80% from 255) = 42.18%
R=32.75%
G=25.06%
B=42.18%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1321011700.220.4100.33266.9628.8753.14
Hex8465AA162902110b1d35
Octal20414525226510414133565
Binary1000010011001011010101010110101001010000110000101111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8465AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,101,170); }

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

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

 a { background-color: rgb(132,101,170); }

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

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

 span { border-color: rgb(132,101,170); }

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