#8269AC

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

Shades of Deluge #8269AC

Tints of Deluge #8269AC

Color information

#8269AC (or 0x8269AC) is unknown color: approx Deluge. HEX triplet: 82, 69 and AC. RGB value is (130,105,172). Sum of RGB (Red+Green+Blue) = 130+105+172=407 (53% of max value = 765). Red value is 130 (51.17% from 255 or 31.94% from 407); Green value is 105 (41.41% from 255 or 25.80% from 407); Blue value is 172 (67.58% from 255 or 42.26% from 407); Max value from RGB is 172 - color contains mainly: blue. Hex color #8269AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8269AC is #7D9653. Grayscale: #777777. Windows color (decimal): -8230484 or 11299202. OLE color: 11299202.

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

Color convert

RGB130105172-
CMYK0.240.3900.33
HSL262.39º28.76%54.31%-
HSV(B)262.39º38.95%67.45%-
XYZ21.717.8341.33-
YUV120.11157.28135.05-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.94%
GREEN value IS 105 (41.41% from 255) = 25.80%
BLUE value IS 172 (67.58% from 255) = 42.26%
R=31.94%
G=25.80%
B=42.26%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1301051720.240.3900.33262.3928.7654.31
Hex8269AC18270211061d36
Octal20215125430470414063566
Binary1000001011010011010110011000100111010000110000011011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8269AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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