#8461AA

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

Shades of Deluge #8461AA

Tints of Deluge #8461AA

Color information

#8461AA (or 0x8461AA) is unknown color: approx Deluge. HEX triplet: 84, 61 and AA. RGB value is (132,97,170). Sum of RGB (Red+Green+Blue) = 132+97+170=399 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.08% from 399); Green value is 97 (38.28% from 255 or 24.31% from 399); Blue value is 170 (66.80% from 255 or 42.61% from 399); Max value from RGB is 170 - color contains mainly: blue. Hex color #8461AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8461AA is #7B9E55. Grayscale: #737373. Windows color (decimal): -8101462 or 11166084. OLE color: 11166084.

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

Color convert

RGB13297170-
CMYK0.220.4300.33
HSL268.77º30.04%52.35%-
HSV(B)268.77º42.94%66.67%-
XYZ21.0516.3640.08-
YUV115.79158.6139.56-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.08%
GREEN value IS 97 (38.28% from 255) = 24.31%
BLUE value IS 170 (66.80% from 255) = 42.61%
R=33.08%
G=24.31%
B=42.61%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal132971700.220.4300.33268.7730.0452.35
Hex8461AA162B02110d1e34
Octal20414125226530414153664
Binary1000010011000011010101010110101011010000110000110111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8461AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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