#845FB4

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

Shades of Deluge #845FB4

Tints of Deluge #845FB4

Color information

#845FB4 (or 0x845FB4) is unknown color: approx Deluge. HEX triplet: 84, 5F and B4. RGB value is (132,95,180). Sum of RGB (Red+Green+Blue) = 132+95+180=407 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.43% from 407); Green value is 95 (37.5% from 255 or 23.34% from 407); Blue value is 180 (70.70% from 255 or 44.23% from 407); Max value from RGB is 180 - color contains mainly: blue. Hex color #845FB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #845FB4 is #7BA04B. Grayscale: #737373. Windows color (decimal): -8101964 or 11820932. OLE color: 11820932.

HSL color Cylindrical-coordinate representation of color #845FB4: hue angle of 266.12º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #845FB4 is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB13295180-
CMYK0.270.4700.29
HSL266.12º36.17%53.92%-
HSV(B)266.12º47.22%70.59%-
XYZ21.8516.3945.19-
YUV115.75164.26139.59-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.43%
GREEN value IS 95 (37.5% from 255) = 23.34%
BLUE value IS 180 (70.70% from 255) = 44.23%
R=32.43%
G=23.34%
B=44.23%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal132951800.270.4700.29266.1236.1753.92
Hex845FB41B2F01D10a2436
Octal20413726433570354124466
Binary1000010010111111011010011011101111011101100001010100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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