#8372AC

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

Shades of Deluge #8372AC

Tints of Deluge #8372AC

Color information

#8372AC (or 0x8372AC) is unknown color: approx Deluge. HEX triplet: 83, 72 and AC. RGB value is (131,114,172). Sum of RGB (Red+Green+Blue) = 131+114+172=417 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.41% from 417); Green value is 114 (44.92% from 255 or 27.34% from 417); Blue value is 172 (67.58% from 255 or 41.25% from 417); Max value from RGB is 172 - color contains mainly: blue. Hex color #8372AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8372AC is #7C8D53. Grayscale: #7D7D7D. Windows color (decimal): -8162644 or 11301507. OLE color: 11301507.

HSL color Cylindrical-coordinate representation of color #8372AC: hue angle of 257.59º 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 #8372AC is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB131114172-
CMYK0.240.3400.33
HSL257.59º25.89%56.08%-
HSV(B)257.59º33.72%67.45%-
XYZ22.8219.8441.66-
YUV125.7154.13131.78-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.41%
GREEN value IS 114 (44.92% from 255) = 27.34%
BLUE value IS 172 (67.58% from 255) = 41.25%
R=31.41%
G=27.34%
B=41.25%

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
Decimal1311141720.240.3400.33257.5925.8956.08
Hex8372AC18220211021a38
Octal20316225430420414023270
Binary1000001111100101010110011000100010010000110000001011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8372AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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