#8271AF

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

Shades of Deluge #8271AF

Tints of Deluge #8271AF

Color information

#8271AF (or 0x8271AF) is unknown color: approx Deluge. HEX triplet: 82, 71 and AF. RGB value is (130,113,175). Sum of RGB (Red+Green+Blue) = 130+113+175=418 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.10% from 418); Green value is 113 (44.53% from 255 or 27.03% from 418); Blue value is 175 (68.75% from 255 or 41.87% from 418); Max value from RGB is 175 - color contains mainly: blue. Hex color #8271AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8271AF is #7D8E50. Grayscale: #7C7C7C. Windows color (decimal): -8228433 or 11497858. OLE color: 11497858.

HSL color Cylindrical-coordinate representation of color #8271AF: hue angle of 256.45º 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 #8271AF is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB130113175-
CMYK0.260.3500.31
HSL256.45º27.93%56.47%-
HSV(B)256.45º35.43%68.63%-
XYZ22.8519.6543.15-
YUV125.15156.13131.46-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.10%
GREEN value IS 113 (44.53% from 255) = 27.03%
BLUE value IS 175 (68.75% from 255) = 41.87%
R=31.10%
G=27.03%
B=41.87%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1301131750.260.3500.31256.4527.9356.47
Hex8271AF1A2301F1001c38
Octal20216125732430374003470
Binary100000101110001101011111101010001101111110000000011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8271AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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