#845DAF

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

Shades of Deluge #845DAF

Tints of Deluge #845DAF

Color information

#845DAF (or 0x845DAF) is unknown color: approx Deluge. HEX triplet: 84, 5D and AF. RGB value is (132,93,175). Sum of RGB (Red+Green+Blue) = 132+93+175=400 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33% from 400); Green value is 93 (36.72% from 255 or 23.25% from 400); Blue value is 175 (68.75% from 255 or 43.75% from 400); Max value from RGB is 175 - color contains mainly: blue. Hex color #845DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #845DAF is #7BA250. Grayscale: #717171. Windows color (decimal): -8102481 or 11492740. OLE color: 11492740.

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

Color convert

RGB13293175-
CMYK0.250.4700.31
HSL268.54º33.88%52.55%-
HSV(B)268.54º46.86%68.63%-
XYZ21.1715.8342.5-
YUV114.01162.42140.83-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33%
GREEN value IS 93 (36.72% from 255) = 23.25%
BLUE value IS 175 (68.75% from 255) = 43.75%
R=33%
G=23.25%
B=43.75%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal132931750.250.4700.31268.5433.8852.55
Hex845DAF192F01F10d2235
Octal20413525731570374154265
Binary1000010010111011010111111001101111011111100001101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,93,175); }

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

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

 a { background-color: rgb(132,93,175); }

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

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

 span { border-color: rgb(132,93,175); }

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