#8A73AA

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

Shades of Deluge #8A73AA

Tints of Deluge #8A73AA

Color information

#8A73AA (or 0x8A73AA) is unknown color: approx Deluge. HEX triplet: 8A, 73 and AA. RGB value is (138,115,170). Sum of RGB (Red+Green+Blue) = 138+115+170=423 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.62% from 423); Green value is 115 (45.31% from 255 or 27.19% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 170 - color contains mainly: blue. Hex color #8A73AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A73AA is #758C55. Grayscale: #7F7F7F. Windows color (decimal): -7703638 or 11170698. OLE color: 11170698.

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

Color convert

RGB138115170-
CMYK0.190.3200.33
HSL265.09º24.44%55.88%-
HSV(B)265.09º32.35%66.67%-
XYZ23.8720.5740.74-
YUV128.15151.62135.03-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.62%
GREEN value IS 115 (45.31% from 255) = 27.19%
BLUE value IS 170 (66.80% from 255) = 40.19%
R=32.62%
G=27.19%
B=40.19%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1381151700.190.3200.33265.0924.4455.88
Hex8A73AA13200211091838
Octal21216325223400414113070
Binary1000101011100111010101010011100000010000110000100111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A73AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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