#845CB1

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

Shades of Deluge #845CB1

Tints of Deluge #845CB1

Color information

#845CB1 (or 0x845CB1) is unknown color: approx Deluge. HEX triplet: 84, 5C and B1. RGB value is (132,92,177). Sum of RGB (Red+Green+Blue) = 132+92+177=401 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.92% from 401); Green value is 92 (36.33% from 255 or 22.94% from 401); Blue value is 177 (69.53% from 255 or 44.14% from 401); Max value from RGB is 177 - color contains mainly: blue. Hex color #845CB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #845CB1 is #7BA34E. Grayscale: #717171. Windows color (decimal): -8102735 or 11623556. OLE color: 11623556.

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

Color convert

RGB13292177-
CMYK0.250.4800.31
HSL268.24º35.27%52.75%-
HSV(B)268.24º48.02%69.41%-
XYZ21.2815.7343.51-
YUV113.65163.75141.09-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.92%
GREEN value IS 92 (36.33% from 255) = 22.94%
BLUE value IS 177 (69.53% from 255) = 44.14%
R=32.92%
G=22.94%
B=44.14%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal132921770.250.4800.31268.2435.2752.75
Hex845CB1193001F10c2335
Octal20413426131600374144365
Binary1000010010111001011000111001110000011111100001100100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,92,177); }

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

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

 a { background-color: rgb(132,92,177); }

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

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

 span { border-color: rgb(132,92,177); }

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