#8066AE

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

Shades of Deluge #8066AE

Tints of Deluge #8066AE

Color information

#8066AE (or 0x8066AE) is unknown color: approx Deluge. HEX triplet: 80, 66 and AE. RGB value is (128,102,174). Sum of RGB (Red+Green+Blue) = 128+102+174=404 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.68% from 404); Green value is 102 (40.23% from 255 or 25.25% from 404); Blue value is 174 (68.36% from 255 or 43.07% from 404); Max value from RGB is 174 - color contains mainly: blue. Hex color #8066AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8066AE is #7F9951. Grayscale: #757575. Windows color (decimal): -8362322 or 11429504. OLE color: 11429504.

HSL color Cylindrical-coordinate representation of color #8066AE: hue angle of 261.67º 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 #8066AE is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB128102174-
CMYK0.260.4100.32
HSL261.67º30.77%54.12%-
HSV(B)261.67º41.38%68.24%-
XYZ21.2917.1542.23-
YUV117.98159.61135.15-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.68%
GREEN value IS 102 (40.23% from 255) = 25.25%
BLUE value IS 174 (68.36% from 255) = 43.07%
R=31.68%
G=25.25%
B=43.07%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1281021740.260.4100.32261.6730.7754.12
Hex8066AE1A290201061f36
Octal20014625632510404063766
Binary1000000011001101010111011010101001010000010000011011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8066AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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