#8A7AAE

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

Shades of Deluge #8A7AAE

Tints of Deluge #8A7AAE

Color information

#8A7AAE (or 0x8A7AAE) is unknown color: approx Deluge. HEX triplet: 8A, 7A and AE. RGB value is (138,122,174). Sum of RGB (Red+Green+Blue) = 138+122+174=434 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.80% from 434); Green value is 122 (48.05% from 255 or 28.11% from 434); Blue value is 174 (68.36% from 255 or 40.09% from 434); Max value from RGB is 174 - color contains mainly: blue. Hex color #8A7AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A7AAE is #758551. Grayscale: #848484. Windows color (decimal): -7701842 or 11434634. OLE color: 11434634.

HSL color Cylindrical-coordinate representation of color #8A7AAE: hue angle of 258.46º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8A7AAE is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB138122174-
CMYK0.210.3000.32
HSL258.46º24.3%58.04%-
HSV(B)258.46º29.89%68.24%-
XYZ25.0822.3843.04-
YUV132.71151.3131.77-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.80%
GREEN value IS 122 (48.05% from 255) = 28.11%
BLUE value IS 174 (68.36% from 255) = 40.09%
R=31.80%
G=28.11%
B=40.09%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1381221740.210.3000.32258.4624.358.04
Hex8A7AAE151E020102183a
Octal21217225625360404023072
Binary100010101111010101011101010111110010000010000001011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A7AAE; }

 p { color: rgb(138,122,174); }

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

<style>
 a { background-color: #8A7AAE; }

 a { background-color: rgb(138,122,174); }

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

<style>
 span { border-color: #8A7AAE; }

 span { border-color: rgb(138,122,174); }

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