#8463AA

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

Shades of Deluge #8463AA

Tints of Deluge #8463AA

Color information

#8463AA (or 0x8463AA) is unknown color: approx Deluge. HEX triplet: 84, 63 and AA. RGB value is (132,99,170). Sum of RGB (Red+Green+Blue) = 132+99+170=401 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.92% from 401); Green value is 99 (39.06% from 255 or 24.69% from 401); Blue value is 170 (66.80% from 255 or 42.39% from 401); Max value from RGB is 170 - color contains mainly: blue. Hex color #8463AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8463AA is #7B9C55. Grayscale: #747474. Windows color (decimal): -8100950 or 11166596. OLE color: 11166596.

HSL color Cylindrical-coordinate representation of color #8463AA: hue angle of 267.89º degrees, saturation: 0.29, 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 #8463AA is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13299170-
CMYK0.220.4200.33
HSL267.89º29.46%52.75%-
HSV(B)267.89º41.76%66.67%-
XYZ21.2316.7340.14-
YUV116.96157.93138.73-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.92%
GREEN value IS 99 (39.06% from 255) = 24.69%
BLUE value IS 170 (66.80% from 255) = 42.39%
R=32.92%
G=24.69%
B=42.39%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal132991700.220.4200.33267.8929.4652.75
Hex8463AA162A02110c1d35
Octal20414325226520414143565
Binary1000010011000111010101010110101010010000110000110011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8463AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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