#845FAA

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

Shades of Deluge #845FAA

Tints of Deluge #845FAA

Color information

#845FAA (or 0x845FAA) is unknown color: approx Deluge. HEX triplet: 84, 5F and AA. RGB value is (132,95,170). Sum of RGB (Red+Green+Blue) = 132+95+170=397 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.25% from 397); Green value is 95 (37.5% from 255 or 23.93% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 170 - color contains mainly: blue. Hex color #845FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #845FAA is #7BA055. Grayscale: #727272. Windows color (decimal): -8101974 or 11165572. OLE color: 11165572.

HSL color Cylindrical-coordinate representation of color #845FAA: hue angle of 269.6º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #845FAA is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13295170-
CMYK0.220.4400.33
HSL269.6º30.61%51.96%-
HSV(B)269.6º44.12%66.67%-
XYZ20.8615.9940.02-
YUV114.61159.26140.4-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.25%
GREEN value IS 95 (37.5% from 255) = 23.93%
BLUE value IS 170 (66.80% from 255) = 42.82%
R=33.25%
G=23.93%
B=42.82%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal132951700.220.4400.33269.630.6151.96
Hex845FAA162C02110e1f34
Octal20413725226540414163764
Binary1000010010111111010101010110101100010000110000111011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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