#8462AA

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

Shades of Deluge #8462AA

Tints of Deluge #8462AA

Color information

#8462AA (or 0x8462AA) is unknown color: approx Deluge. HEX triplet: 84, 62 and AA. RGB value is (132,98,170). Sum of RGB (Red+Green+Blue) = 132+98+170=400 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33% from 400); Green value is 98 (38.67% from 255 or 24.5% from 400); Blue value is 170 (66.80% from 255 or 42.5% from 400); Max value from RGB is 170 - color contains mainly: blue. Hex color #8462AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8462AA is #7B9D55. Grayscale: #747474. Windows color (decimal): -8101206 or 11166340. OLE color: 11166340.

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

Color convert

RGB13298170-
CMYK0.220.4200.33
HSL268.33º29.75%52.55%-
HSV(B)268.33º42.35%66.67%-
XYZ21.1416.5440.11-
YUV116.37158.26139.15-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33%
GREEN value IS 98 (38.67% from 255) = 24.5%
BLUE value IS 170 (66.80% from 255) = 42.5%
R=33%
G=24.5%
B=42.5%

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
Decimal132981700.220.4200.33268.3329.7552.55
Hex8462AA162A02110c1e35
Octal20414225226520414143665
Binary1000010011000101010101010110101010010000110000110011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8462AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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