#8A7AAA

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

Shades of Deluge #8A7AAA

Tints of Deluge #8A7AAA

Color information

#8A7AAA (or 0x8A7AAA) is unknown color: approx Deluge. HEX triplet: 8A, 7A and AA. RGB value is (138,122,170). Sum of RGB (Red+Green+Blue) = 138+122+170=430 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.09% from 430); Green value is 122 (48.05% from 255 or 28.37% from 430); Blue value is 170 (66.80% from 255 or 39.53% from 430); Max value from RGB is 170 - color contains mainly: blue. Hex color #8A7AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A7AAA is #758555. Grayscale: #848484. Windows color (decimal): -7701846 or 11172490. OLE color: 11172490.

HSL color Cylindrical-coordinate representation of color #8A7AAA: hue angle of 260º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8A7AAA is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB138122170-
CMYK0.190.2800.33
HSL260º22.02%57.25%-
HSV(B)260º28.24%66.67%-
XYZ24.722.2241.02-
YUV132.26149.3132.1-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.09%
GREEN value IS 122 (48.05% from 255) = 28.37%
BLUE value IS 170 (66.80% from 255) = 39.53%
R=32.09%
G=28.37%
B=39.53%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1381221700.190.2800.3326022.0257.25
Hex8A7AAA131C0211041639
Octal21217225223340414042671
Binary100010101111010101010101001111100010000110000010010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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