#8471B1

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

Shades of Deluge #8471B1

Tints of Deluge #8471B1

Color information

#8471B1 (or 0x8471B1) is unknown color: approx Deluge. HEX triplet: 84, 71 and B1. RGB value is (132,113,177). Sum of RGB (Red+Green+Blue) = 132+113+177=422 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.28% from 422); Green value is 113 (44.53% from 255 or 26.78% from 422); Blue value is 177 (69.53% from 255 or 41.94% from 422); Max value from RGB is 177 - color contains mainly: blue. Hex color #8471B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8471B1 is #7B8E4E. Grayscale: #7D7D7D. Windows color (decimal): -8097359 or 11628932. OLE color: 11628932.

HSL color Cylindrical-coordinate representation of color #8471B1: hue angle of 257.81º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8471B1 is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB132113177-
CMYK0.250.3600.31
HSL257.81º29.09%56.86%-
HSV(B)257.81º36.16%69.41%-
XYZ23.3619.8944.2-
YUV125.98156.79132.3-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.28%
GREEN value IS 113 (44.53% from 255) = 26.78%
BLUE value IS 177 (69.53% from 255) = 41.94%
R=31.28%
G=26.78%
B=41.94%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1321131770.250.3600.31257.8129.0956.86
Hex8471B1192401F1021d39
Octal20416126131440374023571
Binary100001001110001101100011100110010001111110000001011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8471B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8471B1; }

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

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

<style>
 a { background-color: #8471B1; }

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

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

<style>
 span { border-color: #8471B1; }

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

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