#8272AE

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

Shades of Deluge #8272AE

Tints of Deluge #8272AE

Color information

#8272AE (or 0x8272AE) is unknown color: approx Deluge. HEX triplet: 82, 72 and AE. RGB value is (130,114,174). Sum of RGB (Red+Green+Blue) = 130+114+174=418 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.10% from 418); Green value is 114 (44.92% from 255 or 27.27% from 418); Blue value is 174 (68.36% from 255 or 41.63% from 418); Max value from RGB is 174 - color contains mainly: blue. Hex color #8272AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8272AE is #7D8D51. Grayscale: #7D7D7D. Windows color (decimal): -8228178 or 11432578. OLE color: 11432578.

HSL color Cylindrical-coordinate representation of color #8272AE: hue angle of 256º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8272AE is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB130114174-
CMYK0.250.3400.32
HSL256º27.03%56.47%-
HSV(B)256º34.48%68.24%-
XYZ22.8619.8442.67-
YUV125.62155.3131.12-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.10%
GREEN value IS 114 (44.92% from 255) = 27.27%
BLUE value IS 174 (68.36% from 255) = 41.63%
R=31.10%
G=27.27%
B=41.63%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1301141740.250.3400.3225627.0356.47
Hex8272AE19220201001b38
Octal20216225631420404003370
Binary1000001011100101010111011001100010010000010000000011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8272AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8272AE; }

 p { color: rgb(130,114,174); }

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

<style>
 a { background-color: #8272AE; }

 a { background-color: rgb(130,114,174); }

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

<style>
 span { border-color: #8272AE; }

 span { border-color: rgb(130,114,174); }

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