#8266AE

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

Shades of Deluge #8266AE

Tints of Deluge #8266AE

Color information

#8266AE (or 0x8266AE) is unknown color: approx Deluge. HEX triplet: 82, 66 and AE. RGB value is (130,102,174). Sum of RGB (Red+Green+Blue) = 130+102+174=406 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.02% from 406); Green value is 102 (40.23% from 255 or 25.12% from 406); Blue value is 174 (68.36% from 255 or 42.86% from 406); Max value from RGB is 174 - color contains mainly: blue. Hex color #8266AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8266AE is #7D9951. Grayscale: #767676. Windows color (decimal): -8231250 or 11429506. OLE color: 11429506.

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

Color convert

RGB130102174-
CMYK0.250.4100.32
HSL263.33º30.77%54.12%-
HSV(B)263.33º41.38%68.24%-
XYZ21.617.342.25-
YUV118.58159.28136.15-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.02%
GREEN value IS 102 (40.23% from 255) = 25.12%
BLUE value IS 174 (68.36% from 255) = 42.86%
R=32.02%
G=25.12%
B=42.86%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1301021740.250.4100.32263.3330.7754.12
Hex8266AE19290201071f36
Octal20214625631510404073766
Binary1000001011001101010111011001101001010000010000011111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8266AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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