#8073AA

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

Shades of Deluge #8073AA

Tints of Deluge #8073AA

Color information

#8073AA (or 0x8073AA) is unknown color: approx Deluge. HEX triplet: 80, 73 and AA. RGB value is (128,115,170). Sum of RGB (Red+Green+Blue) = 128+115+170=413 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.99% from 413); Green value is 115 (45.31% from 255 or 27.85% from 413); Blue value is 170 (66.80% from 255 or 41.16% from 413); Max value from RGB is 170 - color contains mainly: blue. Hex color #8073AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8073AA is #7F8C55. Grayscale: #7C7C7C. Windows color (decimal): -8358998 or 11170688. OLE color: 11170688.

HSL color Cylindrical-coordinate representation of color #8073AA: hue angle of 254.18º 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 #8073AA is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB128115170-
CMYK0.250.3200.33
HSL254.18º24.44%55.88%-
HSV(B)254.18º32.35%66.67%-
XYZ22.2919.7540.67-
YUV125.16153.31130.03-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.99%
GREEN value IS 115 (45.31% from 255) = 27.85%
BLUE value IS 170 (66.80% from 255) = 41.16%
R=30.99%
G=27.85%
B=41.16%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1281151700.250.3200.33254.1824.4455.88
Hex8073AA1920021fe1838
Octal20016325231400413763070
Binary100000001110011101010101100110000001000011111111011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8073AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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