#805EAF

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

Shades of Deluge #805EAF

Tints of Deluge #805EAF

Color information

#805EAF (or 0x805EAF) is unknown color: approx Deluge. HEX triplet: 80, 5E and AF. RGB value is (128,94,175). Sum of RGB (Red+Green+Blue) = 128+94+175=397 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.24% from 397); Green value is 94 (37.11% from 255 or 23.68% from 397); Blue value is 175 (68.75% from 255 or 44.08% from 397); Max value from RGB is 175 - color contains mainly: blue. Hex color #805EAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805EAF is #7FA150. Grayscale: #717171. Windows color (decimal): -8364369 or 11492992. OLE color: 11492992.

HSL color Cylindrical-coordinate representation of color #805EAF: hue angle of 265.19º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #805EAF is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB12894175-
CMYK0.270.4600.31
HSL265.19º33.61%52.75%-
HSV(B)265.19º46.29%68.63%-
XYZ20.6415.6942.5-
YUV113.4162.76138.41-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.24%
GREEN value IS 94 (37.11% from 255) = 23.68%
BLUE value IS 175 (68.75% from 255) = 44.08%
R=32.24%
G=23.68%
B=44.08%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal128941750.270.4600.31265.1933.6152.75
Hex805EAF1B2E01F1092235
Octal20013625733560374114265
Binary1000000010111101010111111011101110011111100001001100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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