#8264AC

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

Shades of Deluge #8264AC

Tints of Deluge #8264AC

Color information

#8264AC (or 0x8264AC) is unknown color: approx Deluge. HEX triplet: 82, 64 and AC. RGB value is (130,100,172). Sum of RGB (Red+Green+Blue) = 130+100+172=402 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.34% from 402); Green value is 100 (39.45% from 255 or 24.88% from 402); Blue value is 172 (67.58% from 255 or 42.79% from 402); Max value from RGB is 172 - color contains mainly: blue. Hex color #8264AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8264AC is #7D9B53. Grayscale: #747474. Windows color (decimal): -8231764 or 11297922. OLE color: 11297922.

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

Color convert

RGB130100172-
CMYK0.240.4200.33
HSL265º30.25%53.33%-
HSV(B)265º41.86%67.45%-
XYZ21.2116.8441.16-
YUV117.18158.94137.15-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.34%
GREEN value IS 100 (39.45% from 255) = 24.88%
BLUE value IS 172 (67.58% from 255) = 42.79%
R=32.34%
G=24.88%
B=42.79%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1301001720.240.4200.3326530.2553.33
Hex8264AC182A0211091e35
Octal20214425430520414113665
Binary1000001011001001010110011000101010010000110000100111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8264AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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