#805DAE

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

Shades of Deluge #805DAE

Tints of Deluge #805DAE

Color information

#805DAE (or 0x805DAE) is unknown color: approx Deluge. HEX triplet: 80, 5D and AE. RGB value is (128,93,174). Sum of RGB (Red+Green+Blue) = 128+93+174=395 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.41% from 395); Green value is 93 (36.72% from 255 or 23.54% from 395); Blue value is 174 (68.36% from 255 or 44.05% from 395); Max value from RGB is 174 - color contains mainly: blue. Hex color #805DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805DAE is #7FA251. Grayscale: #707070. Windows color (decimal): -8364626 or 11427200. OLE color: 11427200.

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

Color convert

RGB12893174-
CMYK0.260.4700.32
HSL265.93º33.33%52.35%-
HSV(B)265.93º46.55%68.24%-
XYZ20.4615.4741.95-
YUV112.7162.6138.91-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.41%
GREEN value IS 93 (36.72% from 255) = 23.54%
BLUE value IS 174 (68.36% from 255) = 44.05%
R=32.41%
G=23.54%
B=44.05%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal128931740.260.4700.32265.9333.3352.35
Hex805DAE1A2F02010a2134
Octal20013525632570404124164
Binary10000000101110110101110110101011110100000100001010100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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