#8A7AAB

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

Shades of Deluge #8A7AAB

Tints of Deluge #8A7AAB

Color information

#8A7AAB (or 0x8A7AAB) is unknown color: approx Deluge. HEX triplet: 8A, 7A and AB. RGB value is (138,122,171). Sum of RGB (Red+Green+Blue) = 138+122+171=431 (57% of max value = 765). Red value is 138 (54.30% from 255 or 32.02% from 431); Green value is 122 (48.05% from 255 or 28.31% from 431); Blue value is 171 (67.19% from 255 or 39.68% from 431); Max value from RGB is 171 - color contains mainly: blue. Hex color #8A7AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A7AAB is #758554. Grayscale: #848484. Windows color (decimal): -7701845 or 11238026. OLE color: 11238026.

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

Color convert

RGB138122171-
CMYK0.190.2900.33
HSL259.59º22.58%57.45%-
HSV(B)259.59º28.65%67.06%-
XYZ24.7922.2641.52-
YUV132.37149.8132.02-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.02%
GREEN value IS 122 (48.05% from 255) = 28.31%
BLUE value IS 171 (67.19% from 255) = 39.68%
R=32.02%
G=28.31%
B=39.68%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1381221710.190.2900.33259.5922.5857.45
Hex8A7AAB131D0211041739
Octal21217225323350414042771
Binary100010101111010101010111001111101010000110000010010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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