#8066AB

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

Shades of Deluge #8066AB

Tints of Deluge #8066AB

Color information

#8066AB (or 0x8066AB) is unknown color: approx Deluge. HEX triplet: 80, 66 and AB. RGB value is (128,102,171). Sum of RGB (Red+Green+Blue) = 128+102+171=401 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.92% from 401); Green value is 102 (40.23% from 255 or 25.44% from 401); Blue value is 171 (67.19% from 255 or 42.64% from 401); Max value from RGB is 171 - color contains mainly: blue. Hex color #8066AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8066AB is #7F9954. Grayscale: #757575. Windows color (decimal): -8362325 or 11232896. OLE color: 11232896.

HSL color Cylindrical-coordinate representation of color #8066AB: hue angle of 262.61º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8066AB is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB128102171-
CMYK0.250.4000.33
HSL262.61º29.11%53.53%-
HSV(B)262.61º40.35%67.06%-
XYZ2117.0340.71-
YUV117.64158.11135.39-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.92%
GREEN value IS 102 (40.23% from 255) = 25.44%
BLUE value IS 171 (67.19% from 255) = 42.64%
R=31.92%
G=25.44%
B=42.64%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1281021710.250.4000.33262.6129.1153.53
Hex8066AB19280211071d36
Octal20014625331500414073566
Binary1000000011001101010101111001101000010000110000011111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8066AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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