#805dac

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

Shades of Deluge #805DAC

Tints of Deluge #805DAC

Color information

#805DAC (or 0x805DAC) is unknown color: approx Deluge. HEX triplet: 80, 5D and AC. RGB value is (128,93,172). Sum of RGB (Red+Green+Blue) = 128+93+172=393 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.57% from 393); Green value is 93 (36.72% from 255 or 23.66% from 393); Blue value is 172 (67.58% from 255 or 43.77% from 393); Max value from RGB is 172 - color contains mainly: blue. Hex color #805DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805DAC is #7FA253. Grayscale: #707070. Windows color (decimal): -8364628 or 11296128. OLE color: 11296128.

HSL color Cylindrical-coordinate representation of color #805DAC: hue angle of 266.58º 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 #805DAC is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12893172-
CMYK0.260.4600.33
HSL266.58º32.24%51.96%-
HSV(B)266.58º45.93%67.45%-
XYZ20.2615.440.93-
YUV112.47161.6139.08-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.57%
GREEN value IS 93 (36.72% from 255) = 23.66%
BLUE value IS 172 (67.58% from 255) = 43.77%
R=32.57%
G=23.66%
B=43.77%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal128931720.260.4600.33266.5832.2451.96
Hex805DAC1A2E02110b2034
Octal20013525432560414134064
Binary10000000101110110101100110101011100100001100001011100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805dac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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