#8471AF

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

Shades of Deluge #8471AF

Tints of Deluge #8471AF

Color information

#8471AF (or 0x8471AF) is unknown color: approx Deluge. HEX triplet: 84, 71 and AF. RGB value is (132,113,175). Sum of RGB (Red+Green+Blue) = 132+113+175=420 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.43% from 420); Green value is 113 (44.53% from 255 or 26.90% from 420); Blue value is 175 (68.75% from 255 or 41.67% from 420); Max value from RGB is 175 - color contains mainly: blue. Hex color #8471AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8471AF is #7B8E50. Grayscale: #7D7D7D. Windows color (decimal): -8097361 or 11497860. OLE color: 11497860.

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

Color convert

RGB132113175-
CMYK0.250.3500.31
HSL258.39º27.93%56.47%-
HSV(B)258.39º35.43%68.63%-
XYZ23.1619.8143.16-
YUV125.75155.79132.46-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.43%
GREEN value IS 113 (44.53% from 255) = 26.90%
BLUE value IS 175 (68.75% from 255) = 41.67%
R=31.43%
G=26.90%
B=41.67%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1321131750.250.3500.31258.3927.9356.47
Hex8471AF192301F1021c38
Octal20416125731430374023470
Binary100001001110001101011111100110001101111110000001011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8471AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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