#805EAE

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

Shades of Deluge #805EAE

Tints of Deluge #805EAE

Color information

#805EAE (or 0x805EAE) is unknown color: approx Deluge. HEX triplet: 80, 5E and AE. RGB value is (128,94,174). Sum of RGB (Red+Green+Blue) = 128+94+174=396 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.32% from 396); Green value is 94 (37.11% from 255 or 23.74% from 396); Blue value is 174 (68.36% from 255 or 43.94% from 396); Max value from RGB is 174 - color contains mainly: blue. Hex color #805EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805EAE is #7FA151. Grayscale: #707070. Windows color (decimal): -8364370 or 11427456. OLE color: 11427456.

HSL color Cylindrical-coordinate representation of color #805EAE: hue angle of 265.5º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #805EAE is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12894174-
CMYK0.260.4600.32
HSL265.5º33.06%52.55%-
HSV(B)265.5º45.98%68.24%-
XYZ20.5415.6541.98-
YUV113.29162.26138.5-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.32%
GREEN value IS 94 (37.11% from 255) = 23.74%
BLUE value IS 174 (68.36% from 255) = 43.94%
R=32.32%
G=23.74%
B=43.94%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal128941740.260.4600.32265.533.0652.55
Hex805EAE1A2E02010a2135
Octal20013625632560404124165
Binary10000000101111010101110110101011100100000100001010100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805EAE; }

 p { color: rgb(128,94,174); }

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

<style>
 a { background-color: #805EAE; }

 a { background-color: rgb(128,94,174); }

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

<style>
 span { border-color: #805EAE; }

 span { border-color: rgb(128,94,174); }

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