#8272AC

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

Shades of Deluge #8272AC

Tints of Deluge #8272AC

Color information

#8272AC (or 0x8272AC) is unknown color: approx Deluge. HEX triplet: 82, 72 and AC. RGB value is (130,114,172). Sum of RGB (Red+Green+Blue) = 130+114+172=416 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.25% from 416); Green value is 114 (44.92% from 255 or 27.40% from 416); Blue value is 172 (67.58% from 255 or 41.35% from 416); Max value from RGB is 172 - color contains mainly: blue. Hex color #8272AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8272AC is #7D8D53. Grayscale: #7D7D7D. Windows color (decimal): -8228180 or 11301506. OLE color: 11301506.

HSL color Cylindrical-coordinate representation of color #8272AC: hue angle of 256.55º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8272AC is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB130114172-
CMYK0.240.3400.33
HSL256.55º25.89%56.08%-
HSV(B)256.55º33.72%67.45%-
XYZ22.6719.7641.65-
YUV125.4154.3131.28-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.25%
GREEN value IS 114 (44.92% from 255) = 27.40%
BLUE value IS 172 (67.58% from 255) = 41.35%
R=31.25%
G=27.40%
B=41.35%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1301141720.240.3400.33256.5525.8956.08
Hex8272AC18220211011a38
Octal20216225430420414013270
Binary1000001011100101010110011000100010010000110000000111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8272AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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