#8473AA

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

Shades of Deluge #8473AA

Tints of Deluge #8473AA

Color information

#8473AA (or 0x8473AA) is unknown color: approx Deluge. HEX triplet: 84, 73 and AA. RGB value is (132,115,170). Sum of RGB (Red+Green+Blue) = 132+115+170=417 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.65% from 417); Green value is 115 (45.31% from 255 or 27.58% from 417); Blue value is 170 (66.80% from 255 or 40.77% from 417); Max value from RGB is 170 - color contains mainly: blue. Hex color #8473AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8473AA is #7B8C55. Grayscale: #7E7E7E. Windows color (decimal): -8096854 or 11170692. OLE color: 11170692.

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

Color convert

RGB132115170-
CMYK0.220.3200.33
HSL258.55º24.44%55.88%-
HSV(B)258.55º32.35%66.67%-
XYZ22.920.0740.7-
YUV126.35152.63132.03-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.65%
GREEN value IS 115 (45.31% from 255) = 27.58%
BLUE value IS 170 (66.80% from 255) = 40.77%
R=31.65%
G=27.58%
B=40.77%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1321151700.220.3200.33258.5524.4455.88
Hex8473AA16200211031838
Octal20416325226400414033070
Binary1000010011100111010101010110100000010000110000001111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8473AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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