#845FAD

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

Shades of Deluge #845FAD

Tints of Deluge #845FAD

Color information

#845FAD (or 0x845FAD) is unknown color: approx Deluge. HEX triplet: 84, 5F and AD. RGB value is (132,95,173). Sum of RGB (Red+Green+Blue) = 132+95+173=400 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33% from 400); Green value is 95 (37.5% from 255 or 23.75% from 400); Blue value is 173 (67.97% from 255 or 43.25% from 400); Max value from RGB is 173 - color contains mainly: blue. Hex color #845FAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #845FAD is #7BA052. Grayscale: #727272. Windows color (decimal): -8101971 or 11362180. OLE color: 11362180.

HSL color Cylindrical-coordinate representation of color #845FAD: hue angle of 268.46º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #845FAD is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13295173-
CMYK0.240.4500.32
HSL268.46º32.23%52.55%-
HSV(B)268.46º45.09%67.84%-
XYZ21.1516.1141.53-
YUV114.95160.76140.16-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33%
GREEN value IS 95 (37.5% from 255) = 23.75%
BLUE value IS 173 (67.97% from 255) = 43.25%
R=33%
G=23.75%
B=43.25%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal132951730.240.4500.32268.4632.2352.55
Hex845FAD182D02010c2035
Octal20413725530550404144065
Binary10000100101111110101101110001011010100000100001100100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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