#845EAD

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

Shades of Deluge #845EAD

Tints of Deluge #845EAD

Color information

#845EAD (or 0x845EAD) is unknown color: approx Deluge. HEX triplet: 84, 5E and AD. RGB value is (132,94,173). Sum of RGB (Red+Green+Blue) = 132+94+173=399 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.08% from 399); Green value is 94 (37.11% from 255 or 23.56% from 399); Blue value is 173 (67.97% from 255 or 43.36% from 399); Max value from RGB is 173 - color contains mainly: blue. Hex color #845EAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #845EAD is #7BA152. Grayscale: #727272. Windows color (decimal): -8102227 or 11361924. OLE color: 11361924.

HSL color Cylindrical-coordinate representation of color #845EAD: hue angle of 268.86º 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 #845EAD is Cyan = 0.24, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13294173-
CMYK0.240.4600.32
HSL268.86º32.51%52.35%-
HSV(B)268.86º45.66%67.84%-
XYZ21.0615.9341.5-
YUV114.37161.09140.58-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.08%
GREEN value IS 94 (37.11% from 255) = 23.56%
BLUE value IS 173 (67.97% from 255) = 43.36%
R=33.08%
G=23.56%
B=43.36%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal132941730.240.4600.32268.8632.5152.35
Hex845EAD182E02010d2134
Octal20413625530560404154164
Binary10000100101111010101101110001011100100000100001101100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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