#845FB1

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

Shades of Deluge #845FB1

Tints of Deluge #845FB1

Color information

#845FB1 (or 0x845FB1) is unknown color: approx Deluge. HEX triplet: 84, 5F and B1. RGB value is (132,95,177). Sum of RGB (Red+Green+Blue) = 132+95+177=404 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.67% from 404); Green value is 95 (37.5% from 255 or 23.51% from 404); Blue value is 177 (69.53% from 255 or 43.81% from 404); Max value from RGB is 177 - color contains mainly: blue. Hex color #845FB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #845FB1 is #7BA04E. Grayscale: #737373. Windows color (decimal): -8101967 or 11624324. OLE color: 11624324.

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

Color convert

RGB13295177-
CMYK0.250.4600.31
HSL267.07º34.45%53.33%-
HSV(B)267.07º46.33%69.41%-
XYZ21.5416.2643.6-
YUV115.41162.76139.83-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.67%
GREEN value IS 95 (37.5% from 255) = 23.51%
BLUE value IS 177 (69.53% from 255) = 43.81%
R=32.67%
G=23.51%
B=43.81%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal132951770.250.4600.31267.0734.4553.33
Hex845FB1192E01F10b2235
Octal20413726131560374134265
Binary1000010010111111011000111001101110011111100001011100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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