#805DAB

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

Shades of Deluge #805DAB

Tints of Deluge #805DAB

Color information

#805DAB (or 0x805DAB) is unknown color: approx Deluge. HEX triplet: 80, 5D and AB. RGB value is (128,93,171). Sum of RGB (Red+Green+Blue) = 128+93+171=392 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.65% from 392); Green value is 93 (36.72% from 255 or 23.72% from 392); Blue value is 171 (67.19% from 255 or 43.62% from 392); Max value from RGB is 171 - color contains mainly: blue. Hex color #805DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805DAB is #7FA254. Grayscale: #707070. Windows color (decimal): -8364629 or 11230592. OLE color: 11230592.

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

Color convert

RGB12893171-
CMYK0.250.4600.33
HSL266.92º31.71%51.76%-
HSV(B)266.92º45.61%67.06%-
XYZ20.1715.3640.43-
YUV112.36161.1139.16-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.65%
GREEN value IS 93 (36.72% from 255) = 23.72%
BLUE value IS 171 (67.19% from 255) = 43.62%
R=32.65%
G=23.72%
B=43.62%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal128931710.250.4600.33266.9231.7151.76
Hex805DAB192E02110b2034
Octal20013525331560414134064
Binary10000000101110110101011110011011100100001100001011100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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