#805EAD

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

Shades of Deluge #805EAD

Tints of Deluge #805EAD

Color information

#805EAD (or 0x805EAD) is unknown color: approx Deluge. HEX triplet: 80, 5E and AD. RGB value is (128,94,173). Sum of RGB (Red+Green+Blue) = 128+94+173=395 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.41% from 395); Green value is 94 (37.11% from 255 or 23.80% from 395); Blue value is 173 (67.97% from 255 or 43.80% from 395); Max value from RGB is 173 - color contains mainly: blue. Hex color #805EAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805EAD is #7FA152. Grayscale: #707070. Windows color (decimal): -8364371 or 11361920. OLE color: 11361920.

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

Color convert

RGB12894173-
CMYK0.260.4600.32
HSL265.82º32.51%52.35%-
HSV(B)265.82º45.66%67.84%-
XYZ20.4515.6141.47-
YUV113.17161.76138.58-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.41%
GREEN value IS 94 (37.11% from 255) = 23.80%
BLUE value IS 173 (67.97% from 255) = 43.80%
R=32.41%
G=23.80%
B=43.80%

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
Decimal128941730.260.4600.32265.8232.5152.35
Hex805EAD1A2E02010a2134
Octal20013625532560404124164
Binary10000000101111010101101110101011100100000100001010100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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