#8064AB

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

Shades of Deluge #8064AB

Tints of Deluge #8064AB

Color information

#8064AB (or 0x8064AB) is unknown color: approx Deluge. HEX triplet: 80, 64 and AB. RGB value is (128,100,171). Sum of RGB (Red+Green+Blue) = 128+100+171=399 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.08% from 399); Green value is 100 (39.45% from 255 or 25.06% from 399); Blue value is 171 (67.19% from 255 or 42.86% from 399); Max value from RGB is 171 - color contains mainly: blue. Hex color #8064AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8064AB is #7F9B54. Grayscale: #747474. Windows color (decimal): -8362837 or 11232384. OLE color: 11232384.

HSL color Cylindrical-coordinate representation of color #8064AB: hue angle of 263.66º 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 #8064AB is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB128100171-
CMYK0.250.4200.33
HSL263.66º29.71%53.14%-
HSV(B)263.66º41.52%67.06%-
XYZ20.8116.6440.64-
YUV116.47158.78136.23-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.08%
GREEN value IS 100 (39.45% from 255) = 25.06%
BLUE value IS 171 (67.19% from 255) = 42.86%
R=32.08%
G=25.06%
B=42.86%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1281001710.250.4200.33263.6629.7153.14
Hex8064AB192A0211081e35
Octal20014425331520414103665
Binary1000000011001001010101111001101010010000110000100011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8064AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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